Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM (details)
  2. use jvmDataModel.arg set by gluegen (details)
Commit 958b64beb44a470301a4354ae7d5133236e2f40f by Sven Gothel
Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch flags (-d32/-d64) ; glxext.h uses 'gl-64bit-types.h'

Cleanup dependencies and linker args
  - JOGL/NEWT: remove Xxf86vm dependency
  - NativeWindow Solaris: Use std 'Xinerama' and 'xf86vmode'
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was addedmake/scripts/tests-solx32.sh (diff)
The file was modifiedsrc/nativewindow/native/x11/XineramaHelper.c (diff)
The file was addedmake/scripts/make.jogl.all.solaris-x86_64.sh (diff)
The file was modifiedmake/stub_includes/opengl/GL/glxext.h (diff)
The file was modifiedsrc/nativewindow/native/x11/Xmisc.c (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was addedmake/scripts/tests-solx64.sh (diff)
The file was addedmake/scripts/make.jogl.all.solaris-x86.sh (diff)
Commit b4a9bdbec5db6608021013932cdae82536a8d3af by Sven Gothel
use jvmDataModel.arg set by gluegen
The file was modifiedmake/build-test.xml (diff)