#jogamp @ irc.freenode.net - 20131117 05:05:54 (UTC)


20131117 05:05:54 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131116050554.html
20131117 05:05:54 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131117050554.html
20131117 08:24:39 * xranby (~xranby@anon) Quit (Read error: Operation timed out)
20131117 08:41:00 * xranby (~xranby@anon) has joined #jogamp
20131117 08:53:36 * hharrison (~chatzilla@anon) Quit (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131030081700])
20131117 08:54:21 * xranby (~xranby@anon) Quit (Ping timeout: 252 seconds)
20131117 08:55:25 * xranby (~xranby@anon) has joined #jogamp
20131117 09:06:31 * [Mike] (~Mike]@anon) Quit ()
20131117 10:05:02 * hija (~hija@anon) Quit (Ping timeout: 264 seconds)
20131117 10:41:51 * hija (~hija@anon) has joined #jogamp
20131117 11:30:23 * monsieur_max (~maxime@anon) has joined #jogamp
20131117 12:28:45 * hija (~hija@anon) Quit (Ping timeout: 272 seconds)
20131117 12:33:13 * hija (~hija@anon) has joined #jogamp
20131117 12:33:38 <rmk0> hm, i'm assisting the http://ceylon-lang.org people in getting jogl working there
20131117 12:33:47 <rmk0> am running into issues with jar file naming again
20131117 12:34:18 <rmk0> their package manager demands that the jogl jar files be called "com.jogamp.jogl.jogl-all-2.1.2.jar"
20131117 12:34:22 <rmk0> and so on
20131117 12:34:37 <rmk0> i take it that's not going to work, given the currently JNI library loader
20131117 12:35:00 <rmk0> *current
20131117 12:35:08 <sgothel> should work
20131117 12:35:22 <sgothel> as long 'com.jogamp.jogl.jogl-all-2.1.2-natives-*.jar'
20131117 12:35:35 <rmk0> yep, got those
20131117 12:35:39 <rmk0> hm... wonder what's happening then
20131117 12:36:18 <sgothel> maybe the 'all' detection .. hmm
20131117 12:36:29 <sgothel> i.e. we expect that to be the last magic word
20131117 12:36:44 <sgothel> try: com.jogamp.jogl.jogl-2.1.2-all.jar
20131117 12:36:50 <rmk0> http://waste.io7m.com/2013/11/17/layout.txt
20131117 12:37:12 <rmk0> is the layout required by their system
20131117 12:37:13 <sgothel> and com.jogamp.jogl.jogl-2.1.2-all-natives*.jar
20131117 12:37:23 <sgothel> but 'all' is our magic
20131117 12:37:28 <sgothel> so above should work IMHO
20131117 12:40:04 <rmk0> er, what was the property to enable to display gluegen debug output?
20131117 12:40:37 <sgothel> -Djogamp.debug=all
20131117 12:40:43 <rmk0> oh... right
20131117 12:40:44 <sgothel> or look at scripts/runtest.sh
20131117 12:40:45 <rmk0> thanks
20131117 12:43:10 <rmk0> hm, very strange... as far as i can tell from this output, it is finding everything correctly
20131117 12:43:20 <rmk0> but i then get a mysterious unsatisfied link error
20131117 12:43:58 <sgothel> we link against the JVM loosely
20131117 12:44:03 <rmk0> http://waste.io7m.com/2013/11/17/output.txt
20131117 12:44:04 <sgothel> ldd -r -v
20131117 12:44:56 <sgothel> ow.jawt.JAWTFactory.JAWT_GetAWT1(Native Method) :)
20131117 12:45:00 <rmk0> ah yes...
20131117 12:45:06 <sgothel> libnativewindow_awt.so
20131117 12:45:07 <rmk0> undefined symbol: JAWT_GetAWT, version SUNWprivate_1.1(/tmp/jogamp_0000/file_cache/jln7873559615062461779/jln3512812069453057378/libnativewindow_awt.so
20131117 12:45:28 <sgothel> ceylon tee does not have ?
20131117 12:46:01 <rmk0> checking...
20131117 12:50:09 <rmk0> doesn't look like it, no
20131117 12:50:13 * rmk0 interrogates ceylon team
20131117 12:58:11 * xranby (~xranby@anon) Quit (Ping timeout: 252 seconds)
20131117 12:58:42 * xranby (~xranby@anon) has joined #jogamp