1. making 4.0
- Posted by robsteele Oct 20, 2008
- 1038 views
finally i'm having trouble compiling 4.0. Every time, i get to
C:\EU40\source>wmake -f makefile.wat Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. ----- ALL ------ wmake -f makefile.wat winall DEBUG= MANAGED_MEM= Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. ----- WINALL ------ wmake -f makefile.wat interpreter DEBUG= MANAGED_MEM= Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. if not exist intobj mkdir intobj mkdir intobj if not exist transobj mkdir transobj mkdir transobj if not exist libobj mkdir libobj mkdir libobj if not exist backobj mkdir backobj mkdir backobj if not exist backobj\back mkdir backobj\back mkdir backobj\back if not exist intobj\back mkdir intobj\back mkdir intobj\back if not exist transobj\back mkdir transobj\back mkdir transobj\back if not exist libobj\back mkdir libobj\back mkdir libobj\back if not exist dosobj mkdir dosobj mkdir dosobj if not exist dosobj\back mkdir dosobj\back mkdir dosobj\back if not exist doslibobj mkdir doslibobj mkdir doslibobj if not exist doslibobj\back mkdir doslibobj\back mkdir doslibobj\back if not exist dostrobj mkdir dostrobj mkdir dostrobj if not exist dostrobj\back mkdir dostrobj\back mkdir dostrobj\back if not exist dosbkobj mkdir dosbkobj mkdir dosbkobj if not exist dosbkobj\back mkdir dosbkobj\back mkdir dosbkobj\back wmake -f makefile.wat .\intobj\main-.c EX=..\bin\exwc.exe EU_TARGET=int. OBJDIR=intobj DEBUG= MANAGED_MEM= Open Watcom Make Version 1.7 Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved. Source code is available under the Sybase Open Watcom Public License. See http://www.openwatcom.org/ for details. ..\bin\exwc.exe -i ..\include revget.ex Can't open -i.exw
Press Enter
and i have no idea what's wrong. I've installed watcom fully, and eu 3.1.1 is installed and obviously subversion. Any help? Thanks ahead of time.
2. Re: making 4.0
- Posted by robsteele Oct 20, 2008
- 1026 views
sorry, it came out that way, what i should put is C:\EU40\source>wmake -f makefile.wat
..alot of messages
wmake -f makefile.wat .\intobj\main-.c EX=..\bin\exwc.exe
EU_TARGET=int. OBJDIR=intobj DEBUG= MANAGED_MEM=
Open Watcom Make Version 1.7
Portions Copyright (c) 1988-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
..\bin\exwc.exe -i ..\include revget.ex
Can't open -i.exw
Press Enter
Error(E42): Last command making (rev.e) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (interpreter) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (winall) returned a bad status
Error(E02): Make execution terminated
Error(E42): Last command making (all) returned a bad status
Error(E02): Make execution terminated
sorry for the bad formatting on the previous post
3. Re: making 4.0
- Posted by bernie Oct 20, 2008
- 970 views
Rob:
Edit the makefile.wat
On line 515 you will see del *.c
Place a dash in front of the del.
On line 521 you will see another del *.c
Place a dash in front of that del.
This was causing my compile to fail.
The dash tells compiler to continue if there is nothing to delete.
4. Re: making 4.0
- Posted by robsteele Oct 20, 2008
- 955 views
thanks but it's still crashing for some sort of reason
5. Re: making 4.0
- Posted by robsteele Oct 20, 2008
- 950 views
it looks to me that it's trying to open -i.exw and can't find it.
6. Re: making 4.0
- Posted by bernie Oct 20, 2008
- 962 views
thanks but it's still crashing for some sort of reason
Rob: Did you run configure.bat first?
If you look in that file you will see the parameters that you can pass it.
Use the eubin c:\euphoria\bin to tell it where your binaries are located.
7. Re: making 4.0
- Posted by robsteele Oct 20, 2008
- 986 views
yep, i feel so inadequate that i can't get this to compile. I'm just going to download the eubins and extract them to \bin, thanks for all the help though
8. Re: making 4.0
- Posted by DerekParnell (admin) Oct 20, 2008
- 965 views
finally i'm having trouble compiling 4.0.
..\bin\exwc.exe -i ..\include revget.ex Can't open -i.exw
You cannot compile the version 4 system using version 3.1. You must use a recent v4 binary to compile the system.