[Bf-committers] CMake error VC11 - python 3.4

Campbell Barton ideasman42 at gmail.com
Thu May 15 01:03:39 CEST 2014


Hi Alexander,

As far as I can tell we're not supporting MSVC2012

MSVC2008 is being maintained because we used it for official releases,
and MSVC2013 is being prepared as the next platform to use for windows
release builds.

I don't much like that we keep half working platforms, it wastes time
for builders & devs (the very fact you attempt to use a system which
is known to be broken).

So I'd propose to remove windows_vc11 completely.

or at very least have CMake/SCons warn the system is unsupported when
building with MSVC2012.



On Thu, May 15, 2014 at 8:21 AM, Alexander Pinzon Fernandez
<apinzonf at gmail.com> wrote:
> Hi All
>
> I need help with cmake configuration.
>
> I am using windows vc11, and cmake throw this error msg
>
> #######################################################
>
> CMake Error at CMakeLists.txt:2227 (message):
>
> Missing:
>
> "D:/src/blender/src/soc-2014-remesh/../lib/windows_vc11/python/include/python3.4/Python.h",
>
>  Set the cache entry 'PYTHON_INCLUDE_DIR' to point to a valid python include
>
> path. Containing Python.h for python version "3.4"
>
> #########################################################
>
>
> i saw that python 3.4 is in svn
>
> https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows/python/include/python3.4/
>
> but not for vc11
>
> https://svn.blender.org/svnroot/bf-blender/trunk/lib/windows_vc11/python/include/
>
>
> Where i can get this python 3.4 libraries for vc11, or someone know how
> this libraries are generated for try to compile this?
>
>
> Thanks
>
> Alexander Pinzon Fernandez
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers



-- 
- Campbell


More information about the Bf-committers mailing list