1. making 4.0

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.

new topic     » topic index » view message » categorize

2. Re: making 4.0

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: making 4.0

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.

new topic     » goto parent     » topic index » view message » categorize

4. Re: making 4.0

thanks but it's still crashing for some sort of reason

new topic     » goto parent     » topic index » view message » categorize

5. Re: making 4.0

it looks to me that it's trying to open -i.exw and can't find it.

new topic     » goto parent     » topic index » view message » categorize

6. Re: making 4.0

robsteele said...

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.

new topic     » goto parent     » topic index » view message » categorize

7. Re: making 4.0

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

new topic     » goto parent     » topic index » view message » categorize

8. Re: making 4.0

robsteele said...

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.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu