Unfortunately I have no idea what's wrong :-(

It (mostly) builds fine for me (I get a c# build error after the objc code
builds, though, presumably because I'm on an old alpha version of
monotouch).

Jeff

On Tue, May 1, 2012 at 3:10 AM, Guido Van Hoecke <[email protected]> wrote:

> Jeff,
>
> On Mon, Apr 30, 2012 at 23:14, Jeff Stedfast <[email protected]> wrote:
> > Looks like you need to install "command-line tools" in Xcode 4.3
> >
> > Xcode -> Preferences -> Downloads and then click the install button next
> to
> > "Command Line Tools".
>
> I had them installed, but they needed to be updated.
> Still no success after updating them
>
> So updated Xcode from the app store to v4.3.2 and tried make again.
> It keeps looking for '/usr/bin/arm-apple-darwin11-gcc-4.2.1'
> and I don't know how to fix this.
>
> 08:58:51 guivho@zac:~
> $ cd Mono/monotouch-bindings/CorePlot/binding/
>
> 08:59:07 guivho@zac:~/Mono/monotouch-bindings/CorePlot/binding
> $ make
> /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project
> CorePlot_0.9/Source/framework/CorePlot-CocoaTouch.xcodeproj -target
> CorePlot-CocoaTouch -sdk iphoneos -arch armv6 -configuration Release
> clean build
>
> Build settings from command line:
>    ARCHS = armv6
>    SDKROOT = iphoneos5.1
>
> ... snip ...
>
> gcc-4.2: error trying to exec '/usr/bin/arm-apple-darwin11-gcc-4.2.1':
> execvp: No such file or directory
> Command /usr/bin/gcc-4.2 failed with exit code 255
>
>
> ** BUILD FAILED **
>
>
> The following build commands failed:
>
>        CompileC
>
> ../build/CorePlot-CocoaTouch.build/Release-iphoneos/CorePlot-CocoaTouch.build/Objects-normal/armv6/CPTPlotSymbol.o
> Source/CPTPlotSymbol.m normal armv6 objective-c
> com.apple.compilers.llvmgcc42
>
>        CompileC
>
> ../build/CorePlot-CocoaTouch.build/Release-iphoneos/CorePlot-CocoaTouch.build/Objects-normal/armv6/CPTBarPlot.o
> Source/CPTBarPlot.m normal armv6 objective-c
> com.apple.compilers.llvmgcc42
>
>        CompileC
>
> ../build/CorePlot-CocoaTouch.build/Release-iphoneos/CorePlot-CocoaTouch.build/Objects-normal/armv6/CPTPlot.o
> Source/CPTPlot.m normal armv6 objective-c
> com.apple.compilers.llvmgcc42
>
>        CompileC
>
> ../build/CorePlot-CocoaTouch.build/Release-iphoneos/CorePlot-CocoaTouch.build/Objects-normal/armv6/CPTScatterPlot.o
> Source/CPTScatterPlot.m normal armv6 objective-c
> com.apple.compilers.llvmgcc42
>
> (4 failures)
>
> make: *** [libCorePlot-CocoaTouch-armv6.a] Error 65
>
>
> The real problem in all 4 cases seems to be:
> gcc-4.2: error trying to exec '/usr/bin/arm-apple-darwin11-gcc-4.2.1':
> execvp: No such file or directory
>
>
> How or where do I get this damn thing?
>
>
> Thanks in advance,
>
>
> Guido
>
> --
> Militant agnostic: I don't know, and you don't either.
>
> http://vanhoecke.org ... and go2 places!
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to