Re: Building eu40.4 question
- Posted by ne1uno Nov 28, 2012
- 2800 views
EUWX said...
This was my first attempt at building eu4.0.5
I downloaded and installed euphoria-4.0.5-ow.exe. I have Windows XP SP2.
I installed it in c:euphoria I installed Watcom 1.9 at c:watcom In System\advanced\enviromental variables, I can see the path set correctly to the two Watcom direcotries.
-- I did SET EUINC=C:\EUPHORIA\include --I can see the EUINC properly initialised. -- I did cd source configure --prefix \EUPHORIA -- wmake is Watcom compiler command in the c:\watcom\binw directory -- Then I tried wmake -f makefile.watIt errored out, because it did not find config.wat at line 9 of Makefile.wat.
the problem seems to be config.wat is not created. I think Makefile. and eu.cfg are also created by configure. so you can then just run wmake
was there an error message at that point or lack of error message? try configure with no options.