Is there any directory to get the jar and native libs for all major platforms (linux-amd64, linux-i586, macosx-universal, windows-amd64 and windows-i586)?
There is NO windows-amd64 following the instructions on this web-page http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html Searching the forum I found this but without the macosx-universal http://jogamp.org/deployment/autobuilds/ As the builds are obviously out-of-sync, I would not dare to mix them :-( Is it at the moment possible to deploy any recent JOGL version to all of the above platforms? |
hello Michael,
what do you mean with out of sync? The projects are built and tested after each commit on at least four nodes (currently linux 32/64 and windows 32/64). sure using builds from the CI server is always risky but if you wish you should check the junit test results first: http://jogamp.org/chuck/ e.g. by using this build you get jogl and gluegen-rt for linux and windows platforms http://jogamp.org/deployment/autobuilds/jogl-2010-06-29_09-46-01/build/ webstart and applets won't work on linux with this build since the X11 locking optimizations aren't finished yet. The webstart folder you mentioned contains promoted builds only. We don't put stuff into it which is known to be buggy. also as mentioned in other threads we can't provide mac builds yet since we don't have the hardware for it. regards, michael On 07/02/2010 04:17 PM, Michael Nischt [via jogamp] wrote: Is there any directory to get the jar and native libs for all major platforms (linux-amd64, linux-i586, macosx-universal, windows-amd64 and windows-i586)? |
Michael, thanks for the quick reply!
I wrongly assumed that macosx-universal builds are already provided after looking at the webstart folder. (There mac builds dated 28-Apr-2010, however none for windows-am64.) Anyhow, using the builds from the CI is perfectly fine for me. I just hope that soon there will be mac builds too =) Best, Michael |
Administrator
|
On Friday, July 02, 2010 19:31:43 michael.nischt [via jogamp] wrote:
> > Michael, thanks for the quick reply! > > I wrongly assumed that macosx-universal builds are already provided after > looking at the webstart folder. (There mac builds dated 28-Apr-2010, however > none for windows-am64.) > 64bit windows builds should be there .. If not, this will be fixed soon as well, surely this is in the array of our supported platforms :) > Anyhow, using the builds from the CI is perfectly fine for me. I just hope > that soon there will be mac builds too =) Yes .. _I_hear_you_all_ :) ~Sven > > Best, > Michael > |
Free forum by Nabble | Edit this page |