Login  Register

Re: Error building joal libraries?

Posted by Michael Bien on Jul 10, 2010; 10:03am
URL: https://forum.jogamp.org/Error-building-joal-libraries-tp952595p956076.html



On 07/10/2010 04:53 AM, ebiglari [via jogamp] wrote:
Ok, so it appears that the test cases are looking for dll called joal_native.
i believe it is joal's native glue code. We should rename it later to joal to have similar naming conventions as in jogl and jocl.

   Do you know where this can be found, or what's going on with it?  I traced through the code and found a comment that said something about it being a wrapper for a driver of the form *oal, and that wildcard causing some kind of strange bug if not initialized in a privileged context.   A couple of quick questions, is joal_native.dll the same as wrap_oal.dll?
take a look at the OpenAL downloads:
http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx

DLL Version numbers:

    * OpenAL32.dll version 6.14.357.24
    * wrap_oal.dll version 2.2.0.5
its part of the OpenAL distribution. (you find a copy in joal/make/lib/ maybe an update is necessary)

so.. both are not the same


  I renamed wrap_oal.dll to joal_native and that seemed to solve at least one problem (but I'm not entirely sure, it just didn't create an exception on those lines).  Now it seems to be crashing on the loading of the gluegen-rt.dll library, on the line:

device = alc.alcOpenDevice(null);

and I haven't traced the code enough to get rid of this bug.  Any ideas on that one?  Lastly, in OpenALTest.java and Sound3DTest.java it appears that the fail() statements were missing, and it was just passing those tests all the time.  When I added in the fails, they failed also.
good :)


Oh, and I created a nice (at least in my opinion) testbed in netbeans for junit tests which helps out tremendously in tracing the bugs.  However, I'm curious, what kind of environment are you using for developing the jogamp libraries?

regarding IDEs. I am using most of the time NetBeans, sometimes IntelliJ. Sven prefers VI as far as i know. You can take a look e.g at gluegen/nbproject/ide-file-targets.xml and project.xml to get an idea how to integrate the test and debug actions. (if  you haven't already done that)

regards,
michael



On Thu, Jul 8, 2010 at 8:55 PM, Michael Bien [via jogamp] <[hidden email]> wrote:
pushed it, see commit log.
http://github.com/mbien/joal/commit/b2558379ed0b2ae7a0ab6bfdb0a8f2c05afa1663

i get now a: java.lang.RuntimeException: Unable to find and load OpenAL library

which means it seems to work :)

now its your turn :)

On 07/09/2010 02:42 AM, ebiglari [via jogamp] wrote:
That is, unless you want me to take a look at it.  I'd be glad to.  But, it might take me a little while to figure out the build script.


View message @ http://jogamp.762907.n3.nabble.com/Error-building-joal-libraries-tp952595p953276.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.

-- 
http://michael-bien.com/



View message @ http://jogamp.762907.n3.nabble.com/Error-building-joal-libraries-tp952595p953377.html
To unsubscribe from Re: Error building joal libraries?, click here.





View message @ http://jogamp.762907.n3.nabble.com/Error-building-joal-libraries-tp952595p955693.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


-- 
http://michael-bien.com/