On Wed, Dec 29, 2010 at 4:43 PM, pete larabell <[email protected]> wrote: > Hi all, > > I've noticed in recent svn updates, there doesn't seem to be the option to > specify where in the filesystem python is installed on a system anymore. Was > this intentionally dropped or am I possibly just missing something? > > This causes issues on FreeBSD because a user adding python3.1 to their > system will add it to /usr/local/include/ instead of /usr/include/ > > I can create link/symlinks to "correct" the problem, but it was far more > convenient to specify it whilst in ccmake :) > > Thanks, > Pete
Show advanced options in ccmake or cmake-gui and you can set PYTHON_INC PYTHON_LIB and PYTHON_LIBPATH. -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
