Aokromes Posted March 4, 2016 Report Share Posted March 4, 2016 What specific version of 14? 14.04? 14.10? i cannot reproduce on 14.04 LTS, anyway, ubuntu 14 is very old, i suggest you to get 15.04 or even 15.10. You may wanna try also make clean and compile again, maybe some update broke compilation. Link to comment Share on other sites More sharing options...
andrei s Posted March 4, 2016 Report Share Posted March 4, 2016 Thanks. It was 14.04 LTS. Didn't think it was so old... I'll try 15.10. Link to comment Share on other sites More sharing options...
Superpotato Posted March 4, 2016 Report Share Posted March 4, 2016 (edited) Hi i got this error,can someone help me,i got Vs 12 2013,i configured using the win64 of vs 12 CMake Error at CMakeLists.txt:12 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:12 (project): No CMAKE_CXX_COMPILER could be found. Edited March 4, 2016 by Superpotato Link to comment Share on other sites More sharing options...
andrei s Posted March 5, 2016 Report Share Posted March 5, 2016 (edited) My problem was insufficient RAM - running the build on a VM with only 512 MB. Probably makes sense to mention this in the 'Requirements' page. Edited March 5, 2016 by andrei s Link to comment Share on other sites More sharing options...
Luzifix Posted March 10, 2016 Report Share Posted March 10, 2016 Hello, i try to compile trinity ( 5c064e1e7328 2016-03-10 14:27:30 +0000 (3.3.5 branch) ) with CentOS 6.7 but after 99% i become a lot of errors. Programm versions: GCC: 4.9.2 openSSL: 1.0.1e Boost: 1.59 Cmake: 2.8.12.2 Logs: cmake: http://pastebin.com/GtyVuw1R make: http://pastebin.com/A16cUJfH errors: http://pastebin.com/EWCN7hQ6 Solution: Use Ubuntu 14.04 trinity dont work with centos 6.7 Link to comment Share on other sites More sharing options...
mannyrettre Posted March 18, 2016 Report Share Posted March 18, 2016 Good evening everyone, so when i go to build my Trinitycore project, im getting a weird issue ive never gotten before. http://pastebin.com/ijhdYthy Any help would be appreciated. It passed Cmake, so i assume i dont have to redownload ZMQ. Thank you for your time Link to comment Share on other sites More sharing options...
Nay Posted March 18, 2016 Report Share Posted March 18, 2016 In CMake, make sure that the variable ZMQ_INCLUDE points to C:\Program Files\ZeroMQ 4.0.4\include or similar (place where zmq.h exists). 1 Link to comment Share on other sites More sharing options...
mannyrettre Posted March 18, 2016 Report Share Posted March 18, 2016 15 minutes ago, Nay said: In CMake, make sure that the variable ZMQ_INCLUDE points to C:\Program Files\ZeroMQ 4.0.4\include or similar (place where zmq.h exists). Yeah Cmake has it sending to ZMQ Link to comment Share on other sites More sharing options...
mannyrettre Posted March 18, 2016 Report Share Posted March 18, 2016 I just checked the Advanced, it shows BOOST_DIR didnt have a location found so i edited that lets see if that might fix it Link to comment Share on other sites More sharing options...
Nay Posted March 18, 2016 Report Share Posted March 18, 2016 No, empty BOOST_DIR is NOT a problem. 1 Link to comment Share on other sites More sharing options...
mannyrettre Posted March 18, 2016 Report Share Posted March 18, 2016 Lemme recompile after i did that I got 100 errors haha, Said something about Mysql, but we'll see what happens Link to comment Share on other sites More sharing options...
mannyrettre Posted March 18, 2016 Report Share Posted March 18, 2016 Ok a repeat of the new errors came http://pastebin.com/YF40DzE0 Link to comment Share on other sites More sharing options...
Nay Posted March 19, 2016 Report Share Posted March 19, 2016 Your MYSQL_LIBRARY variable in CMake must point to the correct libmysql.lib (32 bits vs 64 bits) Link to comment Share on other sites More sharing options...
Selia Posted March 28, 2016 Report Share Posted March 28, 2016 I repeatedly get the following error while compiling the new 6.2.4 core. I attempted redownloading several times (note that 6.2.3 compiles just fine). Error 1 error C2280: 'std::unique_ptr<Battlenet::Session::AccountInfo,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)' : attempting to reference a deleted function C:\Users\Admin\Desktop\Files\Uncommon\WoW Modding\TrinityCore-Raw_6_2_4\src\server\bnetserver\REST\LoginRESTService.cpp 340 1 bnetserver Link to comment Share on other sites More sharing options...
Aokromes Posted March 28, 2016 Report Share Posted March 28, 2016 Try updating your core and re-run cmake. Link to comment Share on other sites More sharing options...
Selia Posted March 28, 2016 Report Share Posted March 28, 2016 This is the latest core version, the one from today. Link to comment Share on other sites More sharing options...
Aokromes Posted March 28, 2016 Report Share Posted March 28, 2016 Well there is no "the one from today" there are multiple versions from today, and one of them fixed compile on visual studio 2013. Link to comment Share on other sites More sharing options...
UncleChristiof Posted March 29, 2016 Report Share Posted March 29, 2016 What's the problem, guys? Link to comment Share on other sites More sharing options...
Nay Posted March 29, 2016 Report Share Posted March 29, 2016 2 minutes ago, UncleChristiof said: What's the problem, guys? Try clearing the build folder completely. Link to comment Share on other sites More sharing options...
UncleChristiof Posted March 29, 2016 Report Share Posted March 29, 2016 31 minutes ago, Nay said: Try clearing the build folder completely What do you mean? Just delete everything from build folder, generate it again and than try to build it in visual studio? Link to comment Share on other sites More sharing options...
Nay Posted March 29, 2016 Report Share Posted March 29, 2016 Yes Link to comment Share on other sites More sharing options...
UncleChristiof Posted March 29, 2016 Report Share Posted March 29, 2016 3 minutes ago, Nay said: Yes It doesn't work, again lots of c1207 errors :c idk, maybe it can help, but i'm trying to build 6.x core Link to comment Share on other sites More sharing options...
dreezydylan Posted April 14, 2016 Report Share Posted April 14, 2016 Hi. When I try configure with CMake I get these: The C compiler identification is unknown The CXX compiler identification is unknown CMake Error at CMakeLists.txt:15 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:15 (project): No CMAKE_CXX_COMPILER could be found. Configuring incomplete, errors occurred! See also "C:/Users/Dylan/Desktop/TrinityCore/Build/CMakeFiles/CMakeOutput.log". See also "C:/Users/Dylan/Desktop/TrinityCore/Build/CMakeFiles/CMakeError.log". In error log CMakeError I get: Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: Build flags: Id flags: The output was: 1 Microsoft (R) Build Engine version 14.0.25123.0 Copyright (C) Microsoft Corporation. All rights reserved. Build started 2016/04/14 3:21:09 AM. Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj] Done Building Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" (default targets) -- FAILED. Build FAILED. "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj" (default target) (1) -> (Desktop_PlatformPrepareForBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdC\CompilerIdC.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.15 Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: Build flags: Id flags: The output was: 1 Microsoft (R) Build Engine version 14.0.25123.0 Copyright (C) Microsoft Corporation. All rights reserved. Build started 2016/04/14 3:21:09 AM. Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj] Done Building Project "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets) -- FAILED. Build FAILED. "C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default target) (1) -> (Desktop_PlatformPrepareForBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 8.1 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [C:\Users\Dylan\Desktop\TrinityCore\Build\CMakeFiles\3.5.1\CompilerIdCXX\CompilerIdCXX.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.12 In CMakeOutput I get: The system is: Windows - 10.0.10586 - AMD64 I am using VS 14 2015. Don't know if it has anything to do with that. Link to comment Share on other sites More sharing options...
Nay Posted April 14, 2016 Report Share Posted April 14, 2016 @dreezydylan https://community.trinitycore.org/topic/120-compile-or-cmake-problems/?page=88#comment-78203 Step 2, check the note that says "Important note when installing Visual Studio 2015". Link to comment Share on other sites More sharing options...
dreezydylan Posted April 14, 2016 Report Share Posted April 14, 2016 10 hours ago, Nay said: @dreezydylan https://community.trinitycore.org/topic/120-compile-or-cmake-problems/?page=88#comment-78203 Step 2, check the note that says "Important note when installing Visual Studio 2015". Okay that was stupid of me. Ok configuring it works but now when I compile I get a lot of Boost errors as such: Severity Code Description Project File Line Suppression State Warning C4005 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition (compiling source file C:\Users\Dylan\Desktop\TrinityCore\trinity1\src\common\Collision\Management\MMapManager.cpp) common C:\local\boost_1_59_0\boost\asio\detail\config.hpp 227 I get a lot of those... Any fix? I only installed the 64 bit version. I also added the variables. Link to comment Share on other sites More sharing options...
Recommended Posts