"Command /.../jam failed with exit code 1"- huh?
Hi,
I'm getting the error:
"Command /Developer/Private/jam failed with exit code 1"
I'm using XCode 2.2, SDL, Newton, C++, and OpenGL. I was just programming a bit that would save my heightmaps as obj files and it stopped compiling. I tried deleting the code I had made, that didn't work, and now my code won't compile: I get that error every time and no explanation. I don't even know what jam does...
Does anyone know what I'm doing wrong?
Thanks!
I'm getting the error:
"Command /Developer/Private/jam failed with exit code 1"
I'm using XCode 2.2, SDL, Newton, C++, and OpenGL. I was just programming a bit that would save my heightmaps as obj files and it stopped compiling. I tried deleting the code I had made, that didn't work, and now my code won't compile: I get that error every time and no explanation. I don't even know what jam does...
Does anyone know what I'm doing wrong?
Thanks!
Under the Build menu select Buid Results, click on the error and make sure you have the messages enabled (click on the button to the left of the yellow warning icon).
In this window you'll see why jam failed.
In this window you'll see why jam failed.
"When you dream, there are no rules..."
Jam is a build system that Xcode used to use, but I was under the impression that they'd switched it in Xcode 2/2.1 onwards.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| ibtool failed ...: Interface Builder error communicating with simulator | sefiroths | 1 | 2,898 |
Nov 4, 2011 06:52 AM Last Post: sefiroths |
|
| Applets from the Command Line | merrill541 | 0 | 1,915 |
Nov 23, 2008 12:44 PM Last Post: merrill541 |
|
| Command line arguments | anthony | 3 | 3,093 |
Dec 22, 2007 04:12 AM Last Post: OneSadCookie |
|
| Proper Way to Exit an NSThread | AnotherJake | 3 | 5,169 |
Jun 6, 2006 11:14 PM Last Post: AnotherJake |
|
| Discussion about only having one exit point in a function? | Malarkey | 21 | 6,520 |
Nov 24, 2005 09:48 PM Last Post: PowerMacX |
|

