Jump to content
TrinityCore

Compile or cmake problems


Joy
 Share

Recommended Posts

I applied the changes listed in the page linked above and it gets me past my initial problem. Unfortunately it now stops at 7%. Also unfortunately, I never learned any C++ or other programming language, otherwise I would have loved to maintain FreeBSD patches. I guess I could always learn :D. Thanks again for the help, I greatly appreciate it!

The CMAKE variables are the same as above. Here is the error message.

[  6%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/soapC.cpp.o
[  6%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/soapServer.cpp.o
[  6%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/stdsoap2.cpp.o
Linking CXX static library libgsoap.a
[  6%] Built target gsoap
Scanning dependencies of target mpq
[  6%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/common.c.o
[  6%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/explode.c.o
[  6%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/extract.c.o
[  7%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/huffman.c.o
[  7%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/mpq.c.o
[  7%] Building C object dep/libmpq/CMakeFiles/mpq.dir/libmpq/wave.c.o
Linking CXX static library libmpq.a
[  7%] Built target mpq
Scanning dependencies of target revision.h
[  7%] Built target revision.h
Scanning dependencies of target sharedPCH.cpp_dephelp
[  7%] Building CXX object src/server/shared/CMakeFiles/sharedPCH.cpp_dephelp.dir/PrecompiledHeaders/sharedPCH.cpp.o
In file included from /opt/trinitycore/source/TrinityCore/src/server/shared/PrecompiledHeaders/sharedPCH.h:4:0,
                 from /opt/trinitycore/source/TrinityCore/src/server/shared/PrecompiledHeaders/sharedPCH.cpp:1:
/opt/trinitycore/source/TrinityCore/src/server/shared/Logging/Log.h: In member function 'void Log::outCommand(uint32, const char*, const Args& ...)':
/opt/trinitycore/source/TrinityCore/src/server/shared/Logging/Log.h:78:27: error: 'to_string' is not a member of 'std'
             msg->param1 = std::to_string(account);
                           ^
*** Error code 1

Stop.
make[2]: stopped in /opt/trinitycore/source/TrinityCore/build
*** Error code 1

Stop.
make[1]: stopped in /opt/trinitycore/source/TrinityCore/build
*** Error code 1

Stop.
make: stopped in /opt/trinitycore/source/TrinityCore/build

Link to comment
Share on other sites

  • Replies 2.9k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Nay, I'm using GCC 4.8.4.

Thanks!

Hello all, this is my first post, but I've been a long time user running TrinityCore with Gentoo Linux. I've recently migrated my server from Gentoo to FreeBSD 10.1 however, and have run into some compilation issues. I'm aware of Issue 3690 and don't think it applies to me (applied the patch anyways) but I still get an error. I have tried both clang and gcc but end up with the exact error with G3D. Also, after scouring the forums, I found another member, borg0tech, had a similar issue, but was left unresolved. Is there any tips to get this going or is compiling under FreeBSD a lost cause? This is with the latest 3.3.5a git pull. Thanks in advance!

 

CMAKE

cmake ../ -DSCRIPTS=1 -DTOOLS=1 -DCMAKE_INSTALL_PREFIX=/opt/trinitycore/server -DCONFDIR=/opt/trinitycore/server/etc -DLIBSDIR=/opt/trinitycore/server/lib -DUSE_COREPCH=1 -DUSE_SCRIPTPCH=1 -DWITH_WARNINGS=1
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/local/bin/gcc48
-- Check for working C compiler: /usr/local/bin/gcc48 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/bin/g++48
-- Check for working CXX compiler: /usr/local/bin/g++48 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected 64-bit platform
-- UNIX: Using default configuration directory
-- UNIX: Configuring uninstall target
-- UNIX: Created uninstall target
-- UNIX: Detected compiler: /usr/local/bin/gcc48
-- GCC: Enabled c++11 support
-- GCC: Enabled C99 support
-- GCC: SFMT enabled, SSE2 flags forced
-- GCC: All warnings enabled
-- Found OpenSSL library: /usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so
-- Found OpenSSL headers: /usr/local/include
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   program_options
--   iostreams
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
-- Using mysql-config: /usr/local/bin/mysql_config
-- Found MySQL library: /usr/local/lib/mysql/libmysqlclient.so
-- Found MySQL headers: /usr/local/include/mysql
-- Found MySQL executable: /usr/local/bin/mysql
-- Found Readline library: /usr/lib/libreadline.so
-- Include dir is: /usr/include
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.8")
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found
-- Found git binary : /usr/local/bin/git

* TrinityCore revision   : 23e4472d14bb 2015-07-06 22:25:34 +0100 (3.3.5 branch)
* TrinityCore buildtype  : Release

* Install core to        : /opt/trinitycore/server
* Install libraries to   : /opt/trinitycore/server/lib
* Install configs to     : /opt/trinitycore/server/etc

* Build world/auth       : Yes (default)
* Build with scripts     : Yes (default)
* Build map/vmap tools   : Yes
* Build core w/PCH       : Yes (default)
* Build scripts w/PCH    : Yes (default)
* Show all warnings      : Yes
* Use coreside debug     : No  (default)
* Show source tree       : No  (default)
* Use GIT revision hash  : Yes

-- Looking for open
-- Looking for open - found
-- SCRIPT PREPARATIONS
  -> Prepared: Spells
  -> Prepared: Commands
  -> Prepared: Custom
  -> Prepared: World
  -> Prepared: Outdoor PVP Zones
  -> Prepared: Eastern Kingdoms
  -> Prepared: Kalimdor
  -> Prepared: Outland
  -> Prepared: Northrend
  -> Prepared: Events
  -> Prepared: Pet
-- SCRIPT PREPARATION COMPLETE

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CONFDIR


-- Build files have been written to: /opt/trinitycore/source/TrinityCore/build
Edited by DeathCount
Link to comment
Share on other sites

Hi

I have A Problem in Compile On VisualStudio 2013 whit Update 4

And This is Error of My Problem :

Error    1    error C1083: Cannot open include file: 'boost/config/user.hpp': No such file or directory    C:\local\boost_1_57_0\boost\config.hpp    30    1    shared

 

Link to comment
Share on other sites

  • 2 weeks later...

Hey there,

I'm currently trying to setup a 3.3.5 server. The cmake process seems to be successfully:

-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detected 64-bit platform
-- UNIX: Using jemalloc
-- UNIX: Configuring uninstall target
-- UNIX: Created uninstall target
-- UNIX: Detected compiler: /usr/bin/cc
-- GCC: Enabled c++11 support
-- GCC: Enabled C99 support
-- GCC: SFMT enabled, SSE2 flags forced
-- GCC: All warnings enabled
-- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
-- Found OpenSSL headers: /usr/include
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   program_options
--   iostreams
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
-- Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Failed
-- Using mysql-config: /usr/bin/mysql_config
-- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so
-- Found MySQL headers: /usr/include/mysql
-- Found MySQL executable: /usr/bin/mysql
-- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so
-- Include dir is: /usr/include
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Found BZip2: /usr/lib/x86_64-linux-gnu/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/x86_64-linux-gnu/libbz2.so - found
-- Found git binary : /usr/bin/git

* TrinityCore revision   : f03f5cc1f2ea 2015-07-25 16:42:46 +0100 (3.3.5 branch)
* TrinityCore buildtype  : Release

* Install core to        : /home/trinity/server
* Install libraries to   : /home/trinity/server/lib
* Install configs to     : /home/trinity/server/etc

* Build world/auth       : Yes (default)
* Build with scripts     : Yes (default)
* Build map/vmap tools   : Yes
* Build core w/PCH       : Yes (default)
* Build scripts w/PCH    : Yes (default)
* Show all warnings      : Yes
* Use coreside debug     : No  (default)
* Show source tree       : No  (default)
* Use GIT revision hash  : Yes

-- Looking for open
-- Looking for open - found
-- SCRIPT PREPARATIONS
  -> Prepared: Spells
  -> Prepared: Commands
  -> Prepared: Custom
  -> Prepared: World
  -> Prepared: Outdoor PVP Zones
  -> Prepared: Eastern Kingdoms
  -> Prepared: Kalimdor
  -> Prepared: Outland
  -> Prepared: Northrend
  -> Prepared: Events
  -> Prepared: Pet
-- SCRIPT PREPARATION COMPLETE

-- Configuring done
-- Generating done
-- Build files have been written to: /home/trinity/TrinityCore/build

However, the making process fails when linking the worldserver:

../game/libgame.a(MapScripts.cpp.o): In function `Map::_FindGameObject(WorldObject*, unsigned int) const':
MapScripts.cpp:(.text._ZNK3Map15_FindGameObjectEP11WorldObjectj[_ZNK3Map15_FindGameObjectEP11WorldObjectj]+0x359): undefined reference to `Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>::Visit(GridRefManager<GameObject>&)'
MapScripts.cpp:(.text._ZNK3Map15_FindGameObjectEP11WorldObjectj[_ZNK3Map15_FindGameObjectEP11WorldObjectj]+0x446): undefined reference to `Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>::Visit(GridRefManager<GameObject>&)'
MapScripts.cpp:(.text._ZNK3Map15_FindGameObjectEP11WorldObjectj[_ZNK3Map15_FindGameObjectEP11WorldObjectj]+0x5ec): undefined reference to `Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>::Visit(GridRefManager<GameObject>&)'
MapScripts.cpp:(.text._ZNK3Map15_FindGameObjectEP11WorldObjectj[_ZNK3Map15_FindGameObjectEP11WorldObjectj]+0x824): undefined reference to `Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>::Visit(GridRefManager<GameObject>&)'
MapScripts.cpp:(.text._ZNK3Map15_FindGameObjectEP11WorldObjectj[_ZNK3Map15_FindGameObjectEP11WorldObjectj]+0x8ee): undefined reference to `Trinity::GameObjectSearcher<Trinity::GameObjectWithDbGUIDCheck>::Visit(GridRefManager<GameObject>&)'
../game/libgame.a(MapScripts.cpp.o): In function `void Map::Visit<Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(Cell const&, TypeContainerVisitor<Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&)':
MapScripts.cpp:(.text._ZN3Map5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK4CellR20TypeContainerVisitorIT_T0_E[_ZN3Map5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK4CellR20TypeContainerVisitorIT_T0_E]+0xa9): undefined reference to `Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>::Visit(GridRefManager<Creature>&)'
../game/libgame.a(MapScripts.cpp.o): In function `void Cell::Visit<Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >(CoordPair<512u> const&, TypeContainerVisitor<Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>, TypeMapContainer<TypeList<GameObject, TypeList<Creature, TypeList<DynamicObject, TypeList<Corpse, TypeNull> > > > > >&, Map&, float, float, float) const':
MapScripts.cpp:(.text._ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff[_ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff]+0x1e2): undefined reference to `Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>::Visit(GridRefManager<Creature>&)'
MapScripts.cpp:(.text._ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff[_ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff]+0x372): undefined reference to `Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>::Visit(GridRefManager<Creature>&)'
MapScripts.cpp:(.text._ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff[_ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff]+0x55a): undefined reference to `Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>::Visit(GridRefManager<Creature>&)'
MapScripts.cpp:(.text._ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff[_ZNK4Cell5VisitIN7Trinity16CreatureSearcherINS1_23CreatureWithDbGUIDCheckEEE16TypeMapContainerI8TypeListI10GameObjectS6_I8CreatureS6_I13DynamicObjectS6_I6Corpse8TypeNullEEEEEEEvRK9CoordPairILj512EER20TypeContainerVisitorIT_T0_ER3Mapfff]+0x60c): undefined reference to `Trinity::CreatureSearcher<Trinity::CreatureWithDbGUIDCheck>::Visit(GridRefManager<Creature>&)'
collect2: error: ld returned 1 exit status
make[2]: *** [src/server/worldserver/worldserver] Error 1
make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
make: *** [all] Error 2

I tried this on two systems (same result):

- Ubuntu 14.04 on V-Server

- Ubuntu 14.04 on Desktop-PC

Both systems fullfill the requirements. I have already tried to install libncurses5-dev and to re-run cmake but I am getting the same result.

Any idea what is going wrong?

 

Edited by Togelmombo
Link to comment
Share on other sites

Hello,
 

Version : TrinityCore branch 6.x


In order to do some tests, I started a VM with Debian 7 x64.
I do not know much, when I referred to the wiki to install the full, to the compilation.

However, 9% of compilatoin erreure me a lot. I tried to search the internet and all I found it commits who speaks ... 2013 ..... But nothing that gives solved.

Could you help me ?
My error :
debian_error.thumb.PNG.bc553a0f63e582e28

 

Best Regards
Darknivor

Edited by Darknivor
Link to comment
Share on other sites

Hi got a problem with Cmake. :/

Here are the needed files.

Cmake Error Log:

    Determining if files pthread.h exist failed with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec1274688073.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:18:09 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec1274688073.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec1274688073.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec1274688073.dir\Debug\cmTryCom.195FFFFF.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec1274688073.dir\Debug\cmTryCom.195FFFFF.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1274688073.dir\Debug\\" /Fd"cmTryCompileExec1274688073.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec1274688073.dir\Debug\\" /Fd"cmTryCompileExec1274688073.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"

      

      CheckIncludeFiles.c

    C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec1274688073.vcxproj]

    Die Erstellung des Projekts "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec1274688073.vcxproj" ist abgeschlossen (Standardziele) -- FEHLER.


    Fehler beim Buildvorgang.


    "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec1274688073.vcxproj" (Standardziel) (1) ->

    (ClCompile Ziel) -> 

      C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec1274688073.vcxproj]


        0 Warnung(en)

        1 Fehler


    Verstrichene Zeit 00:00:00.46


    Source:
    /* */
    #include <pthread.h>


    int main(void){return 0;}

 Cmake Output:

    The system is: Windows - 6.2 - AMD64
    Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
    Compiler:  
    Build flags: 
    Id flags: 

    The output was:
    0
    Microsoft (R)-Buildmodul, Version 12.0.31101.0
    [Microsoft .NET Framework, Version 4.0.30319.42000]
    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

    Der Buildvorgang wurde am 01.08.2015 19:17:40 gestartet.
    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdC\CompilerIdC.vcxproj" auf Knoten "1" (Standardziele).
    PrepareForBuild:
      Das Verzeichnis "Debug\" wird erstellt.
      Das Verzeichnis "Debug\CompilerIdC.tlog\" wird erstellt.
    InitializeBuildStatus:
      "Debug\CompilerIdC.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
    ClCompile:
      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
      CMakeCCompilerId.c
    Link:
      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
      CompilerIdC.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdC\.\CompilerIdC.exe
    PostBuildEvent:
      for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
      :VCEnd
      CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe
    FinalizeBuildStatus:
      Die Datei "Debug\CompilerIdC.tlog\unsuccessfulbuild" wird gel”scht.
      Aktualisieren des Timestamps von "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdC\CompilerIdC.vcxproj" ist abgeschlossen (Standardziele).

    Der Buildvorgang wurde erfolgreich ausgefhrt.
        0 Warnung(en)
        0 Fehler

    Verstrichene Zeit 00:00:00.96


    Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

    Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

    The C compiler identification is MSVC, found in "C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/3.2.2/CompilerIdC/CompilerIdC.exe"

    Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
    Compiler:  
    Build flags: 
    Id flags: 

    The output was:
    0
    Microsoft (R)-Buildmodul, Version 12.0.31101.0
    [Microsoft .NET Framework, Version 4.0.30319.42000]
    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

    Der Buildvorgang wurde am 01.08.2015 19:17:42 gestartet.
    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdCXX\CompilerIdCXX.vcxproj" auf Knoten "1" (Standardziele).
    PrepareForBuild:
      Das Verzeichnis "Debug\" wird erstellt.
      Das Verzeichnis "Debug\CompilerIdCXX.tlog\" wird erstellt.
    InitializeBuildStatus:
      "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.
    ClCompile:
      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
      CMakeCXXCompilerId.cpp
    Link:
      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
      CompilerIdCXX.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdCXX\.\CompilerIdCXX.exe
    PostBuildEvent:
      for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
      :VCEnd
      CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe
    FinalizeBuildStatus:
      Die Datei "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" wird gel”scht.
      Aktualisieren des Timestamps von "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\3.2.2\CompilerIdCXX\CompilerIdCXX.vcxproj" ist abgeschlossen (Standardziele).

    Der Buildvorgang wurde erfolgreich ausgefhrt.
        0 Warnung(en)
        0 Fehler

    Verstrichene Zeit 00:00:00.77


    Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

    Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

    The CXX compiler identification is MSVC, found in "C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/3.2.2/CompilerIdCXX/CompilerIdCXX.exe"

    Determining if the C compiler works passed with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3832516230.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:17:43 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec3832516230.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec3832516230.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec3832516230.dir\Debug\cmTryCom.1BD5EDF9.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec3832516230.dir\Debug\cmTryCom.1BD5EDF9.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3832516230.dir\Debug\\" /Fd"cmTryCompileExec3832516230.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\testCCompiler.c"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3832516230.dir\Debug\\" /Fd"cmTryCompileExec3832516230.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\testCCompiler.c"

      

      testCCompiler.c

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3832516230.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3832516230.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3832516230.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec3832516230.dir\Debug\testCCompiler.obj

      cmTryCompileExec3832516230.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3832516230.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec3832516230.dir\Debug\cmTryCom.1BD5EDF9.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec3832516230.dir\Debug\cmTryCom.1BD5EDF9.tlog\cmTryCompileExec3832516230.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec3832516230.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.

        0 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.82


    Detecting C compiler ABI info compiled with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3753687231.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:17:44 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec3753687231.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec3753687231.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec3753687231.dir\Debug\cmTryCom.C838C0C7.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec3753687231.dir\Debug\cmTryCom.C838C0C7.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3753687231.dir\Debug\\" /Fd"cmTryCompileExec3753687231.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCCompilerABI.c"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec3753687231.dir\Debug\\" /Fd"cmTryCompileExec3753687231.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCCompilerABI.c"

      

      CMakeCCompilerABI.c

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3753687231.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3753687231.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3753687231.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec3753687231.dir\Debug\CMakeCCompilerABI.obj

      cmTryCompileExec3753687231.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3753687231.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec3753687231.dir\Debug\cmTryCom.C838C0C7.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec3753687231.dir\Debug\cmTryCom.C838C0C7.tlog\cmTryCompileExec3753687231.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec3753687231.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.

        0 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.74


    Determining if the CXX compiler works passed with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec287096692.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:17:45 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec287096692.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec287096692.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec287096692.dir\Debug\cmTryCom.64F1D491.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec287096692.dir\Debug\cmTryCom.64F1D491.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec287096692.dir\Debug\\" /Fd"cmTryCompileExec287096692.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec287096692.dir\Debug\\" /Fd"cmTryCompileExec287096692.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

      

      testCXXCompiler.cxx

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec287096692.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec287096692.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec287096692.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec287096692.dir\Debug\testCXXCompiler.obj

      cmTryCompileExec287096692.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec287096692.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec287096692.dir\Debug\cmTryCom.64F1D491.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec287096692.dir\Debug\cmTryCom.64F1D491.tlog\cmTryCompileExec287096692.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec287096692.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.

        0 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.70


    Detecting CXX compiler ABI info compiled with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec340317317.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:17:46 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec340317317.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec340317317.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec340317317.dir\Debug\cmTryCom.D278F03A.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec340317317.dir\Debug\cmTryCom.D278F03A.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec340317317.dir\Debug\\" /Fd"cmTryCompileExec340317317.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCXXCompilerABI.cpp"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec340317317.dir\Debug\\" /Fd"cmTryCompileExec340317317.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCXXCompilerABI.cpp"

      

      CMakeCXXCompilerABI.cpp

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec340317317.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec340317317.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec340317317.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec340317317.dir\Debug\CMakeCXXCompilerABI.obj

      cmTryCompileExec340317317.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec340317317.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec340317317.dir\Debug\cmTryCom.D278F03A.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec340317317.dir\Debug\cmTryCom.D278F03A.tlog\cmTryCompileExec340317317.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec340317317.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.

        0 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.75



    Detecting CXX [] compiler features compiled with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec2901624224.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:17:47 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec2901624224.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec2901624224.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec2901624224.dir\Debug\cmTryCom.A37CA9C8.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec2901624224.dir\Debug\cmTryCom.A37CA9C8.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2901624224.dir\Debug\\" /Fd"cmTryCompileExec2901624224.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\feature_tests.cxx"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec2901624224.dir\Debug\\" /Fd"cmTryCompileExec2901624224.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\feature_tests.cxx"

      

      feature_tests.cxx

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2901624224.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2901624224.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2901624224.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec2901624224.dir\Debug\feature_tests.obj

      cmTryCompileExec2901624224.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2901624224.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec2901624224.dir\Debug\cmTryCom.A37CA9C8.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec2901624224.dir\Debug\cmTryCom.A37CA9C8.tlog\cmTryCompileExec2901624224.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec2901624224.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.

        0 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.98


        Feature record: CXX_FEATURE:1cxx_alias_templates
        Feature record: CXX_FEATURE:0cxx_alignas
        Feature record: CXX_FEATURE:0cxx_alignof
        Feature record: CXX_FEATURE:1cxx_auto_type
        Feature record: CXX_FEATURE:0cxx_binary_literals
        Feature record: CXX_FEATURE:1cxx_contextual_conversions
        Feature record: CXX_FEATURE:1cxx_decltype
        Feature record: CXX_FEATURE:0cxx_decltype_auto
        Feature record: CXX_FEATURE:1cxx_default_function_template_args
        Feature record: CXX_FEATURE:1cxx_defaulted_functions
        Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
        Feature record: CXX_FEATURE:1cxx_delegating_constructors
        Feature record: CXX_FEATURE:0cxx_deleted_functions
        Feature record: CXX_FEATURE:0cxx_digit_separators
        Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
        Feature record: CXX_FEATURE:1cxx_explicit_conversions
        Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
        Feature record: CXX_FEATURE:1cxx_extern_templates
        Feature record: CXX_FEATURE:1cxx_final
        Feature record: CXX_FEATURE:0cxx_func_identifier
        Feature record: CXX_FEATURE:0cxx_generalized_initializers
        Feature record: CXX_FEATURE:0cxx_generic_lambdas
        Feature record: CXX_FEATURE:0cxx_inheriting_constructors
        Feature record: CXX_FEATURE:0cxx_inline_namespaces
        Feature record: CXX_FEATURE:1cxx_lambdas
        Feature record: CXX_FEATURE:0cxx_lambda_init_captures
        Feature record: CXX_FEATURE:1cxx_local_type_template_args
        Feature record: CXX_FEATURE:1cxx_long_long_type
        Feature record: CXX_FEATURE:0cxx_noexcept
        Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
        Feature record: CXX_FEATURE:1cxx_nullptr
        Feature record: CXX_FEATURE:1cxx_override
        Feature record: CXX_FEATURE:1cxx_range_for
        Feature record: CXX_FEATURE:1cxx_raw_string_literals
        Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
        Feature record: CXX_FEATURE:0cxx_return_type_deduction
        Feature record: CXX_FEATURE:1cxx_right_angle_brackets
        Feature record: CXX_FEATURE:1cxx_rvalue_references
        Feature record: CXX_FEATURE:0cxx_sizeof_member
        Feature record: CXX_FEATURE:1cxx_static_assert
        Feature record: CXX_FEATURE:1cxx_strong_enums
        Feature record: CXX_FEATURE:1cxx_template_template_parameters
        Feature record: CXX_FEATURE:0cxx_thread_local
        Feature record: CXX_FEATURE:1cxx_trailing_return_types
        Feature record: CXX_FEATURE:0cxx_unicode_literals
        Feature record: CXX_FEATURE:1cxx_uniform_initialization
        Feature record: CXX_FEATURE:0cxx_unrestricted_unions
        Feature record: CXX_FEATURE:0cxx_user_literals
        Feature record: CXX_FEATURE:1cxx_variadic_macros
        Feature record: CXX_FEATURE:1cxx_variadic_templates
    Performing C++ SOURCE FILE Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM succeded with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec743411397.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:18:10 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec743411397.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec743411397.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec743411397.dir\Debug\cmTryCom.8A956D09.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec743411397.dir\Debug\cmTryCom.8A956D09.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IC:\local\boost_1_57_0 /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D boost_filesystem_copy_links_without_NO_SCOPED_ENUM /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec743411397.dir\Debug\\" /Fd"cmTryCompileExec743411397.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4091 /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /wd4351 /wd4091 /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue /we4263 /we4264  /bigobj /bigobj /Zm500 -std=c++11 "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\src.cxx"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /IC:\local\boost_1_57_0 /Zi /W3 /WX- /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D boost_filesystem_copy_links_without_NO_SCOPED_ENUM /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTryCompileExec743411397.dir\Debug\\" /Fd"cmTryCompileExec743411397.dir\Debug\vc120.pdb" /Gd /TP /wd4351 /wd4091 /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /wd4351 /wd4091 /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue /we4263 /we4264  /bigobj /bigobj /Zm500 -std=c++11 "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\src.cxx"

      

    cl : Command line warning D9002: ignoring unknown option '-std=c++11' [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec743411397.vcxproj]

      src.cxx

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec743411397.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_system-vc120-mt-gd-1_57.lib" "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_filesystem-vc120-mt-gd-1_57.lib" "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_iostreams-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec743411397.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec743411397.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec743411397.dir\Debug\src.obj

      cmTryCompileExec743411397.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec743411397.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec743411397.dir\Debug\cmTryCom.8A956D09.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec743411397.dir\Debug\cmTryCom.8A956D09.tlog\cmTryCompileExec743411397.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec743411397.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.


    "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec743411397.vcxproj" (Standardziel) (1) ->

    (ClCompile Ziel) -> 

      cl : Command line warning D9002: ignoring unknown option '-std=c++11' [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec743411397.vcxproj]


        1 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:03.47


    Source file was:

      #include <boost/filesystem/path.hpp>
      #include <boost/filesystem/operations.hpp>
      int main() { boost::filesystem::copy_file(boost::filesystem::path(), boost::filesystem::path()); }
    Determining if the open exist passed with the following output:
    Change Dir: C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp

    Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec4221766223.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
    Microsoft (R)-Buildmodul, Version 12.0.31101.0

    [Microsoft .NET Framework, Version 4.0.30319.42000]

    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.


    Der Buildvorgang wurde am 01.08.2015 19:18:15 gestartet.

    Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec4221766223.vcxproj" auf Knoten "1" (Standardziele).

    PrepareForBuild:

      Das Verzeichnis "cmTryCompileExec4221766223.dir\Debug\" wird erstellt.

      Das Verzeichnis "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\" wird erstellt.

      Das Verzeichnis "cmTryCompileExec4221766223.dir\Debug\cmTryCom.A464E4BF.tlog\" wird erstellt.

    InitializeBuildStatus:

      "cmTryCompileExec4221766223.dir\Debug\cmTryCom.A464E4BF.tlog\unsuccessfulbuild" wird erstellt, da "AlwaysCreate" angegeben wurde.

    ClCompile:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /IC:\local\boost_1_57_0 /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec4221766223.dir\Debug\\" /Fd"cmTryCompileExec4221766223.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue  -std=c++11 "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c"

      Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

      Copyright (C) Microsoft Corporation.  All rights reserved.

      

      cl /c /IC:\local\boost_1_57_0 /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec4221766223.dir\Debug\\" /Fd"cmTryCompileExec4221766223.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue  -std=c++11 "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c"

      

    cl : Command line warning D9002: ignoring unknown option '-std=c++11' [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec4221766223.vcxproj]

      CheckSymbolExists.c

    Link:

      C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4221766223.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_system-vc120-mt-gd-1_57.lib" "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_filesystem-vc120-mt-gd-1_57.lib" "C:\local\boost_1_57_0\lib64-msvc-12.0\libboost_iostreams-vc120-mt-gd-1_57.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4221766223.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec4221766223.lib" /MACHINE:X64  /machine:x64 /debug cmTryCompileExec4221766223.dir\Debug\CheckSymbolExists.obj

      cmTryCompileExec4221766223.vcxproj -> C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec4221766223.exe

    FinalizeBuildStatus:

      Die Datei "cmTryCompileExec4221766223.dir\Debug\cmTryCom.A464E4BF.tlog\unsuccessfulbuild" wird gel”scht.

      Aktualisieren des Timestamps von "cmTryCompileExec4221766223.dir\Debug\cmTryCom.A464E4BF.tlog\cmTryCompileExec4221766223.lastbuildstate".

    Die Erstellung von Projekt "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec4221766223.vcxproj" ist abgeschlossen (Standardziele).


    Der Buildvorgang wurde erfolgreich ausgefhrt.


    "C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec4221766223.vcxproj" (Standardziel) (1) ->

    (ClCompile Ziel) -> 

      cl : Command line warning D9002: ignoring unknown option '-std=c++11' [C:\Users\Julian - Zocken\Desktop\build\CMakeFiles\CMakeTmp\cmTryCompileExec4221766223.vcxproj]


        1 Warnung(en)

        0 Fehler


    Verstrichene Zeit 00:00:00.74


    File C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
    /* */
    #include <io.h>

    int main(int argc, char** argv)
    {
      (void)argv;
    #ifndef open
      return ((int*)(&open))[argc];
    #else
      (void)argc;
      return 0;
    #endif
    }

Hope you can help me.

Greetings,
iSwürfel 

Edited by Carbenium
Add spoiler
Link to comment
Share on other sites

Note that, if you enable optimizations such as -flto, 4GB of RAM may not be enough for some.

But I have compiled TC with 1.5GB of RAM in an old machine with success, and a lot of swappiness happening. 

The first thing I'd do is to reinstall gcc in case it is broken, or even, install  clang and compile with it. 

BTW, flto is broken currently in TC. 

Edited by StormByte
Link to comment
Share on other sites

iSwürfel: you need to paste what the cmake GUI outputs

​Ok sry, my fault.

Here is it. :)

    Detected 64-bit platform

    MSVC: 64-bit platform, enforced -D_WIN64 parameter

    MSVC: Enabled increased number of sections in object files

    MSVC: Overloaded standard names

    MSVC: Disabled NON-SECURE warnings

    MSVC: Disabled POSIX warnings

    MSVC: Disabled generic compiletime warnings

    Found OpenSSL library: optimized;SSL_EAY_RELEASE-NOTFOUND;LIB_EAY_RELEASE-NOTFOUND;debug;SSL_EAY_DEBUG-NOTFOUND;LIB_EAY_DEBUG-NOTFOUND

    Found OpenSSL headers: C:\Users\Julian - Zocken\Desktop\openssl-1.0.1p\include

    Found ZMQ library: C:/Program Files/ZeroMQ 4.0.4/lib/libzmq-v120-mt-4_0_4.lib

    Found ZMQ headers: C:/Program Files/ZeroMQ 4.0.4/include

    Boost version: 1.57.0

    Found the following Boost libraries:

    system

    filesystem

    thread

    program_options

    iostreams

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM

    Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success

    Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.7/lib/libmysql.lib

    Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.7/include

    Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe

    Found git binary : C:/Program Files (x86)/Git/cmd/git.exe


    * TrinityCore revision : ca9d98f1794a 2015-08-01 18:42:07 +0200 (6.x branch)


    * Install core to : C:/Program Files/TrinityCore


    * Build world/auth : Yes (default)

    * Build with scripts : Yes (default)

    * Build map/vmap tools : Yes

    * Build core w/PCH : Yes (default)

    * Build scripts w/PCH : Yes (default)

    * Show compile-warnings : No (default)

    * Use coreside debug : No (default)

    * Show source tree : No (default)

    * Use GIT revision hash : Yes


    SCRIPT PREPARATIONS

    -> Prepared: Spells

    -> Prepared: Commands

    -> Prepared: Custom

    -> Prepared: World

    -> Prepared: Outdoor PVP Zones

    -> Prepared: Eastern Kingdoms

    -> Prepared: Kalimdor

    -> Prepared: Outland

    -> Prepared: Northrend

    -> Prepared: The Maelstrom

    -> Prepared: Events

    -> Prepared: Pet

    SCRIPT PREPARATION COMPLETE


    CMake Error: The following variables are used in this project, but they are set to NOTFOUND.Please set them or make sure they are set and tested correctly in the CMake files:LIB_EAY_DEBUG (ADVANCED)linked by target "bnetserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/bnetserverlinked by target "worldserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/worldserverlinked by target "connection_patcher" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/tools/connection_patcherLIB_EAY_RELEASE (ADVANCED)linked by target "bnetserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/bnetserverlinked by target "worldserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/worldserverlinked by target "connection_patcher" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/tools/connection_patcherSSL_EAY_DEBUG (ADVANCED)linked by target "bnetserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/bnetserverlinked by target "worldserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/worldserverlinked by target "connection_patcher" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/tools/connection_patcherSSL_EAY_RELEASE (ADVANCED)linked by target "bnetserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/bnetserverlinked by target "worldserver" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/server/worldserverlinked by target "connection_patcher" in directory C:/Users/Julian - Zocken/Desktop/Trinitycore/TrinityCore/src/tools/connection_patcher

    Configuring incomplete, errors occurred!

    See also "C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeOutput.log".

    See also "C:/Users/Julian - Zocken/Desktop/build/CMakeFiles/CMakeError.log".

 

Edited by Carbenium
Add spoiler
Link to comment
Share on other sites

From what it looks like, cmake is trying to find pthread.h but cannot find it. I'm really not sure what exactly that file is so I was wondering if anyone knew a solution to this problem.

It also seems it has something to do with defining WIN32. I'll do some troubleshooting to see what I get, if anyone knows anything it'd be helpful. Thanks.

C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj]
Done Building Project "C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj" (default targets) -- FAILED.

Build FAILED.

"C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj" (default target) (1) ->

(ClCompile target) -> 

  C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\j\Desktop\Stuff\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3446206079.vcxproj]

    0 Warning(s)

    1 Error(s)

Link to comment
Share on other sites

  • Aokromes changed the title to Compile or cmake problems
  • Aokromes locked this topic
  • Carbenium unlocked this topic
  • Aokromes pinned and locked this topic
  • Aokromes featured and featured this topic
  • Aokromes pinned this topic
 Share

  • Recently Browsing   0 members

    No registered users viewing this page.


×
×
  • Create New...