Created
August 14, 2013 10:32
-
-
Save ytoshima/6229849 to your computer and use it in GitHub Desktop.
jdk8 b102 build error on OSX lion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/yoshi/local/openjdk/jdk8-b102-hs25-b45/hotspot/src/os/bsd/vm/attachListener_bsd.cpp: In static member function ‘static void AttachListener::vm_start()’: | |
/Users/yoshi/local/openjdk/jdk8-b102-hs25-b45/hotspot/src/os/bsd/vm/attachListener_bsd.cpp:455: warning: ‘stat64’ is deprecated (declared at /usr/include/sys/stat.h:466) | |
/Users/yoshi/local/openjdk/jdk8-b102-hs25-b45/hotspot/src/os/bsd/vm/attachListener_bsd.cpp:455: warning: ‘stat64’ is deprecated (declared at /usr/include/sys/stat.h:466) | |
make[8]: *** [attachListener_bsd.o] Error 1 | |
make[8]: *** Waiting for unfinished jobs.... | |
make[7]: *** [the_vm] Error 2 | |
make[6]: *** [product] Error 2 | |
make[5]: *** [generic_build2] Error 2 | |
make[4]: *** [product] Error 2 | |
make[3]: *** [all_product_universal] Error 2 | |
make[2]: *** [universal_product] Error 2 | |
make[1]: *** [/Users/yoshi/local/openjdk/jdk8-b102-hs25-b45/build/macosx-x86_64-normal-server-release/hotspot/_hotspot.timestamp] Error 2 | |
make: *** [hotspot-only] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment