hg: macosx-port/macosx-port/jdk: added jobjc to build
Michael Hall
mik3hall at gmail.com
Thu Mar 24 13:58:14 PDT 2011
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.
Including the error anyhow...
llvm-g++-4.2 -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I/Volumes/mbvol/macosx-port/hotspot/src/share/vm/prims -I/Volumes/mbvol/macosx-port/hotspot/src/share/vm -I/Volumes/mbvol/macosx-port/hotspot/src/cpu/x86/vm -I/Volumes/mbvol/macosx-port/hotspot/src/os_cpu/bsd_x86/vm -I/Volumes/mbvol/macosx-port/hotspot/src/os/bsd/vm -I/Volumes/mbvol/macosx-port/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"21.0-b03\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"mjh\"" -DHOTSPOT_LIB_ARCH=\"i386\" -DJRE_RELEASE_VERSION="\"1.7.0-internal-mjh_2011_03_23_17_03-b00\"" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -DTARGET_OS_FAMILY_bsd -DTARGET_ARCH_x86 -DTARGET_ARCH_MODEL_x86_32 -DTARGET_OS_ARCH_bsd_x86 -DTARGET_OS_ARCH_MODEL_bsd_x86_32 -DTARGET_COMPILER_gcc -DCOMPILER2 -DCOMPILER1 -fPIC -fno-rtti -fno-exceptions -pthread -fcheck-new -m32 -march=i586 -mstackrealign -pipe -O3 -fno-strict-aliasing -DVM_LITTLE_ENDIAN -Werror -Wpointer-arith -Wconversion -Wsign-compare -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c -MMD -MP -MF ../generated/dependencies/precompiled.hpp.gch.d -x c++-header /Volumes/mbvol/macosx-port/hotspot/src/share/vm/precompiled.hpp -o precompiled.hpp.gch
In file included from /Volumes/mbvol/macosx-port/hotspot/src/share/vm/precompiled.hpp:317:
/Volumes/mbvol/macosx-port/hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp:277: fatal error: opening dependency file ../generated/dependencies/precompiled.hpp.gch.d: Not a directory
compilation terminated.
make[7]: *** [precompiled.hpp.gch] Error 1
make[6]: *** [the_vm] Error 2
make[5]: *** [product] Error 2
make[4]: *** [generic_build2] Error 2
make[3]: *** [product] Error 2
make[2]: *** [universal_product] Error 2
make[1]: *** [hotspot-build] Error 2
make: *** [build_product_image] Error 2
As near as I can tell ../generated/dependencies/precompiled.hpp.gch.d: is not only not a directory it isn't a file. Searching I don't turn up any dependencies directory contained in a generated directory anywhere.
More information about the macosx-port-dev
mailing list