1. Compiling Euphoria
- Posted by LarryMiller May 02, 2010
- 1299 views
I have successfully compiled Euphoria quite a few times before by following the directions here: http://oe.cowgar.com/wiki/euwiki.cgi?Compiling40
This doesn't work anymore. There are no error messages, just the copyright message you get when typing "wmake."
Has there been a change in the procedure? I am using v3198 source and v3168 executables. Compiling with "euc" works. I am using XP.
2. Re: Compiling Euphoria
- Posted by DerekParnell (admin) May 02, 2010
- 1232 views
This doesn't work anymore. There are no error messages, just the copyright message you get when typing "wmake."
I've reported this problem a couple of days ago but it hasn't been resolved yet.
As a workaround, try entering in ...
wmake all
This will build all the targets.
3. Re: Compiling Euphoria
- Posted by mattlewis (admin) May 03, 2010
- 1238 views
This doesn't work anymore. There are no error messages, just the copyright message you get when typing "wmake."
I've reported this problem a couple of days ago but it hasn't been resolved yet.
Guilty. I broke the makefile when I added some stuff for building the documentation. It's fixed in svn:3199. I usually do wmake all test, so I hadn't noticed this.
Matt