• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
      • From: "Shawn Erickson" <email@hidden>
References: 
 >jam fails after importing Xcode 1.2 project to Xcode 2.4.1 (From: Mike <email@hidden>)
 >Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1 (From: Chris Espinosa <email@hidden>)

  • Prev by Date: Re: Accessing function definitions
  • Next by Date: Re: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
  • Previous by thread: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
  • Next by thread: Re: Re: jam fails after importing Xcode 1.2 project to Xcode 2.4.1
  • Index(es):
    • Date
    • Thread