Login  Register

Re: Build errors on Solaris

Posted by Attila Barcsik on Jan 12, 2011; 11:45am
URL: https://forum.jogamp.org/Build-errors-on-Solaris-tp2151661p2240635.html

Hi Wade!

I've checked on test.sh on OpenIndiana Development oi_148 X86 inside VirtualBox 3.2.10 r66523, and of course it didn't work. It's not that bad, only some linker error ( for now ).

/usr/bin/java
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) Client VM (build 17.0-b16, mixed mode)
LIBXCB_ALLOW_SLOPPY_LOCK:
LIBGL_DRIVERS_PATH:
LIBGL_DEBUG:
java
LD_LIBRARY PATH: ./lib:
DYLD_LIBRARY PATH: ./lib:

CLASSPATH: jar/gluegen-rt.jar:jar/nativewindow.all.jar:jar/jogl.all.jar:jar/newt.all.jar

Platform: SunOS 5.11 (os), x86 (arch) 1 cores
Platform: littleEndian true, 32Bit true, a-ptr bit-size 32
Platform: Java 1.6.0_21, Java HotSpot(TM) Client VM, Sun Microsystems Inc., http://java.sun.com/, is JavaSE: true

----------------
... long but not important part of log file ...
----------------

Info: XInitThreads() called for concurrent Thread support
OpenGL Warning: glXChooseFBConfig not implemented by Chromium
OpenGL Warning: glXChooseFBConfig not implemented by Chromium
Detected screen size 1040x775
ld.so.1: java: fatal: relocation error: file /home/barcsik/jogamp/jogl/build/lib/libnewt.so: symbol XRRQueryVersion: referenced symbol not found


Not java exceptions, like in bug 447, but chances are I will run into them after this linker finds this symbol ... I don't trust VM 3D acceleration at all, because it's still something experimental.
Maybe with VirtualBox 4?


Best Regards,
Attila