Documentation/Labs/CMake-ified Python/2.7.3-VS2008-02042013

From Slicer Wiki
Revision as of 13:24, 4 February 2013 by Pieper (talk | contribs) (Created page with '== Configure == No configure errors, but many options disabled due to missing libraries. == Build == First build: <pre> 1>------ Build started: Project: libpython-static, Con…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < Labs < CMake-ified Python < 2.7.3-VS2008-02042013

Configure

No configure errors, but many options disabled due to missing libraries.

Build

First build:

1>------ Build started: Project: libpython-static, Configuration: Debug x64 ------
2>------ Build started: Project: pgen, Configuration: Debug x64 ------
2>Compiling...
1>Compiling...
2>cl : Command line error D8021 : invalid numeric argument '/Wstrict-prototypes'
2>Build log was saved at "file://c:\pieper\CMakePython\cpython-2.7.3-build\cmake\pgen\pgen.dir\Debug\BuildLog.htm"
2>pgen - 1 error(s), 0 warning(s)
1>cl : Command line error D8021 : invalid numeric argument '/Wstrict-prototypes'
1>Build log was saved at "file://c:\pieper\CMakePython\cpython-2.7.3-build\cmake\libpython\libpython-static.dir\Debug\BuildLog.htm"
1>libpython-static - 1 error(s), 0 warning(s)
3>------ Build started: Project: python, Configuration: Debug x64 ------
3>Compiling...
3>cl : Command line error D8021 : invalid numeric argument '/Wstrict-prototypes'
3>Build log was saved at "file://c:\pieper\CMakePython\cpython-2.7.3-build\cmake\python\python.dir\Debug\BuildLog.htm"
3>python - 1 error(s), 0 warning(s)
4>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
4>Project not selected to build for this solution configuration 
========== Build: 0 succeeded, 3 failed, 2 up-to-date, 1 skipped ==========