Hi, When you'll try to build sfwnv gate on Solaris Nevada (SXCE) i386 build 130 you'll probably find that wxwidgets (wxGTK) compilation is failing because it cannot find OpenGL:
configure: error: OpenGL libraries not available The root cause is: CR 6911868 SUNWxorg-mesa has broken links Workaround: $ cd /usr/include/GL ; for i in gl.h glext.h glx.h glxext.h ; do rm $i ; ln -s ../../../var/run/opengl/include/$i $i ; done sparc seems to be not affected, OpenSolaris build 130 not tested (yet). HTH -- Marcel Telka Solaris RPE
