Re: OpenAL Soft 1.15.1 is out
Posted by
Sven Gothel on
Mar 22, 2013; 1:13pm
URL: https://forum.jogamp.org/OpenAL-Soft-1-15-1-is-out-tp4027581p4028753.html
On 03/22/2013 02:06 PM, gouessej [via jogamp] wrote:
> I'll fix this bug ;)
>
> Why can't we simply use MXE <
http://mxe.cc>? It would allow to compile
> OpenAL-Soft for Windows under GNU Linux :)
crosscompilation would then require to move the binaries from
the linux build node to the windows build node ..
in short: it would create quite a mess and complicate our already 'heavy'
jenkins setup.
note-1: we compile and test the stuff on the machines
note-2: we do crosscompile the GNU/Linux ARM targets incl. Android,
able to launch tests remotely.
tbh .. I haven't enabled the remote test ..
Whatever the solution is .. even a practical one would be OK,
i.e. a manual compiled DLL file, which should be pushed
to our repository then.
If time allows .. we could make it beautiful later (compile source code).
~Sven