[Bf-committers] Re: new CMake/Xcode problem

Jacques Beaurain Jacques.beaurain at geosoft.com
Fri Dec 15 23:09:28 CET 2006


Hi Erwin,

You just have to delete the CMakeCache.txt file in your source root (I
should spit out a message to that extent). That is one of the problems I
am trying to avoid by preventing in-source builds. That file now
overrides anything and prevents you from building anywhere else. 

Cheers,
Jacques

-----Original Message-----
From: bf-committers-bounces at projects.blender.org
[mailto:bf-committers-bounces at projects.blender.org] On Behalf Of
erwin at erwincoumans.com
Sent: December 15, 2006 4:16 PM
To: bf-blender developers
Subject: [Bf-committers] Re: new CMake/Xcode problem


I've been using cmake-generated Xcode projects without problems, and
it's my choice where to store the files isn't it? Why don't we have the
freedom to choose anymore ;-) ? 

But more problematic, it doesn't work for me, following the steps
described. 
Xcode duplicated the source tree in the other location, and edits those.

However, it compiles the one in the original location... 

Erwin 


Chris Want writes: 

> erwin at erwincoumans.com wrote:
>> 
>> Why can't we just run Cmake in the blender folder anymore?
>> Now Cmake complains that you have to run it outside the source
folder.
>> But if you do this, the generated project duplicates the source 
>> files, and when you make changes, they don't get compiled. It seems 
>> this cmake setup compiler the source files from the original 
>> location, and edits the duplicated ones.
>> How are we supposed to develop and commit that way?
>> Thanks,
>> Erwin
> 
> Hi Erwin,
> 
> This is a good thing as CMake spits out a lot of files that mess up 
> the source tree (this is particularly bad when generating Makefiles 
> since it clobbers the ones already in CVS).
> 
> You should run CMake in a different directory. I have generated the 
> Xcode files with no problem in other directories (and kept my CVS 
> sources 100% clean while doing this).
> 
> Chris
> 
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
 

_______________________________________________
Bf-committers mailing list
Bf-committers at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list