[Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Jochen Schmitt
Hallo, I have tried to build blender-2.65 for the upcomming Fedora 18 release as a mock build and have got the following error messages: -- Found Subversion: /usr/bin/svn (found version "1.7.7") [100%] Built target buildinfo Scanning dependencies of target blender [100%] Building C object source

Re: [Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Brecht Van Lommel
Hi, Could you try editing line 656 in the top CMakeLists.txt: set(__boost_packages filesystem regex system thread date_time) To change the order of the packages, for example: set(__boost_packages filesystem regex thread date_time system) I'm not quite sure if this will fix it or what would be th

Re: [Bf-committers] Files to Download, Linux

2012-12-12 Thread Sergey Sharybin
Choose newer one, which is glibc-2.11. It's compiled with much more recent compiler and should be few %% faster than glibc-2.7 builds. glibc-2.7 is for older systems (like more than ~4 years old). They're still used by some users. In next release i'm going to drop glibc2.7 support and switch to gl

Re: [Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Jochen Schmitt
On Wed, Dec 12, 2012 at 10:52:20AM +0100, Brecht Van Lommel wrote: > Could you try editing line 656 in the top CMakeLists.txt: > set(__boost_packages filesystem regex system thread date_time) > > To change the order of the packages, for example: > set(__boost_packages filesystem regex thread dat

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52885] trunk/blender/intern/cycles/render /osl.cpp: Cycles: trick to make building with OSL trunk work as well, it has a differen

2012-12-12 Thread Xavier Thomas
Hi Brecht, Sorry to make noise here, but I thought I knew a bit of C++ templates and cannot understand how this works. Do you have a link that can help me understand what is going on here? Xavier 2012/12/11 Brecht Van Lommel > Revision: 52885 > > http://projects.blender.org/scm/viewvc.php?v

Re: [Bf-committers] Files to Download, Linux

2012-12-12 Thread Knapp
On Wed, Dec 12, 2012 at 11:46 AM, Sergey Sharybin wrote: > Choose newer one, which is glibc-2.11. It's compiled with much more recent > compiler and should be few %% faster than glibc-2.7 builds. > > glibc-2.7 is for older systems (like more than ~4 years old). They're still > used by some users.

Re: [Bf-committers] Files to Download, Linux

2012-12-12 Thread Thomas Dinges
Changed the text now: 211: Suits most recent Linux distributions 27: Suits older Linux distributions Am 12.12.2012 16:00, schrieb Knapp: > On Wed, Dec 12, 2012 at 11:46 AM, Sergey Sharybin > wrote: >> Choose newer one, which is glibc-2.11. It's compiled with much more recent >> compiler and shou

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52885] trunk/blender/intern/cycles/render /osl.cpp: Cycles: trick to make building with OSL trunk work as well, it has a differen

2012-12-12 Thread Brecht Van Lommel
Hi Xavier, See here for an explanation: http://en.wikipedia.org/wiki/Substitution_failure_is_not_an_error Anyway, the basic purpose is to not fail building if a certain member function has a different name. I should have gotten our custom OSL branch in sync with the trunk name earlier, but now ma

Re: [Bf-committers] Files to Download, Linux

2012-12-12 Thread Sergey Sharybin
Thanks, Thomas! On Wed, Dec 12, 2012 at 9:02 PM, Thomas Dinges wrote: > Changed the text now: > 211: Suits most recent Linux distributions > 27: Suits older Linux distributions > > Am 12.12.2012 16:00, schrieb Knapp: > > On Wed, Dec 12, 2012 at 11:46 AM, Sergey Sharybin > wrote: > >> Choose ne

Re: [Bf-committers] Blender 2.65 release AHOY!

2012-12-12 Thread pete larabell
Hey guys, I'm out of town all week this week and don't have access to my build boxes (FreeBSD). If there is anyone out there who could make one for 2.65 feel free, or wait till the weekend when I return home. Sorry for the delay. Cheers! Peter On Mon, Dec 10, 2012 at 8:15 AM, Sergey Sharybin

Re: [Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Brecht Van Lommel
On Wed, Dec 12, 2012 at 12:20 PM, Jochen Schmitt wrote: > On Wed, Dec 12, 2012 at 10:52:20AM +0100, Brecht Van Lommel wrote: > >> Could you try editing line 656 in the top CMakeLists.txt: >> set(__boost_packages filesystem regex system thread date_time) >> >> To change the order of the packages, f

Re: [Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Jochen Schmitt
On Wed, Dec 12, 2012 at 05:29:16PM +0100, Brecht Van Lommel wrote: > On Wed, Dec 12, 2012 at 12:20 PM, Jochen Schmitt > wrote: > > On Wed, Dec 12, 2012 at 10:52:20AM +0100, Brecht Van Lommel wrote: > > > >> Could you try editing line 656 in the top CMakeLists.txt: > >> set(__boost_packages filesy

Re: [Bf-committers] Blender 2.65 release AHOY!

2012-12-12 Thread Chad Fraleigh
On Wed, Dec 12, 2012 at 8:21 AM, pete larabell wrote: > Hey guys, > > I'm out of town all week this week and don't have access to my build > boxes (FreeBSD). > > If there is anyone out there who could make one for 2.65 feel free, or > wait till the weekend when I return home. Unless you/someone w

Re: [Bf-committers] Issues to build blender-2.65 on Fedora 18

2012-12-12 Thread Dan Eicher
Try adding -DBOOST_ROOT=/usr to your cmake command line. /me grumbles about inappropriate flags again... Dan On Wed, Dec 12, 2012 at 2:04 PM, Jochen Schmitt wrote: > On Wed, Dec 12, 2012 at 05:29:16PM +0100, Brecht Van Lommel wrote: > > On Wed, Dec 12, 2012 at 12:20 PM, Jochen Schmitt > wrote