Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37961] branches/cycles/intern/cycles/ cmake/external_libs.cmake: Cycles: cmake changes to make win32 use lib/ windows for boost a

2011-06-30 Thread Daniel Salazar - 3Developer.com
Thank you xavier, got it to work with that corrected path. It was simpler in the past :( Daniel Salazar 3Developer.com On Wed, Jun 29, 2011 at 7:33 PM, Xavier Thomas wrote: > I had the same error. I fixed it by using: > cmake ../blender -DCYCLES_OIIO=../oiio/dist/linux64 > > 2011/6/29 Daniel S

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37961] branches/cycles/intern/cycles/ cmake/external_libs.cmake: Cycles: cmake changes to make win32 use lib/ windows for boost a

2011-06-29 Thread Xavier Thomas
I had the same error. I fixed it by using: cmake ../blender -DCYCLES_OIIO=../oiio/dist/linux64 2011/6/29 Daniel Salazar - 3Developer.com > I'm getting this error now when launching cmake on a clean build dir > with "cmake ../blender -DCYCLES_OIIO=../oiio" > > http://www.pasteall.org/22821 > > du

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37961] branches/cycles/intern/cycles/ cmake/external_libs.cmake: Cycles: cmake changes to make win32 use lib/ windows for boost a

2011-06-29 Thread Daniel Salazar - 3Developer.com
I'm getting this error now when launching cmake on a clean build dir with "cmake ../blender -DCYCLES_OIIO=../oiio" http://www.pasteall.org/22821 dunno if its related to this commit? Daniel Salazar 3Developer.com On Wed, Jun 29, 2011 at 1:18 PM, Brecht Van Lommel wrote: > Revision: 37961 >