Re: [Bf-committers] CMake Build Changes

2011-03-08 Thread Damir Prebeg
I usually use command line vcbuild so I didn't noticed that Install is turned off (although it says that install.vcproj is skipped). But Install build fails anyway because gnu_gettext.dll is missing from x64 libs. On 8 March 2011 23:27, Campbell Barton wrote: > In MSVC the install target needs to

Re: [Bf-committers] CMake Build Changes

2011-03-08 Thread Campbell Barton
In MSVC the install target needs to be checked though you might not want to always be removing python + scripts an re-copying & unzipping for every build, for more info see: http://www.mail-archive.com/cmake@cmake.org/msg17035.html On Tue, Mar 8, 2011 at 10:13 PM, Damir Prebeg wrote: > Well, my x

Re: [Bf-committers] CMake Build Changes

2011-03-08 Thread Damir Prebeg
Well, my x64 Windows build (Cmake+MSVC) compiles but it's not installed correctly. blender.exe, makesdna.exe and makesrna.exe (with some vc files) everything else is missing. On 8 March 2011 10:02, Campbell Barton wrote: > On Mon, Mar 7, 2011 at 8:46 PM, Richard Shaw wrote: >> On Mon, Mar 7, 201

Re: [Bf-committers] CMake Build Changes

2011-03-08 Thread Campbell Barton
On Mon, Mar 7, 2011 at 8:46 PM, Richard Shaw wrote: > On Mon, Mar 7, 2011 at 8:50 AM, IRIE Shinsuke > wrote: >> At Sun, 6 Mar 2011 09:12:57 +, >> Campbell Barton wrote: >>> On Unix/Linux (but not Apple), there is still the case where you can >>> either do a portable install or a system insta

Re: [Bf-committers] CMake Build Changes

2011-03-07 Thread Richard Shaw
On Mon, Mar 7, 2011 at 8:50 AM, IRIE Shinsuke wrote: > At Sun, 6 Mar 2011 09:12:57 +, > Campbell Barton wrote: >> On Unix/Linux (but not Apple), there is still the case where you can >> either do a portable install or a system install into /usr/bin/, >> /usr/share/blender... etc. >> For this c

Re: [Bf-committers] CMake Build Changes

2011-03-07 Thread Dave Plater
On 03/06/2011 11:12 AM, Campbell Barton wrote: > Writing to notify of some changes I plan to make to CMake build system > soon (this week). > > The main change is that the install target will be used so "make > install" is needed to copy scripts, python etc into CMake's bin/ > directory. > > *** On

Re: [Bf-committers] CMake Build Changes

2011-03-07 Thread IRIE Shinsuke
At Sun, 6 Mar 2011 09:12:57 +, Campbell Barton wrote: > On Unix/Linux (but not Apple), there is still the case where you can > either do a portable install or a system install into /usr/bin/, > /usr/share/blender... etc. > For this case I've added an option WITH_INSTALL_PORTABLE, Enabled by > d

Re: [Bf-committers] CMake Build Changes

2011-03-06 Thread Campbell Barton
gt;> Date: Sun, 6 Mar 2011 09:12:57 + >> From: Campbell Barton >> Subject: [Bf-committers] CMake Build Changes >> To: bf-blender developers >> Message-ID: >>         >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Writing to notify

Re: [Bf-committers] CMake Build Changes

2011-03-06 Thread Ian Johnson
Awesome! on linux copying the scripts can be relatively slow and not necessary when recompiling, so this is also an added convenience for those of us who are incredibly impatient ;) Message: 2 > Date: Sun, 6 Mar 2011 09:12:57 + > From: Campbell Barton > Subject: [Bf-committers] CM

Re: [Bf-committers] CMake Build Changes

2011-03-06 Thread Dave Plater
On 03/06/2011 11:12 AM, Campbell Barton wrote: > Writing to notify of some changes I plan to make to CMake build system > soon (this week). > > The main change is that the install target will be used so "make > install" is needed to copy scripts, python etc into CMake's bin/ > directory. > > *** On

Re: [Bf-committers] CMake Build Changes

2011-03-06 Thread Richard Shaw
On Sun, Mar 6, 2011 at 3:12 AM, Campbell Barton wrote: > Writing to notify of some changes I plan to make to CMake build system > soon (this week). > > The main change is that the install target will be used so "make > install" is needed to copy scripts, python etc into CMake's bin/ > directory.

[Bf-committers] CMake Build Changes

2011-03-06 Thread Campbell Barton
Writing to notify of some changes I plan to make to CMake build system soon (this week). The main change is that the install target will be used so "make install" is needed to copy scripts, python etc into CMake's bin/ directory. *** Only continue reading if your interested in WHY *** At the mom