Phealis Posted September 3, 2016 Report Share Posted September 3, 2016 The problem is here again, Its not from OpenSSL ... If someone can help me, add me in skype evko024 , thanks.... Link to comment Share on other sites More sharing options...
Aokromes Posted September 3, 2016 Report Share Posted September 3, 2016 You have deleted build directory and rerun cmake after downgrading? Link to comment Share on other sites More sharing options...
Phealis Posted September 3, 2016 Report Share Posted September 3, 2016 I did maybe 100 re-installs of versions from 1.0 or 0.9 idk to 1.1... still the same. Did 50-60 reruns of cmake and idk how many times I`ve deleted everything and started from 0 to... nowhere as I see . Link to comment Share on other sites More sharing options...
j8a2b0e7 Posted September 4, 2016 Report Share Posted September 4, 2016 Hi there. I followed the guide in the wiki to setup my first build of Trinity 3.3.5 using the latest Github version. Here are the errors I'm getting: http://pastebin.com/raw/fb9T6MV3 Any idea what I'm doing wrong? Thanks in advance! Link to comment Share on other sites More sharing options...
Aokromes Posted September 4, 2016 Report Share Posted September 4, 2016 you are ignoring wiki, where it states it only supports openssl 1.0.x Link to comment Share on other sites More sharing options...
Mototron Posted September 6, 2016 Report Share Posted September 6, 2016 (edited) When i try to copile the BASE Source of TC. I get some errors with the common project & common.lib. I was looking around in the forum and other places in the internet but really idk. The are many errors.. But all of them are reataed to the common project i think.. Screenshoot of the errors attached EDIT: Branch 3.3.5. W7 64 Bits Visual Studio 2015 EDIT2: Problem solved!. Only need to downgrade OPENSSL 1.1.0 to 1.0.x Edited September 6, 2016 by Mototron Link to comment Share on other sites More sharing options...
Mototron Posted September 6, 2016 Report Share Posted September 6, 2016 (edited) Edit: Nvm i saw someone with the same problem and a solution. Edited September 6, 2016 by Mototron Link to comment Share on other sites More sharing options...
Nay Posted September 6, 2016 Report Share Posted September 6, 2016 --- Canned message start --- It appears the issue in the original post was solved, so this thread shall be closed. Should you encounter any other difficulties, please open a new thread. --- Canned message end --- Link to comment Share on other sites More sharing options...
OldwulfBDS Posted September 7, 2016 Report Share Posted September 7, 2016 (edited) When attempting to update the my 3.3.5a server I received the error "TrinityCore/src/server/game/Server/WorldSession.cpp:46:29: fatal error: PacketUtilities.h: No such file or directory" Compilation Log: http://pastebin.com/yipguWvV 3.3.5 Branch hash 19e757af5cb6bbde3f9263f0f4aaec87a7e0301c P.S. I'm assuming this is a requirement that is not on the list that I'm missing. Edited September 7, 2016 by OldwulfBDS Link to comment Share on other sites More sharing options...
Aokromes Posted September 7, 2016 Report Share Posted September 7, 2016 31 minutes ago, OldwulfBDS said: When attempting to update the my 3.3.5a server I received the error "TrinityCore/src/server/game/Server/WorldSession.cpp:46:29: fatal error: PacketUtilities.h: No such file or directory" Compilation Log: http://pastebin.com/yipguWvV 3.3.5 Branch hash 19e757af5cb6bbde3f9263f0f4aaec87a7e0301c P.S. I'm assuming this is a requirement that is not on the list that I'm missing. You are updating your core or doing a fresh install? if the 1st, rerun cmake. Link to comment Share on other sites More sharing options...
OldwulfBDS Posted September 7, 2016 Report Share Posted September 7, 2016 updating my Core. I was able to resolve my issues by reconfiguring cmake and adding the -DWITH_WARNINGS=1 option. I don't think the option mattered just the reconfiguring of cmake. Link to comment Share on other sites More sharing options...
RevolutionLegion Posted September 8, 2016 Report Share Posted September 8, 2016 (edited) This is the error i am getting when compiling your core https://github.com/TrinityCore/TrinityCore/issues/17901 can you explain where to disable the option. I went into properties on my project and i do not see those option in Properties -> Configuration Properties -> I am running VS2015 with the compiler installed Please help. Edited September 8, 2016 by RevolutionLegion Link to comment Share on other sites More sharing options...
Aokromes Posted September 8, 2016 Report Share Posted September 8, 2016 i posted you how to fix your issue. Link to comment Share on other sites More sharing options...
RevolutionLegion Posted September 8, 2016 Report Share Posted September 8, 2016 thats not my post, thats what i found in your issues section, but when i go to follow the options they are not located in Configuration Properties. the only thing i see is configue when I expand the arrow beside it. I installed the compiler correctly like mentioned on your wiki page is there something else i am missing why i cant see those options. Ive re-installed VS2015 over and over again and no luck Link to comment Share on other sites More sharing options...
SkyLiner Posted September 8, 2016 Report Share Posted September 8, 2016 Fixed Installed it on a Virtual Box Machine and coppied all of the files to my computer. Link to comment Share on other sites More sharing options...
wolord Posted September 9, 2016 Report Share Posted September 9, 2016 i have the same problem please help Link to comment Share on other sites More sharing options...
GeoWarsong Posted September 9, 2016 Report Share Posted September 9, 2016 i had same issue, trying to compile it for hours and after this post i have checked my openssl version it was 1.1.x so changing to 1.0.x resolved issue Link to comment Share on other sites More sharing options...
RevolutionLegion Posted September 11, 2016 Report Share Posted September 11, 2016 As Aokromes mentioned below to dsiable these option Aokromes commented 6 days ago 1- Disable c/c++->general->Multi-processor compilation 2- Disable c/c++->general->optimization 3- Disable c/c++->language->open mp support Open the project and click on the top where it says bnetserver or worldserver or game, right on them and go to properties and you will see configuration properties, from there click on c/c++ option and follow the above as mentioned. this will fix d8040 Link to comment Share on other sites More sharing options...
RevolutionLegion Posted September 11, 2016 Report Share Posted September 11, 2016 I was getting error d8040 which i was able to fix after finding the option in the project solution properties and disable them 1- Disable c/c++->general->Multi-processor compilation2- Disable c/c++->general->optimization3- Disable c/c++->language->open mp support but now i am running into this error 14>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -2147483645. I need help please and thank Link to comment Share on other sites More sharing options...
RevolutionLegion Posted September 12, 2016 Report Share Posted September 12, 2016 This error 14>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(356,5): error MSB6006: "CL.exe" exited with code -2147483645. Still continues with the Legion project, ive tryed other source and they compile without issues. i'm not understanding what i am doing wrong with the Legion project that causes this error Link to comment Share on other sites More sharing options...
cyberpro98 Posted September 13, 2016 Report Share Posted September 13, 2016 Hello! I am trying to compile TrintiyCore but i have problem with CMAKE Can anyone help me ? This is the error Detected 32-bit platform Using supplied MySQL sources MSVC: Enabled large address awareness MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES) Call Stack (most recent call first): C:/Program Files (x86)/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args) CMakeLists.txt:49 (find_package) Configuring incomplete, errors occurred! See also "C:/Users/Aleksandar/Desktop/Server/CMakeFiles/CMakeOutput.log". Link to comment Share on other sites More sharing options...
piccolodmq Posted September 13, 2016 Report Share Posted September 13, 2016 (edited) Hi there Hi there I am trying to compile a fresh core and whn I am using Cmake, I get this error. ------------Build started 9/13/2016 1:43:54 PM. Project "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTC_985e4.dir\Debug". Creating directory "C:\Build\CMakeFiles\CMakeTmp\Debug". Creating directory "cmTC_985e4.dir\Debug\cmTC_985e4.tlog". InitializeBuildStatus: Creating "cmTC_985e4.dir\Debug\cmTC_985e4.tlog\unsuccessful build" because "AlwaysCreate" was specified. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /c /Zi /W1 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_985e4.dir\Debug\" /Fd"cmTC_985e4.dir\Debug\vc140.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24210 for x64 Copyright (C) Microsoft Corporation. All rights reserved. cl /c /Zi /W1 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fprecise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_985e4.dir\Debug\" /Fd"cmTC_985e4.dir\Debug\vc140.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /errorReport:queue C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c CheckIncludeFile.c C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxproj] Done Building Project "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" (default targets) -- FAILED. Build FAILED. "C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxpr oj" (default target) (1) -> (ClCompile target) -> C:\Build\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1) : fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Build\CMakeFiles\CMakeTmp\cmTC_985e4.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.27 ------ I am using Microsoft Visual Comunity 2015. Heres is a picture of the Error itselfhttps://drive.google.com/file/d/0B8x...ew?usp=sharing Thanks in advanced for your help! ------------------------ sOLVED BY REINSTALLING OPENSLL 1.01 THANKS! Edited September 13, 2016 by piccolodmq SOLVED Link to comment Share on other sites More sharing options...
piccolodmq Posted September 13, 2016 Report Share Posted September 13, 2016 (edited) ** CMAKE problems when compiling ** I followed this guide https://trinitycore.atlassian.net/wiki/display/tc/Installation+Guide with no problems until the point where I have tu USe Cmake 3.4.6 and setup the Source Code and Build Binaries to configure and generate the compiled version and get errors:I should get a red screen in Cmake where I have to select the Tools check box and then select genereate to get the build: *Septes taken *: First I select Cmake Select the sourcode location C:/ trinity Where to build binaries C:/Build I get to choose what generator to use: Choose Visual Studio 14 2015 Win64. Get this error and scren instead. https://drive.google.com/file/d/0B8x...ew?usp=sharing 3.3.5 Branch(es): Here is the error log http://pastebin.com/raw/4WusXqfu Using this on a *: using Windows server2012R2 Cmake 3.4.6 Microsoft Visual Studio 14.0 x64, (and thats the one I am using for Cmake) although i have previous versions isntalled also, Win32OpenSSL-1_1_0 (64 and 32 versión installed) boost_1_60_0-msvc-14.0-64 --------------------------------------------------------------- sOLVED BY REINSTALLING OPENSLL 1.01 THANKS! Edited September 13, 2016 by piccolodmq SOLVED Link to comment Share on other sites More sharing options...
3Majed Posted September 23, 2016 Report Share Posted September 23, 2016 Hello, am having error with compiling program used CMake 3.3.2 visual Studio ultimate 12 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 "D:/Majed/Trinity/CMakeFiles/CMakeOutput.log". See also "D:/Majed/Trinity/CMakeFiles/CMakeError.log". Link to comment Share on other sites More sharing options...
Aokromes Posted September 23, 2016 Report Share Posted September 23, 2016 You need Visual Studio 2015. Link to comment Share on other sites More sharing options...
Recommended Posts