build error with debug build
Glenn Ganz
glenn at egastones.ch
Wed Apr 6 14:03:50 PDT 2011
i have still some problems to compile openjdk.
My make command is
make debug_build ALLOW_DOWNLOADS=true SA_APPLE_BOOT_JAVA=true ALWAYS_PASS_TEST_GAMMA=true ALT_BOOTDIR=`/usr/libexec/java_home -v 1.6`
Have somemone a solution for this problem?
Glenn
c1plus: warnings being treated as errors
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp: In static member function ‘static void MemProfiler::do_trace()’:
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 6 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 7 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 8 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:140: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 9 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:142: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:147: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 3 has type ‘long unsigned int’
/Users/gganz/macosx-port/hotspot/src/share/vm/runtime/memprofiler.cpp:147: warning: format ‘%6u’ expects type ‘unsigned int’, but argument 4 has type ‘long unsigned int’
make[7]: *** [memprofiler.o] Error 1
make[6]: *** [the_vm] Error 2
make[5]: *** [jvmg] Error 2
make[4]: *** [generic_build2] Error 2
make[3]: *** [jvmg] Error 2
make[2]: *** [hotspot-build] Error 2
make[1]: *** [generic_debug_build] Error 2
make: *** [build_debug_image] Error 2
More information about the macosx-port-dev
mailing list