[Bf-committers] (no subject)

Chris Want cwant at ualberta.ca
Sun Nov 19 19:26:43 CET 2006


Tony Agee wrote:
> I gave CMake a try. Seems to work very well on Win32, after overcoming 
> some little hurdles:
> 
> On both my linux and windows machines, it was necessary to do a fresh 
> checkout of the blender source to get all the cmake files, updating 
> didn’t work somehow, and cmake failed to generate build files.
> 
> ( I had the same issue with the Wintab files, recently added to 
> lib\windows…)

Hi Tony,

This is most likely an issue with the CVS command you use to
update your sources: to get new directories from the CVS
repository, make sure you add -Pd to your CVS update line.
Better yet, add it to your .cvsrc in your home directory,
mine looks like this:

cvs -z3 -q
diff -up
update -Pd
checkout -P
rdiff -u

Regards,
Chris


More information about the Bf-committers mailing list