[Bf-committers] Re: handcrafted makefiles, autotools, scons and cmake ?

Jacques Beaurain jacques.beaurain at gmail.com
Sun Oct 29 01:36:37 CEST 2006


Hi,

Here is updated CMake files that fixes the verse linking errors (both
blender with verse and verse_server compiles cleanly again).

Everything else still seems fine. Hans, you say you have problems with
Python 2.4 on FreeBSD even with CMake. I recall some issues with the
ctype header too when I last tried it out on FreeBSD 6.1 (VM Machine),
I think I commented it out in some blender headers. Anyway I made the
PYTHON_INC and PYTHON_LIB variables CACHE variables in this drop which
should allow you to generate Makefiles from the command line as
follows to force 2.3 Python (mine is in /usr/local on :

cmake -D PYTHON_LIB:=/usr/local/lib/python2.3/config/libpython2.3.so
-D PYTHON_INC=/usr/local/include/python2.3 -G "Unix Makefiles"
../blender

Let me know how it goes...

Cheers,
Jacques

On 10/26/06, Chris Want <cwant at ualberta.ca> wrote:
> Jacques Beaurain wrote:
> > On activity since September 19: I am a little reluctant spending a lot
> > more time on this if I don't get buy-in from the Blender dev
> > community. I can easily maintain the CMake files for my own use (Mac
> > OSX and Windows) this side, but I don't see it reaching a fully
> > polished state that is useful for everybody and all platforms if it is
> > going to stay outside CVS.
>
> Hi Jacques,
>
> I am interested in testing this further (I never did get a
> successful build the last time I tried a couple of months
> ago) -- do you have an up-to-date patch?
>
> Regards,
> Chris
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at projects.blender.org
> http://projects.blender.org/mailman/listinfo/bf-committers
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: blender-cmake.tar.gz
Type: application/x-gzip
Size: 13271 bytes
Desc: not available
Url : http://projects.blender.org/pipermail/bf-committers/attachments/20061028/a31e99e8/blender-cmake.tar.bin


More information about the Bf-committers mailing list