1. Test DJGPP
- Posted by jeremy (admin) Apr 29, 2009
- 866 views
Can someone please test DJGPP translation and SVN 2001? i.e.
C:\Develop\Projects\Hello> echo ? 10 > test.ex C:\Develop\Projects\Hello> euc -plat dos -djg test.ex C:\Develop\Projects\Hello> emake.bat C:\Develop\Projects\Hello> test.exe 10
We have changed the source code that builds the emake.bat (and now Makefile, Full Makefile, CMake file) totally, greatly easing the maintenance of this code. However, in the process I have learned that I messed up the objlink.lnk file. I have corrected this for Watcom and tested. I, however, do not have DJGPP to test with nor know anything about DJGPP and any more nothing about DOS, it's libraries, etc.. I am not even sure if DJGPP will run on Vista since it has removed a large portion of DOS support.
Anyway, looking for bug reports on the new build system in relation to DJGPP. I would like to get any of those out of the way before we move to beta. You can get executables for 2001 from eubins.
Thanks,
Jeremy
2. Re: Test DJGPP
- Posted by shfrance Apr 29, 2009
- 798 views
- Last edited Apr 30, 2009
I dropped eu40-2001 on my Vista desktop. All the .exe seemed to work as expected. I'm a noob about anything else.
3. Re: Test DJGPP
- Posted by jeremy (admin) Apr 30, 2009
- 782 views
I dropped eu40-2001 on my Vista desktop. All the .exe seemed to work as expected. I'm a noob about anything else.
Thanks for the report. If the resulting executable worked then the compilation commands written to emake.bat must have worked, that's what I needed to know.
Jeremy