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
--
http://michael-bien.com/