Question on Codearrior Compiling
by Bryan Walters · in Torque Game Engine · 09/15/2001 (11:46 am) · 6 replies
Hey Guys,
I'm new to codewarrior and don't get how to compile it using the makefiles. Can anyone help me?
Thanks,
bryan
I'm new to codewarrior and don't get how to compile it using the makefiles. Can anyone help me?
Thanks,
bryan
#2
Compiling lpng/png.c
### mwcc Usage Alert:
# Output filename 'out/lpng/' is invalid
# Operating system error:
# The system cannot find the path specified.
along with many other errors complaining about invalid filename.
I'm running CW6 on Win2k.
Any idea on the cause?
-d
09/20/2001 (5:17 am)
When following the CW instructions I get the following:Compiling lpng/png.c
### mwcc Usage Alert:
# Output filename 'out/lpng/' is invalid
# Operating system error:
# The system cannot find the path specified.
along with many other errors complaining about invalid filename.
I'm running CW6 on Win2k.
Any idea on the cause?
-d
#3
09/20/2001 (7:18 am)
You do have gnu make and the other windows unix toolkit stuff installed, and in your path, right? (just checking)
#4
09/20/2001 (8:17 am)
Yes, pulled down a fresh copy of cygwin.
#5
09/20/2001 (8:58 am)
Ok, found the problem. Looks like some environment vars in CW weren't getting set properly.
#6
09/21/2001 (7:45 am)
wierd, but ok, as long as you got it going :)
Torque Owner Rick Overman
--Rick