Page 2 of 4

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 8:38 am
by Synthercat
I have the same problems with grimm and also seem unable to install libboost_filesystem.so. the install script warns me about this :

"WARNING! Ubuntu users: Beware of Trusty!!!
Ubuntu 14.4 comes with a default libyaml-cpp in 0.5 version, while their ocio package still uses the 0.3 version
You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5, and break when using packaged ocio)...

Source code of dependencies needed to be compiled will be downloaded and extracted into '/home/synthercat/src/blender-deps'.
Built libs of dependencies needed to be compiled will be installed into '/opt/lib'.
Please edit $SRC and/or $INST variables at the beginning of this script,
or use --source/--install options, if you want to use other paths!

Number of threads for building: 8 (automatically detected, use --threads=<nbr> to override it).
Full install: false (use --with-all option to enable it).
Building OpenCOLLADA: false (use --with-opencollada option to enable it).

Example:
Full install without OpenCOLLADA: --with-all --skip-opencollada

Use --help to show all available options!

Do you want to continue (Y/n)?n
"

I don't even have the time to properly read this right now! I got to go... will work on this in a few hours once I get gome

EDIT : The install help shows a lot of options... weird! Does it actualy build Octaneblender?!? Could I build an optimised for my PC build?

I AM ON MINT 16 64bit

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 8:53 am
by JimStar
Synthercat wrote:The install help shows a lot of options... weird! Does it actualy build Octaneblender?!? Could I build an optimised for my PC build?
No, it just installs it automatically.

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 10:29 am
by Synthercat
The script didn't help me, I did a little google search... i wonder if I should try to install boost

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 10:37 am
by Synthercat
It seems mint 16 has it already (I found libboost_filesystem.so.1.53.0 on my /usr/lib/x86_64-linux-gnu/)
creating a link or symbolic link to 1.51.0 didn't do the trick :(

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 1:11 pm
by Toast
It did the trick for me.

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 5:21 pm
by Synthercat
There were more libs to link the first two names where so alike that I thought that it didn't work.

It did work! I linked about 4-6 libs and now it works... time for testing!

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 6:22 pm
by Synthercat
Normilized light seems to be A LOT stonger in a scene from the previus octane-blender-linux...

PS. I never understood what normilize does! I only test it to see if I want it on or off! :oops:

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 10:53 pm
by mib2berlin
Hi JimStar, have an error starting Blender for Octane 2.70:
./blender
./blender: symbol lookup error: ./blender: undefined symbol: _ZTIN3Iex7BaseExcE
Thanks, Mib

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Tue Mar 25, 2014 11:50 pm
by JimStar
mib2berlin
Do you have libIex installed?

Re: OctaneRender™ for Blender 1.50 - 4.3 beta Linux [TEST]

Posted: Wed Mar 26, 2014 5:36 am
by mib2berlin
Yes, several times, system liblex and liblex from install_deps.sh.

/usr/lib64/libIex-2_0.so.10
/usr/lib64/libIex-2_0.so.10.0.1
/usr/lib64/libIex.so
/usr/lib64/libIex.so.6


/opt/lib/openexr-2.1.0/lib/libIex-2_1.la
/opt/lib/openexr-2.1.0/lib/libIex-2_1.so
/opt/lib/openexr-2.1.0/lib/libIex-2_1.so.11
/opt/lib/openexr-2.1.0/lib/libIex-2_1.so.11.0.0

Thank you, mib