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

Changes

Summary

  1. GlueGen/JOGL Windows x86 x86_64 Builds (details)
  2. GlueGen/JOGL Windows x86 x86_64 MingW Builds (details)
  3. GlueGen/JOGL Windows x86 x86_64 MingW Builds (details)
Commit 8e7d075002dba3f5d5971f9c31358f074934c624 by Sven Gothel
GlueGen/JOGL Windows x86 x86_64 Builds

x86: Using mingw 20100514, gcc 4.5.0
    - clean
    - passed all junit.run tests

x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513
    - clean
    - passed most junit.run tests, still buggy
The file was modified make/scripts/make.gluegen.all.win32.bat (diff)
The file was addedmake/scripts/make.gluegen.all.win64.bat (diff)
The file was modified src/native/windows/WindowsDynamicLinkerImpl_JNI.c (diff)
The file was modified make/gluegen.properties (diff)
The file was modified make/gluegen-cpptasks-base.xml (diff)
The file was modified make/build.xml (diff)
The file was modified make/gluegen-properties.xml (diff)
Commit d9eab742a93a407417661368821f24b1ee4e84e1 by Sven Gothel
GlueGen/JOGL Windows x86 x86_64 MingW Builds

- mingw linker option: --enable-auto-import

- mingw now links against DLLs not libs,
  due to a runtime error while linking against JAWT

x86: Using mingw 20100514, gcc 4.5.0
    - clean
    - passed all junit.run tests

x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513
    - clean
    - passed all junit.run tests
The file was modified make/gluegen-cpptasks-base.xml (diff)
Commit 7f407a63b564bcc7d24d0904da64be14ef43047d by Sven Gothel
GlueGen/JOGL Windows x86 x86_64 MingW Builds

mingw linker option: --enable-stdcall-fixup

mingw x86: link against JVM lib file, due to unresolved symbol:
            JAWT.dll x32: _JAWT_GetAWT@8 (stdcall)
            JAWT.dll x64: JAWT_GetAWT    (clean)
           Looks like the stdcall fixup doesn't work ..
The file was modified make/gluegen-cpptasks-base.xml (diff)