Re: when will the mingw be added to the official release?
- Posted by Matt Lewis <matthewwalkerlewis at g?ail.co?> Jan 12, 2008
- 562 views
oyster wrote: > > 4. even for the existing BCC/Watcom support in eu, I can't find a document on > "how to build eu system from the src". Let me explain it clear, > a)ok, I have downloaded and installed OpenWatcom > b)in H:\EUPHORIA\SOURCE\ > "wmake -f makefile.wat interpreter=1" yields exwc.exe, that is ok > "wmake -f makefile.wat translator=1" says > [says] > Unable to open 'ec.c' > Error(E42): Last command making (ec.obj) returned a bad status > Error(E02): Make execution terminated > [/says] > "wmake -f makefile.wat library" produces ecw.lib, it is ok > but what about other exe and lib? How to compile them? I think you have a relatively old makefile (I'm assuming that you're using whatever came with 3.1). I've improved it a lot. That version requires you to clean before building another binary. The reason is that everything was built in the same directory, so it didn't realize that it needed to run the translator. The current makefile builds everything in subdirs, so it's a little easier to use. Not sure what other lib you're talking about, but that makefile version wasn't set up for making the backend or binder. Matt