Bug 749

Summary: Solaris SPARC builds require extra steps
Product: [JogAmp] Jogl Reporter: britta.eckhardt
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: sgothel
Priority: ---    
Version: 2   
Hardware: Other   
OS: solaris   
Type: --- SCM Refs:
gluegen 3cf28f2980b1593e4b32230d5206decd6afe2cbb
Workaround: ---
Attachments: Link to patch
link to patch

Description britta.eckhardt 2013-06-10 17:53:48 CEST
When building the jogl and gluegen jars on Solaris using the steps in:

http://jogamp.org/jogl/doc/HowToBuild.html

There were some additional steps that seemed to be required. First, I had to apply the patches originally posted in:

http://forum.jogamp.org/Solaris-Sparc-builds-td4025566.html

Which i've attached. I applied the changes manually though, since I was building with the latest code from git and that post was somewhat old. 

And also I had to rename gluegen-rt-natives-solaris-sparc.jar to gluegen-natives-solaris-sparc.jar to use in my application, because it complained that it could not find gluegen-natives-solaris-sparc.jar (the build only built gluegen-rt-natives-solaris-sparc.jar).
Comment 1 britta.eckhardt 2013-06-10 17:54:55 CEST
Created attachment 480 [details]
Link to patch
Comment 2 britta.eckhardt 2013-06-10 17:56:05 CEST
Created attachment 481 [details]
link to patch
Comment 3 Sven Gothel 2013-06-13 21:03:45 CEST
Thank you Britta, I made the commit for you.

Next time, please use:
  - a unified diff
  - if possible, make a git diff patch ..

~Sven