Re: ver. 4.0 how to build ex.exe
- Posted by DerekParnell (admin) Sep 22, 2008
- 1577 views
Bernie, you don't have to put \\ at the end of each line in the forum posts, and especially not on blank lines. A blank line is interpreted as a blank line - no need to have \\ to say its a new line. So I'm just trying to be helpful, but try writing posts without all the \\ tokens.
pick a compiler and version. openwatcom 1.5 and 1.7 work here. haven't tried watcom 11 but minGW w/gcc3.4 now works, look up messages on the dev list to see how to compile.
Where are these messages; on what dev list ?
The archive is at http://sourceforge.net/mailarchive/forum.php?forum_name=rapideuphoria-develop
Will openwatcom 1.6 work ?
I don't know. V1.7 does so why not get that?
first run configure then edit config.wat
When I run configure.bat all I get is an empty file containing ' # Configuration for Watcom ' nothing else.
What options are you suppose to use on configure.bat command line ?
What am I suppose to edit or add ? MANAGED_MEM=1 and what else ?
You are running the configure.bat correctly. It is creating a correct config.wat file. You do not need to edit anything. According to the DOCUMENTATION inside the makefile.wat file, you need to run the command line ...
wmake -f makefile.wat interpreter MANAGED_MEM=1
What are the errors you are getting? How are you getting them (what exactly is your command lines, ENVIRONMENT symbols, PATH, pwd, ...)