hg: macosx-port/macosx-port/jdk: added jobjc to build

Stephen Bannasch stephen.bannasch at deanbrook.org
Thu Mar 24 21:36:52 PDT 2011


At 8:12 PM -0500 3/24/11, Michael Hall wrote:
>On Mar 24, 2011, at 3:58 PM, Michael Hall wrote:
>
>> On Mar 23, 2011, at 5:33 PM, Mike Swingler wrote:
>>
>>> What version of Xcode tools are you using?
>>
>> Now XCode 3.2.6.
> > It changed the compiler but I don't think it changed anything else in the prior error.

I'm using xcode 3.2.4 and getting this error now:

  can't exec '/Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0'
  (No such file or directory)

build-core-native:
     [exec] Current OS is Mac OS X
     [exec] Executing 'xcodebuild' with arguments:
     [exec] '-configuration'
     [exec] 'Debug'
     [exec] '-target'
     [exec] 'build-core-native'
     [exec] 'SRCROOT=.'
     [exec] 'OBJROOT=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.build'
     [exec] 'DSTROOT=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug'
     [exec] 'TARGET_TEMP_DIR=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst'
     [exec] 'PROJECT_TEMP_DIR=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst'
     [exec] 'BUILD_DIR=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst'
     [exec]
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] 2011-03-25 00:33:56.228 xcodebuild[16919:5507] Warning:  Couldn't discover the 'gcc-4.0' compiler's built-in search paths and preprocessor definitions for language dialect 'objective-c'.  This may lead to indexing issues.
     [exec] Compiler: /Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0
     [exec] Reason:   sh: /Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0: No such file or directory
     [exec]
     [exec] Build settings from command line:
     [exec]     BUILD_DIR = /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst
     [exec]     DSTROOT = /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug
     [exec]     OBJROOT = /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.build
     [exec]     PROJECT_TEMP_DIR = /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst
     [exec]     SRCROOT = .
     [exec]     TARGET_TEMP_DIR = /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst
     [exec]
     [exec]
     [exec] === BUILD NATIVE TARGET build-core-native OF PROJECT JObjC WITH CONFIGURATION Debug ===
     [exec] 2011-03-25 00:33:56.322 xcodebuild[16919:5507] Warning:  Couldn't discover the 'gcc-4.0' compiler's built-in search paths and preprocessor definitions for language dialect 'c'.  This may lead to indexing issues.
     [exec] Compiler: /Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0
     [exec] Reason:   sh: /Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0: No such file or directory
     [exec]
     [exec] Check dependencies
     [exec] CompileC /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Objects-normal/i386/Invoke.o src/core/native/Invoke.m normal i386 objective-c com.apple.compilers.gcc.4_2
     [exec]     cd /Users/stephen/dev/java/src/macosx-port/jdk/src/macosx/native/jobjc
     [exec]     setenv LANG en_US.US-ASCII
     [exec]     "/Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0" -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Werror -Wmissing-prototypes -Werror-implicit-function-declaration -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-variable -Wuninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wsign-compare -Wnewline-eof -Wshorten-64-to-32 -fobjc-gc -gdwarf-2 -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/JObjC.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wformat -Wformat-security -Wcast-align -Wwrite-strings -Wuninitialized -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wpointer-arith -Wall -F/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug -F/System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug/include -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug/src/jni_headers/core -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.build/src/jni_headers/core -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/DerivedSources/i386 -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/DerivedSources -c /Users/stephen/dev/java/src/macosx-port/jdk/src/macosx/native/jobjc/src/core/native/Invoke.m -o /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Objects-normal/i386/Invoke.o
     [exec]
     [exec] error: can't exec '/Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0' (No such file or directory)
     [exec] CompileC /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Objects-normal/i386/Coder.o src/core/native/Coder.m normal i386 objective-c com.apple.compilers.gcc.4_2
     [exec]     cd /Users/stephen/dev/java/src/macosx-port/jdk/src/macosx/native/jobjc
     [exec]     setenv LANG en_US.US-ASCII
     [exec]     "/Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/gcc-4.0" -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Werror -Wmissing-prototypes -Werror-implicit-function-declaration -Wreturn-type -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-variable -Wuninitialized -Wunknown-pragmas -Wshadow -Wfour-char-constants -Wsign-compare -Wnewline-eof -Wshorten-64-to-32 -fobjc-gc -gdwarf-2 -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/JObjC.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wformat -Wformat-security -Wcast-align -Wwrite-strings -Wuninitialized -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wpointer-arith -Wall -F/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug -F/System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug/include -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug/src/jni_headers/core -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.build/src/jni_headers/core -I/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/DerivedSources/i386 -I/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/DerivedSources -c /Users/stephen/dev/java/src/macosx-port/jdk/src/macosx/native/jobjc/src/core/native/Coder.m -o /Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Objects-normal/i386/Coder.o


More information about the macosx-port-dev mailing list