Re: Compile with watcom fails
- Posted by mattlewis (admin) Mar 28, 2012
- 2455 views
wynco said...
I have eu 4.0.3
I downloaded and installed MinGW and tried to compile ascii.ex with the this command line
euc.exe -gcc c:\euphoria\ascii.ex
I got these errors
Build directory: build-377469\\\ Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11 generating\\ Compiling with GCC\\ Compiling 2% init-.c Couldn't compile file 'init-.c' Status: -1 Command: gcc -DEWINDOWS -fomit-frame-pointer -c -w -fsigned-char -02\\ -m32 -Ic:\euphoria -ffast-math -mwindows init-.cany ideas?
It looks like gcc isn't in your path. Check your %PATH% variable and make sure the you can run gcc from the command line.
Matt