Bug 749 - Solaris SPARC builds require extra steps
Summary: Solaris SPARC builds require extra steps
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: Other solaris
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-06-10 17:53 CEST by britta.eckhardt
Modified: 2013-06-13 21:03 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
gluegen 3cf28f2980b1593e4b32230d5206decd6afe2cbb
Workaround: ---


Attachments
Link to patch (3.67 KB, text/html)
2013-06-10 17:54 CEST, britta.eckhardt
Details
link to patch (1.00 KB, text/html)
2013-06-10 17:56 CEST, britta.eckhardt
Details

Note You need to log in before you can comment on or make changes to this bug.
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