jhbuild error on Mac OSX Lion

John Ralls jralls at ceridwen.us
Thu Jan 5 14:07:46 EST 2012


On Jan 4, 2012, at 11:33 PM, reubano wrote:

> ./configure: line 3283: /usr/bin/gcc-4.2: No such file or directory

Oh yeah, the latest XCode doesn't include gcc, only LLVM. I didn't realize that had been released to the general public yet.

I'll have to add something to .jhbuildrc to handle this.

In the meantime, add
        os.environ["CC"] = "/usr/bin/llvm-gcc-4.2"
        os.environ["CXX"] = "/usr/bin/llvm-g++-4.2"
to your .jhbuildrc-custom

Regards,
John Ralls



More information about the gnucash-devel mailing list