Re: Building eu40.4 question
- Posted by mattlewis (admin) Aug 08, 2012
- 3037 views
andi49 said...
Hallo
configure --eubin c:\euphoria40\bin --plat WINDOWS wmake
This mostly works for me.
I never got something without setting eubin (maybe, becouse of my setup here)
I didn't use the installer, but from my local mercurial repo, I did:
> hg up 4.0.4 > wmake clean > configure > wmake
...and everything seems to have built for me. (NB: the hg up 4.0.4 updated my working copy to the 4.0.4 tag, so it should all be the same as what you got with a 4.0.4 install.) Here is what my config.wat looks like:
# Configuration for Watcom ASSERT=1 SCP=pscp -C SSH=plink -C HG=hg ARCH=ix86 EUPHORIA=1 MANAGED_MEM=1 DELTREE=del /Q /S RM=del /Q RMDIR=rmdir /Q/S EUDOC=eudoc.exe CREOLE=creole.exe TRUNKDIR=C:\euphoria\dev\oe BUILDDIR=C:\euphoria\dev\oe\source\build
When building the pcre stuff, my console shows:
------- REG EXP ----------- cd pcre wmake -h -f makefile.wat CONFIG=..\config.wat EOSTYPE=-DEWINDOWS wcc386 -DEWINDOWS /zp4 /w0 /5r /ol -zq -oaxt -DHAVE_CONFIG_H -DNO_RECURSE pcre_chartables.c -fo=C:\euphoria\dev\oe\sour ce\build\pcre\pcre_chartables.obj wcc386 -DEWINDOWS /zp4 /w0 /5r /ol -zq -oaxt -DHAVE_CONFIG_H -DNO_RECURSE pcre_compile.c -fo=C:\euphoria\dev\oe\source\ build\pcre\pcre_compile.obj wcc386 -DEWINDOWS /zp4 /w0 /5r /ol -zq -oaxt -DHAVE_CONFIG_H -DNO_RECURSE pcre_config.c -fo=C:\euphoria\dev\oe\source\b uild\pcre\pcre_config.obj wcc386 -DEWINDOWS /zp4 /w0 /5r /ol -zq -oaxt -DHAVE_CONFIG_H -DNO_RECURSE pcre_dfa_exec.c -fo=C:\euphoria\dev\oe\source \build\pcre\pcre_dfa_exec.obj ...
Matt