#115: n ---------------------------+------------------------------------------------ Reporter: ouhncom | Owner: laurent Type: defect | Status: new Priority: major | Milestone: QuteCom 2.2-RC2 Component: Build System | Version: 2.2-RC3 Resolution: | Keywords: NMAKE : fatal error U1073 U1077 msvc_recommended_pragmas.h: No such file or directory unrecognized option `-FI' ---------------------------+------------------------------------------------
Comment(by ouhncom): The result of execute: F:\qutecom\build>cmake -DCMAKE_BUILD_TYPE=release -G "NMake Makefiles" .. >cmake_log.txt 2>&1 may be usefully : ----------------------------------------------------------------------------------- -- The C compiler identification is MSVC -- The CXX compiler identification is MSVC -- Check for CL compiler version -- Check for CL compiler version - 1400 -- Check if this is a free VC compiler -- Check if this is a free VC compiler - no -- Check CL platform -- Check CL platform - 32 bit -- Check for working C compiler: D:/VS2005/VC/bin/cl.exe -- Check for working C compiler: D:/VS2005/VC/bin/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: D:/VS2005/VC/bin/cl.exe -- Check for working CXX compiler: D:/VS2005/VC/bin/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done CMake Warning (dev) at owbuild/owbuild/CMakeLists.txt:9 (include): Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH and POP. Run "cmake --help-policy CMP0011" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The included script F:/qutecom/owbuild/owbuild/OWDefaultConfig.cmake affects policy settings. CMake is implying the NO_POLICY_SCOPE option for compatibility, so the effects are applied to the including context. Call Stack (most recent call first): CMakeLists-owbuild.txt:13 (include) CMakeLists.txt:1 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found Mercurial (hg): C:/Program Files/Mercurial/hg.exe abort: There is no Mercurial repository here (.hg not found) CMake Warning (dev) at CMakeLists-owbuild.txt:13 (include): Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH and POP. Run "cmake --help-policy CMP0011" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The included script F:/qutecom/owbuild/owbuild/CMakeLists.txt affects policy settings. CMake is implying the NO_POLICY_SCOPE option for compatibility, so the effects are applied to the including context. Call Stack (most recent call first): CMakeLists.txt:1 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- OS: Windows-5.1 -- Processor: x86 -- Compiler: D:/VS2005/VC/bin/cl.exe -- Build type: release -- Build tool: nmake -- Build directory: F:/qutecom/build/release -- svn revision: -- Time: 20090628020149 CMake Warning (dev) at CMakeLists.txt:1 (include): Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH and POP. Run "cmake --help-policy CMP0011" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The included script F:/qutecom/CMakeLists-owbuild.txt affects policy settings. CMake is implying the NO_POLICY_SCOPE option for compatibility, so the effects are applied to the including context. This warning is for project developers. Use -Wno-dev to suppress it. -- found boost includes in C:/Program Files/boost/boost_1_34_1 -- found boost libs in TMP-NOTFOUND -- Found Boost version 103401: C:/Program Files/boost/boost_1_34_1, C:/Program Files/boost/boost_1_34_1/lib/boost_date_time- vc80-mt-1_34_1.lib;C:/Program Files/boost/boost_1_34_1/lib /boost_program_options-vc80-mt-1_34_1.lib;C:/Program Files/boost/boost_1_34_1/lib/boost_serialization- vc80-mt-1_34_1.lib;C:/Program Files/boost/boost_1_34_1/lib/boost_signals- vc80-mt-1_34_1.lib;C:/Program Files/boost/boost_1_34_1/lib/boost_thread- vc80-mt-1_34_1.lib;C:/Program Files/boost/boost_1_34_1/lib /boost_unit_test_framework-vc80-mt-1_34_1.lib Error copying file (if different) from "C:/Program Files/boost/boost_1_34_1/lib/boost_python-vc80-mt-1_34_1.dll" to "F:/qutecom/build/release". -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - not found. -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.4.0 -- Qt4 with ActiveX (QAxContainer) support off -- Found PythonLibs: C:/Python25/libs/python25.lib -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - not found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for include files HAVE_MACHINE_TYPES_H -- Looking for include files HAVE_MACHINE_TYPES_H - not found. -- Looking for include files HAVE_SYS_INT_TYPES_H -- Looking for include files HAVE_SYS_INT_TYPES_H - not found. -- Looking for include files HAVE_SYS_UIO_H -- Looking for include files HAVE_SYS_UIO_H - not found. -- Looking for include files HAVE_UNISTD_H -- Looking for include files HAVE_UNISTD_H - not found. -- Looking for include files HAVE_STDLIB_H -- Looking for include files HAVE_STDLIB_H - found -- Looking for inet_aton -- Looking for inet_aton - not found -- Looking for include files HAVE_SYSLOG_H -- Looking for include files HAVE_SYSLOG_H - not found. -- Call forward deactivated -- Sms deactivated -- Voice mail deactivated -- Filetransfer deactivated -- Found lrelease: F:/qt-win-opensource-src-4.4.0/bin/lrelease.exe CMake Warning (dev) at wengophone/src/presentation/qt/lang/CMakeLists.txt:12 (add_custom_target): Policy CMP0002 is not set: Logical target names must be globally unique. Run "cmake --help-policy CMP0002" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done CMake Warning (dev) at owbuild/owbuild/OWCreateProjectBinary.cmake:56 (add_library): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_minimum_required or cmake_policy(VERSION). This warning appears because target "owqtutil" links to some libraries for which the linker must search: QtUiTools, Rpcrt4 and other libraries with known full path: F:/qutecom/build/libs/owutil/cutil/owcutil.lib F:/qutecom/build/libs/owutil/util/owutil.lib F:/qutecom/build/libs/owutil/thread/owthread.lib CMake is adding directories in the second list to the linker search path in case they are needed to find libraries from the first list (for backwards compatibility with CMake 2.4). Set policy CMP0003 to OLD or NEW to enable or disable this behavior explicitly. Run "cmake --help-policy CMP0003" for more information. Call Stack (most recent call first): libs/qtutil/CMakeLists.txt:132 (ow_create_project_binary) This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: F:/qutecom/build ----------------------------------------------------------------------------------- Is the result above have any wrong ???? -- Ticket URL: <http://trac.qutecom.org/ticket/115#comment:18> QuteCom <http://trac.qutecom.org> _______________________________________________ QuteCom-dev mailing list QuteCom-dev@lists.qutecom.org http://lists.qutecom.org/mailman/listinfo/qutecom-dev