Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
- Subject: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
- From: Mike <email@hidden>
- Date: Wed, 08 Nov 2006 14:13:16 -0500
So
why does jam work with the project under Xcode 1.2 but not 2.4.1? I
would think Xcode would fix up all the project settings so that it
would work when it converts it to a 2.4.1 project.
What changes do I need to make to the project in order to get jam to
work under Xcode 2.4.1?
Thanks,
Mike
On Nov 7, 2006, at 7:17 PM, Mike wrote:
I have a driver project I imported to XCode
2.4.1 from 1.2. But when I
try to compile it I get an error saying
"jamToolExecution (1 error).
Under that the error says "Command
/Developer/Private/jam failed with
exit code 1".
Any idea if I need this in 2.4.1 and if not,
how to turn it off?
If you're building a kernel extension, Jam ("Just Another Make") is the
build system for your kext target. yes, you could turn it off, but
then
your project wouldn't be buildable.
"Jam failed with exit code 1" is the friendly Unix way of saying
"build failed." It may have failed for reasons not shown in the build
log. Open the full build transcript and look to see what actually
failed. Since the majority of changes in Xcode 2.4.1 over 2.4 are in
the compiler, it's probably in some compile (or assembly) step.
Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden