Re: CHANGES IN BUILDING SOURCE ?
- Posted by bernie Feb 27, 2009
- 748 views
Thanks MATT and DEREK for your replies.
Derek your changes didn't solve the problem.
This is the same problem that I've seen in the past but
someone corrected it at that time but I don't know what they did.
Here is my screen where it fails during the build.
r.obj wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /ol /dEDOS /dEWATCOM /dEOW be_runtime.c -fo=E:\eu_master\source\dosobj\back\be_runtime. obj wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /ol /dEDOS /dEWATCOM /dEOW be_symtab.c -fo=E:\eu_master\source\dosobj\back\be_symtab.ob j wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /ol /dEDOS /dEWATCOM /dEOW be_w.c -fo=E:\eu_master\source\dosobj\back\be_w.obj wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /ol /dEDOS /dEWATCOM /dEOW be_regex.c -fo=E:\eu_master\source\dosobj\back\be_regex.obj wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /I..\ /ol /dEDOS /dEWATCOM /dEOW regex.c -fo=E:\eu_master\source\dosobj\back\regex.obj wlink @E:\eu_master\source\dosobj\ex.lbc name E:\eu_master\source\ex.exe le23p E:\eu_master\source\ex.exe ------------------------------------------------------------------------------- LE to 3P Converter v2.02 Copyright 1994-96 Michael Devore; all rights reserved. ------------------------------------------------------------------------------- Reading specified LE file. Could not open specified LE file. Error(E42): Last command making (E:\eu_master\source\ex.exe) returned a bad stat us Should this file be deleted [Yes/No] ?
There is something wrong or missing in the MAKEFILE.WAT file.
As you can see le23p doesn't like the ex.exe thats built.
I can build SVN 1390 without errors but there is no way to use
that makefile in the latest SVN because of all the changes.
If the makefile is going to be changed then it has to be tested
on ALL SYSTEMS not just the one that the author is testing on.
I am using a XP system; I am not sure what all the options are
for in the configuration are used for ?
All I want to do is build a set of binaries for XP and one for WIN98.
which I could do before the makefile was changed.
Am I the only dummy on this forum ?