output from building jocl not matching build instructions

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

output from building jocl not matching build instructions

wjohnson
OSX 7.3

Instructions to build say:

...
It is important that you checkout the source project side by side to its dependencies:

    /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jocl.git jocl
                           

Now you should have following directory structure:

    /home/dude/projects/jogamp
    /home/dude/projects/jogamp/gluegen
    /home/dude/projects/jogamp/jogl
    /home/dude/projects/jogamp/jocl
...

-------                        
I'm seeing only the jocl directory but not gluegen or jogl.  Would appreciate advice on what I'm missing?

~/Development/git/jogamp [532]$ git clone git://jogamp.org/srv/scm/jocl.git jocl
Cloning into jocl...
remote: Counting objects: 4222, done.
remote: Compressing objects: 100% (1232/1232), done.
remote: Total 4222 (delta 2334), reused 3534 (delta 1886)
Receiving objects: 100% (4222/4222), 4.03 MiB | 1.68 MiB/s, done.
Resolving deltas: 100% (2334/2334), done.
~/Development/git/jogamp [533]$ ls
jocl
Reply | Threaded
Open this post in threaded view
|

Re: output from building jocl not matching build instructions

Sven Gothel
Administrator
On Tuesday, November 22, 2011 04:28:33 PM wjohnson [via jogamp] wrote:

>
> OSX 7.3
>
> Instructions to build say:
>
> ...
> It is important that you checkout the source project side by side to its
> dependencies:
>
>     /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jocl.git
> jocl
>                            
>
> Now you should have following directory structure:
>
>     /home/dude/projects/jogamp
>     /home/dude/projects/jogamp/gluegen
>     /home/dude/projects/jogamp/jogl
>     /home/dude/projects/jogamp/jocl
> ...
>
> -------                        
> I'm seeing only the jocl directory but not gluegen or jogl.  Would
> appreciate advice on what I'm missing?

you have to follow the JOGL build instructions 1st .. as mentioned.
this will lead you to fetch gluegen and jogl, besides building them 1st.

~Sven
Reply | Threaded
Open this post in threaded view
|

Re: output from building jocl not matching build instructions

wjohnson
My apologies. It was there in plain sight.

On Tue, Nov 22, 2011 at 12:03 PM, Sven Gothel [via jogamp] <[hidden email]> wrote:
On Tuesday, November 22, 2011 04:28:33 PM wjohnson [via jogamp] wrote:

>
> OSX 7.3
>
> Instructions to build say:
>
> ...
> It is important that you checkout the source project side by side to its
> dependencies:
>
>     /home/dude/projects/jogamp> git clone git://jogamp.org/srv/scm/jocl.git
> jocl
>                            
>
> Now you should have following directory structure:
>
>     /home/dude/projects/jogamp
>     /home/dude/projects/jogamp/gluegen
>     /home/dude/projects/jogamp/jogl
>     /home/dude/projects/jogamp/jocl
> ...
>
> -------                        
> I'm seeing only the jocl directory but not gluegen or jogl.  Would
> appreciate advice on what I'm missing?
you have to follow the JOGL build instructions 1st .. as mentioned.
this will lead you to fetch gluegen and jogl, besides building them 1st.

~Sven



If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/output-from-building-jocl-not-matching-build-instructions-tp3528028p3528325.html
To unsubscribe from output from building jocl not matching build instructions, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: output from building jocl not matching build instructions

wjohnson
In step 6 (testing) after successfully building JOGL, the 7z archiver cannot be found. Should 7z be on the list of what is required for MacOSX Intel and which version do you use?

...
test-zip-archive:
     [move] Moving 21 files to /Users/wjohnson/Development/git/jogamp/jogl/build/test/results

BUILD FAILED
/Users/xx/Development/git/jogamp/jogl/make/build.xml:30: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/jogl/make/build-test.xml:481: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/jogl/make/build-test.xml:492: The following error occurred while executing this line:
/Users/xx/Development/git/jogamp/gluegen/make/jogamp-archivetasks.xml:23: Execute failed: java.io.IOException: Cannot run program "7z" (in directory "/Users/xx/Development/git/jogamp/jogl/build/test/results"): error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:460)
        at java.lang.Runtime.exec(Runtime.java:593)
...