Problems building OpenJDK 8 for MacOSX

David DeHaven david.dehaven at oracle.com
Thu May 16 10:34:34 PDT 2013


>> % bash configure | grep X
>> configure: Resolving CXX (as /usr/bin/g++) failed, using /usr/bin/g++ directly.
>> checking resolved symbolic links for CXX... /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
>> checking if CXX is disguised ccache... no, keeping CXX
>> configure: Resolving CXXCPP (as /usr/llvm-gcc-4.2/bin/llvm-g++-4.2) failed, using /usr/llvm-gcc-4.2/bin/llvm-g++-4.2 directly.
>> checking what is not needed on MacOSX?... alsa pulse x11
>> checking what is not needed on an X11 build on MacOSX?... alsa pulse
>> checking for X... libraries /opt/local/lib, headers /opt/local/include
> Looks like this path is incorrect /opt/local/include.
> There is no such paths on my system.
> It should be
> checking for X... libraries /usr/X11/lib, headers /usr/X11/include

/opt/local is where the MacPorts headers and lib would be located. Maybe try deactivating XFree86 in MacPorts first.

-DrD-



More information about the macosx-port-dev mailing list