Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux build #5

Closed
unicomp21 opened this issue Nov 28, 2012 · 13 comments
Closed

linux build #5

unicomp21 opened this issue Nov 28, 2012 · 13 comments

Comments

@unicomp21
Copy link

Where's the Linux build instructions?

@magnusw
Copy link
Member

magnusw commented Nov 28, 2012

You can find it in the Wiki at http://github.com/pvrbook/pvr/wiki

@unicomp21
Copy link
Author

Is there some sort of documentation/examples? Something that shows the
mains use cases?

On Wed, Nov 28, 2012 at 11:33 AM, Magnus Wrenninge <notifications@github.com

wrote:

You can find it in the Wiki at http://github.com/pvrbook/pvr/wikihttps://github.com/pvrbook/pvr/wiki


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10812134.

@magnusw
Copy link
Member

magnusw commented Nov 30, 2012

The 'scenes' folder has quite a few example render scripts: http://github.com/pvrbook/pvr/blob/master/scenes/

@unicomp21
Copy link
Author

Getting error when building oiio due to typo:

https://github.com/pvrbook/pvr/wiki

make USE_FILED3D=0
make USE_FIELD3D=0

On Wed, Nov 28, 2012 at 11:33 AM, Magnus Wrenninge <notifications@github.com

wrote:

You can find it in the Wiki at http://github.com/pvrbook/pvr/wikihttps://github.com/pvrbook/pvr/wiki


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10812134.

@unicomp21
Copy link
Author

Last step fails:

jdavis@ubuntu:/repo/pvr/libpvr$ scons pyinstall
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
Compiling build/linux2/g++/m64/release/Geometry.os
Compiling build/linux2/g++/m64/release/Interrupt.os
src/Geometry.cpp:42:32: fatal error: GPD-pvr/GPD_Detail.h: No such file or
directory
compilation terminated.
Compiling build/linux2/g++/m64/release/Log.os
scons: *** [build/linux2/g++/m64/release/Geometry.os] Error 1
scons: building terminated because of errors.
jdavis@ubuntu:
/repo/pvr/libpvr$

On Sat, Dec 1, 2012 at 7:01 AM, John Davis jdavis@pcprogramming.com wrote:

Getting error when building oiio due to typo:

https://github.com/pvrbook/pvr/wiki

make USE_FILED3D=0
make USE_FIELD3D=0

On Wed, Nov 28, 2012 at 11:33 AM, Magnus Wrenninge <
notifications@github.com> wrote:

You can find it in the Wiki at http://github.com/pvrbook/pvr/wikihttps://github.com/pvrbook/pvr/wiki


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10812134.

@magnusw
Copy link
Member

magnusw commented Dec 2, 2012

Sounds like you may have skipped the Build GPD stage:

cd libpvr/external
scons

@unicomp21
Copy link
Author

Got it, thanks! On another note, would there be any interest in releasing
the source under MIT license?

On Sun, Dec 2, 2012 at 1:03 AM, Magnus Wrenninge
notifications@github.comwrote:

Sounds like you may have skipped the Build GPD stage:

cd libpvr/external
scons


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10926838.

@unicomp21
Copy link
Author

Trying to run the samples now ... something is wrong.

jdavis@ubuntu:~/repo/pvr/scenes/volumes/fractal_cloud$ ./render.py
Traceback (most recent call last):
File "./render.py", line 10, in
from pvr import *
ImportError: No module named pvr

On Sun, Dec 2, 2012 at 5:57 AM, John Davis jdavis@pcprogramming.com wrote:

Got it, thanks! On another note, would there be any interest in releasing
the source under MIT license?

On Sun, Dec 2, 2012 at 1:03 AM, Magnus Wrenninge <notifications@github.com

wrote:

Sounds like you may have skipped the Build GPD stage:

cd libpvr/external
scons


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10926838.

@magnusw
Copy link
Member

magnusw commented Dec 4, 2012

Did you do

export PVR_PYTHON_PATH=~/pythonLibs

@unicomp21
Copy link
Author

yes

On Mon, Dec 3, 2012 at 7:27 PM, Magnus Wrenninge
notifications@github.comwrote:

Did you do

export PVR_PYTHON_PATH=~/pythonLibs


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-10980324.

@magnusw
Copy link
Member

magnusw commented Dec 4, 2012

Is that path in your PYTHON_PATH?

@magnusw
Copy link
Member

magnusw commented Dec 4, 2012

And regarding MIT license.. What aspects of that license do you prefer and what is GPL keeping you from doing?

@unicomp21
Copy link
Author

If I incorporate GPL code I have to share all my own code. There are
portions of my own code I would like to keep private.

On Tue, Dec 4, 2012 at 1:32 PM, Magnus Wrenninge
notifications@github.comwrote:

And regarding MIT license.. What aspects of that license do you prefer and
what is GPL keeping you from doing?


Reply to this email directly or view it on GitHubhttps://github.com//issues/5#issuecomment-11011672.

@magnusw magnusw closed this as completed Sep 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants