Re: Ver 4.0 Another WIN98 parsing crash
- Posted by jimcbrown (admin) Sep 15, 2008
- 816 views
1. What version of Watcom do I use 11.c or the new beta ver. of Watcom ?
OpenWatcom 1.7a - at least that is what I use.
There are some small differences between Watcom and OpenWatcom (hence the special EOW macro). Watcom 11.c should work also, but I have not tried it.
2. Can I build Euphoria using any old version of the binaries ?
No, however the 1160 binaries should be able to build current svn. Same as the 1173 binaries that I included in the source directory of the svn tree.
Note that once you are building your own binaries, you need to track svn closely in order to make sure that your binaries and svn stay up to date (i.e. rebuild the binaries often).
3. What special requirements are needed when building WIN98 binaries ?
Jeremy said something was different when building WIN98.
Edit config.wat and add "MANAGED_MEM=1" on its own line, no whitespace in front of it. This is the only difference.