JOGL on FreeBSD

Has anybody got JOGL to build on FreeBSD? After some build.xml tweaks, it almost finishes but then stops with these messages:

c.compile.jogl:
[apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:52: syntax error before :' [apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:52: syntax error before JAWT_DrawingSurfaceInfo’
[apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c: In function Java_net_java_games_jogl_impl_JAWT_1DrawingSurfaceInfo_platformInfo0': [apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:72: PLATFORM_DSI_SIZE’ undeclared (first use in this function)
[apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:72: (Each undeclared identifier is reported only once
[apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:72: for each function it appears in.)
[apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:76: platformDSIClass' undeclared (first use in this function) [apply] src/native/jogl/JAWT_DrawingSurfaceInfo.c:79: platformDSIClassName’ undeclared (first use in this function)

I got it working. I’ll submit a diff of the necessary changes in a few days.

Is this patch available somewhere?

Yuri

Did anyone ever release this? Is jogl on FreeBSD possible?

If someone has a patch that makes it work, please file a patch with the JOGL Issue Tracker and we’ll check in the changes.

Hi,

We were playing with it few months ago, I will check if we still have the patches and will try them with the current CVS version.

Yuri