Description | In Debug mode, cannot build Python project. There is no problems in the Release mode.
Windows 7 64 bits, VS 2008, CMake 2.8.10.2, no changes to CMakeLists.txt. I attach build log, if there will be needed any other, I will provide.
I tried explicity set build type in CMake, but it only gave errors related to wrong path and path do Python's lib. |
---|
Additional Information | 1>------ Build started: Project: python, Configuration: Debug x64 ------
1>Performing update step (git fetch) for 'python'
1>-- python update command succeeded. See also H:/Slicer64-debug/python-prefix/src/python-stamp/python-update-*.log
1>Performing configure step for 'python'
1>-- SRC_DIR: H:/Slicer64-debug/python-build/../Python-2.7.3
1>-- The system name is Windows
1>-- The system version is 6.1
1>-- Looking for CMake command configure_package_config_file
1>-- Looking for CMake command configure_package_config_file - found
1>-- Looking for CMake command write_basic_package_version_file
1>-- Looking for CMake command write_basic_package_version_file - found
1>--
1>-- The following extensions will NOT be built:
1>--
1>-- crypt (not set: HAVE_LIBCRYPT)
1>-- fcntl (not set: UNIX)
1>-- grp (not set: UNIX)
1>-- nis (not set: UNIX HAVE_LIBNSL)
1>-- posix (not set: UNIX)
1>-- pwd (not set: UNIX)
1>-- resource (not set: UNIX)
1>-- spwd (not set: UNIX HAVE_GETSPNAM HAVE_GETSPENT)
1>-- syslog (not set: UNIX)
1>-- termios (not set: UNIX)
1>-- _scproxy (not set: APPLE HAVE_LIBSYSTEMCONFIGURATION)
1>-- linuxaudiodev (not set: LINUX)
1>-- ossaudiodev (not set: LINUX)
1>-- _bsddb (not set: DB_INCLUDE_PATH DB_LIBRARIES)
1>-- bz2 (not set: BZIP2_LIBRARIES)
1>-- _curses_panel (not set: CURSES_LIBRARIES)
1>-- _curses (not set: CURSES_LIBRARIES)
1>-- dbm (not set: GDBM_INCLUDE_PATH GDBM_LIBRARY GDBM_COMPAT_LIBRARY)
1>-- gdbm (not set: GDBM_INCLUDE_PATH GDBM_LIBRARY GDBM_COMPAT_LIBRARY)
1>-- _hashlib (not set: OPENSSL_INCLUDE_DIR OPENSSL_LIBRARIES)
1>-- readline (not set: READLINE_INCLUDE_PATH READLINE_LIBRARY CURSES_LIBRARIES)
1>-- _sqlite3 (not set: SQLITE3_INCLUDE_PATH SQLITE3_LIBRARY)
1>-- _ssl (not set: OPENSSL_INCLUDE_DIR OPENSSL_LIBRARIES)
1>-- zlib (not set: ZLIB_LIBRARIES)
1>--
1>-- Configuring done
1>-- Generating done
1>CMake Warning:
1> Manually-specified variables were not used by the project:
1> CMAKE_CXX_COMPILER
1>-- Build files have been written to: H:/Slicer64-debug/python-build
1>Performing build step for 'python'
1>Microsoft (R) Visual Studio Version 9.0.30729.1.
1>Copyright (C) Microsoft Corp. All rights reserved.
1>Invalid solution configuration
1>Use:
1>devenv [solutionfile | projectfile | anyfile.ext] [switches]
1>The first argument for devenv is usually a solution file or project file.
1>You can also use any other file as the first argument if you want to have the
1>file open automatically in an editor. When you enter a project file, the IDE
1>looks for an .sln file with the same base name as the project file in the
1>parent directory for the project file. If no such .sln file exists, then the
1>IDE looks for a single .sln file that references the project. If no such single
1>.sln file exists, then the IDE creates an unsaved solution with a default .sln
1>file name that has the same base name as the project file.
1>Command line builds:
1>devenv solutionfile.sln /build [ solutionconfig ] [ /project projectnameorfile [ /projectconfig name ] ]
1>Available command line switches:
1>/Build Builds the solution or project with the specified solution
1> configuration. For example "Debug". If multiple platforms
1> are possible, the configuration name must be enclosed in quotes
1> and contain platform name. For example: "Debug|Win32".
1>/Clean Deletes build outputs.
1>/Command Starts the IDE and executes the command.
1>/Deploy Builds and then deploys the specified build configuration.
1>/Edit Opens the specified files in a running instance of this
1> application. If there are no running instances, it will
1> start a new instance with a simplified window layout.
1>/LCID Sets the default language in the IDE for the UI.
1>/Log Logs IDE activity to the specified file for troubleshooting.
1>/NoVSIP Disables the VSIP developer's license key for VSIP testing.
1>/Out Appends the build log to a specified file.
1>/Project Specifies the project to build, clean, or deploy.
1> Must be used with /Build, /Rebuild, /Clean, or /Deploy.
1>/ProjectConfig Overrides the project configuration specified in the solution
1> configuration. For example "Debug". If multiple platforms are
1> possible, the configuration name must be enclosed in quotes
1> and contain platform name. For example: "Debug|Win32".
1> Must be used with /Project.
1>/Rebuild Cleans and then builds the solution or project with the
1> specified configuration.
1>/ResetAddin Removes commands and command UI associated with the specified Add-in.
1>/ResetSettings Restores the IDE's default settings, optionally resets to
1> the specified VSSettings file.
1>/ResetSkipPkgs Clears all SkipLoading tags added to VSPackages.
1>/Run Compiles and runs the specified solution.
1>/RunExit Compiles and runs the specified solution then closes the IDE.
1>/SafeMode Launches the IDE in safe mode loading minimal windows.
1>/Upgrade Upgrades the project or the solution and all projects in it.
1> A backup of these files will be created as appropriate. Please
1> see Help on 'Visual Studio Conversion Wizard' for more
1> information on the backup process.
1>Product-specific switches:
1>/debugexe Open the specified executable to be debugged. The
1> remainder of the command line is passed to this
1> executable as its arguments.
1>/useenv Use PATH, INCLUDE, LIBPATH, and LIB environment variables
1> instead of IDE paths for VC++ builds.
1>To attach the debugger from the command line, use:
1> VsJITDebugger.exe -p <pid>
1>Project : error PRJ0019: A tool returned an error code from "Performing build step for 'python'"
1>Build log was saved at "file://h:\Slicer64-debug\python.dir\Debug\BuildLog.htm"
1>python - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ========== |
---|