Problems building OpenJDK 8 for MacOSX

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu May 16 10:18:26 PDT 2013


On 15.05.2013 16:15, David Clunie wrote:
> Ok:
>
> % 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

-- 
Best regards, Sergey.



More information about the macosx-port-dev mailing list