Search found 26 matches
- Sat Jun 15, 2013 5:11 pm
- Forum: Coding Blender
- Topic: BUG - Mixing up OpenEXR dev files
- Replies: 1
- Views: 1478
BUG - Mixing up OpenEXR dev files
I've gone through CMAKE - ALL OpenEXR related entries point to /opt/lib/openexr. And yet, when doing the final linking, it fails unless I have OpenEXR-dev installed. I'd post this as a bug, but I tried to post something similar and got bitched out for posting compiling related bugs as... bugs.
- Tue Jun 11, 2013 5:36 am
- Forum: Coding Blender
- Topic: Install Deps Failing
- Replies: 0
- Views: 1543
Install Deps Failing
Ubuntu 12.04. Previously built with no problems. But now I'm getting this when it's building OSL: Building CXX object testshade/CMakeFiles/libtestshade.dir/testshade.cpp.o Linking CXX executable accum_test /opt/lib/oiio/lib/libOpenImageIO.so: undefined reference to `dlopen' /opt/lib/oiio/lib/libOpen...
- Tue Nov 20, 2012 3:13 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Scons is Dead
I fiddled with scons last night and am about ready to ditch it altogether as deprecated. The scon script has not been updated to reflect the removal of the libs so that's causing a false to be recorded for cycles because the script is looking for those dirs and not finding them, for one, then if I c...
- Mon Nov 19, 2012 11:43 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
- Mon Nov 19, 2012 11:38 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
I'm using the install_deps.sh script now The script prints out some lines at the end with path settings. The appropriate ones need to be added to your user-config.py I should have pointed out that I've been doing that since the very first time I used install_deps.sh. Yes, people actually do read th...
- Mon Nov 19, 2012 7:44 pm
- Forum: Coding Blender
- Topic: Some problems with a first build.
- Replies: 4
- Views: 3356
- Mon Nov 19, 2012 7:26 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Scons still craters with linking errors like undefined reference to `boost::locale::base_message_format<char>::id' Do you have the boost locale lib installed? ldd ../install/linux/blender|grep locale libboost_locale.so.1.49.0 => /usr/lib/libboost_locale.so.1.49.0 (0xb6a98000) I'm using the install_...
- Mon Nov 19, 2012 7:39 am
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
The linux libs have been removed from SVN since revision 52284 I believe. I had to manually build OpenImageIO, OpenColorIO and Python 3.3.0 on my Slackware 14.0 system in order to build Blender. When I used the static libs from SVN I get similar errors when linking blender using CMake. OIIO is comp...
- Fri Nov 16, 2012 6:11 pm
- Forum: Coding Blender
- Topic: Error During SVN Update!!
- Replies: 11
- Views: 8166
I agree, I think something might be garffed with the latest SVN. I have been successfully building Blender for months, and now suddenly after updating to the current SVN, my build sequence fails. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE): Could NOT...
- Fri Nov 16, 2012 5:24 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Scons is not being deprecated. There is quite a bit of work going on right now to get OCIO, OSL, and Boost to all play nicely together. Likey, you will have problems building until this all gets straightened out. One current result is the Boost libs are being removed from SVN in favor of locally in...
- Fri Nov 16, 2012 3:09 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Re: Build fails on amd64 and i386 Ubuntu 12.04 for several d
It would seem that scons is becoming deprecated? Have started migrating over to cmake. Just when I have my user-config.py file tweaked to perfection.Tehrasha wrote:I am using cmake instead of scons, but them I am also using the older Ubuntu 10.04 x64.mikevan wrote: how are you guys getting Blender to compile?

- Thu Nov 15, 2012 11:49 pm
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Re: Build fails on amd64 and i386 Ubuntu 12.04 for several d
I got a successful compile a couple days ago after problems with locales which I think Ton fixed. Since then, however, the linker has been failing again. Am using the SVN libs and have the basic Ubuntu 12.04 build environment (both on amd64 with CUDA and i386 no-CUDA) that I've used compiling SVN f...
- Thu Nov 15, 2012 1:54 am
- Forum: Coding Blender
- Topic: Build fails on amd64 and i386 Ubuntu 12.04 for several days
- Replies: 15
- Views: 8054
Build fails on amd64 and i386 Ubuntu 12.04 for several days
I got a successful compile a couple days ago after problems with locales which I think Ton fixed. Since then, however, the linker has been failing again. Am using the SVN libs and have the basic Ubuntu 12.04 build environment (both on amd64 with CUDA and i386 no-CUDA) that I've used compiling SVN fo...
- Sat Nov 10, 2012 10:27 pm
- Forum: Coding Blender
- Topic: Building on UbuntuStudio 12.10 with CUDA
- Replies: 0
- Views: 1347
Building on UbuntuStudio 12.10 with CUDA
Has anyone been able to riddle out how to build on a virgin install of UbuntuStudio 12.10 with CUDA? Many of the AV dev files can't be installed because for some weird reason, the AV extras libs loaded refuse to cohabitate with them as they do perfectly fine in 12.04. I ended up reloading 12.04 and ...
- Thu Nov 08, 2012 11:27 pm
- Forum: Coding Blender
- Topic: Python3.3 build error
- Replies: 6
- Views: 4791
Python is happy with multiple versions installed on the same box. A helpful trick for installing from source (www.python.org) is to do "make altinstall" rather than the usual "make install" as part of the usual configure; make; make install; dance. This installs your version of python into whatever...