1. Can't Compile with Watcom
- Posted by euphoric (admin) Apr 11, 2010
- 1308 views
Here's the console output. What am I doing wrong?
c:\euphoria\source>configure Build directory is build c:\euphoria\source>wmake -f makefile.wat Open Watcom Make Version 1.8 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 -h interpreter DEBUG= MANAGED_MEM=1 CONFIG=config.wat wmake -h c:\euphoria\source\build\intobj\main-.c EX=c:\euphoria\bin\eui.exe EU_T ARGET=int. OBJDIR=intobj DEBUG= MANAGED_MEM=1 CONFIG=config.wat DEBUG= MANAGED_M EM=1 ***************************************************************** If you have EUPHORIA installed you'll need to run configure again. Make is configured to not try to use the interpreter. ***************************************************************** Error(F38): (c:\euphoria\source\build\intobj\main-.c) does not exist and cannot be made from existing files 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 (all) returned a bad status Error(E02): Make execution terminated
2. Re: Can't Compile with Watcom
- Posted by mattlewis (admin) Apr 12, 2010
- 1308 views
Here's the console output. What am I doing wrong?
What does your config.wat look like?
Also, did you notice this part?
***************************************************************** If you have EUPHORIA installed you'll need to run configure again. Make is configured to not try to use the interpreter. *****************************************************************
Do you have euphoria installed on this machine?
Matt
3. Re: Can't Compile with Watcom
- Posted by euphoric (admin) Apr 12, 2010
- 1288 views
What does your config.wat look like?
I have no idea. Is that something I'm supposed to set up myself? Where is that file located?
Also, did you notice this part?
***************************************************************** If you have EUPHORIA installed you'll need to run configure again. Make is configured to not try to use the interpreter. *****************************************************************
Do you have euphoria installed on this machine?
No, Euphoria has not yet been installed to this PC.
4. Re: Can't Compile with Watcom
- Posted by mattlewis (admin) Apr 12, 2010
- 1286 views
What does your config.wat look like?
I have no idea. Is that something I'm supposed to set up myself? Where is that file located?
It's created by configure.bat.
Also, did you notice this part?
***************************************************************** If you have EUPHORIA installed you'll need to run configure again. Make is configured to not try to use the interpreter. *****************************************************************
Do you have euphoria installed on this machine?
No, Euphoria has not yet been installed to this PC.
So you either need to install euphoria (and rerun configure.bat) or get a hold of translated source code.
Matt