[Bf-committers] Libs on windows?

2013-01-23 Thread Chad Fraleigh
While attempting to test my script compiled libs with a blender build I noticed some things: iconv doesn't seem to be used for windows [blender] builds. The only place I see it in the cmake config is for "if(APPLE)", and even then it is only a -liconv entry (so a system lib I assume). So is this s

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Brecht Van Lommel
Hi, On Thu, Jan 24, 2013 at 2:18 AM, Chad Fraleigh wrote: > iconv doesn't seem to be used for windows [blender] builds. The only > place I see it in the cmake config is for "if(APPLE)", and even then > it is only a -liconv entry (so a system lib I assume). So is this > something that isn't used a

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Chad Fraleigh
On Thu, Jan 24, 2013 at 3:40 AM, Brecht Van Lommel wrote: > On Thu, Jan 24, 2013 at 2:18 AM, Chad Fraleigh wrote: >> iconv doesn't seem to be used for windows [blender] builds. The only >> place I see it in the cmake config is for "if(APPLE)", and even then >> it is only a -liconv entry (so a sy

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Bastien Montagne
From Boost::locale doc: > > Dependencies > > * ICU library 3.6 or above is strongly recommended > * If no ICU library is given, iconv support is required under POSIX > platforms. > We use boost without icu (far too much powerful for what we need), so we should need inconv under uni

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Chad Fraleigh
On Thu, Jan 24, 2013 at 4:51 AM, Chad Fraleigh wrote: > The configure used was: > > cmake -G 'Visual Studio 9 2008' -DWITH_OPENCOLLADA:BOOL=ON > -DWITH_LLVM:BOOL=ON -DWITH_CYCLES_OSL:BOOL=ON > -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DWITH_INTERNATIONAL:BOOL=ON > -DCMAKE_BUILD_TYPE:STRING=Debug ../blend

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Brecht Van Lommel
Hi, On Thu, Jan 24, 2013 at 11:15 PM, Chad Fraleigh wrote: > On Thu, Jan 24, 2013 at 4:51 AM, Chad Fraleigh wrote: > >> The configure used was: >> >> cmake -G 'Visual Studio 9 2008' -DWITH_OPENCOLLADA:BOOL=ON >> -DWITH_LLVM:BOOL=ON -DWITH_CYCLES_OSL:BOOL=ON >> -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -D

Re: [Bf-committers] Libs on windows?

2013-01-24 Thread Chad Fraleigh
On Thu, Jan 24, 2013 at 3:29 PM, Brecht Van Lommel wrote: > Hi, > > On Thu, Jan 24, 2013 at 11:15 PM, Chad Fraleigh wrote: >> On Thu, Jan 24, 2013 at 4:51 AM, Chad Fraleigh wrote: >> >>> The configure used was: >>> >>> cmake -G 'Visual Studio 9 2008' -DWITH_OPENCOLLADA:BOOL=ON >>> -DWITH_LLVM:BO