Jump to content
TrinityCore

Compile or cmake problems


Joy
 Share

Recommended Posts

  • Replies 2.9k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I mean the contents of that directory... it's what the dir command does (a.k.a ls)

C:\local\boost_1_59_0>dir
 Volume in drive C is C
 Volume Serial Number is 4CCA-D5FB

 Directory of C:\local\boost_1_59_0

08/24/2015  10:01 AM    <DIR>          .
08/24/2015  10:01 AM    <DIR>          ..
08/24/2015  10:00 AM    <DIR>          boost
08/11/2015  07:00 AM               850 boost-build.jam
08/11/2015  07:00 AM               989 boost.css
08/11/2015  07:00 AM             6,308 boost.png
08/11/2015  07:00 AM            21,920 boostcpp.jam
08/11/2015  07:00 AM             2,477 bootstrap.bat
08/11/2015  07:00 AM            10,631 bootstrap.sh
08/24/2015  10:01 AM    <DIR>          doc
08/11/2015  07:00 AM               769 index.htm
08/11/2015  07:00 AM             5,476 index.html
08/11/2015  07:00 AM               291 INSTALL
08/11/2015  07:00 AM            10,779 Jamroot
08/24/2015  09:58 AM    <DIR>          lib32-msvc-14.0
08/24/2015  10:02 AM    <DIR>          lib64-msvc-14.0
08/24/2015  10:02 AM    <DIR>          libs
08/11/2015  07:00 AM             1,338 LICENSE_1_0.txt
08/24/2015  10:04 AM    <DIR>          more
08/11/2015  07:00 AM             2,608 rst.css
08/24/2015  10:04 AM    <DIR>          status
08/24/2015  10:04 AM    <DIR>          tools
              12 File(s)         64,436 bytes
              10 Dir(s)  179,757,424,640 bytes free

C:\local\boost_1_59_0>

 

Link to comment
Share on other sites

 Hello guys. I am trying to compile Trinitycore 3.3.5 but I get the folowing errors:

1>g3dlib.lib(System.obj) : error LNK2019: unresolved external symbol imp__OleInitialize@4 referenced in function "private: void thiscall G3D::System::init(void)" (?init@System@G3D@@AAEXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__OpenClipboard@4 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__CloseClipboard@0 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetClipboardData@8 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__EmptyClipboard@0 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__ShowCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetCursorPos@8 referenced in function "void cdecl G3D::_internal::_restoreInputGrab_(void)" (?_restoreInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetCursorPos@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__ClipCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetClipCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetCursor@0 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__LoadCursorA@8 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegCloseKey@4 referenced in function "public: static bool cdecl G3D::RegistryUtil::keyExists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?keyExists@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegOpenKeyExA@20 referenced in function "public: static bool cdecl G3D::RegistryUtil::keyExists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?keyExists@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegQueryValueExA@24 referenced in function "public: static bool cdecl G3D::RegistryUtil::readBytes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char *,unsigned int &)" (?readBytes@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PAEAAI@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegSetValueExA@24 referenced in function "public: static bool cdecl G3D::RegistryUtil::writeBytes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char const *,unsigned int)" (?writeBytes@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PBEI@Z)
1>D:\WOW PServer\[OpenSource]TrinityCore\src\tools\vmap4_assembler\Release\vmap4assembler.exe : fatal error LNK1120: 17 unresolved externals

 

I use:

  • Windows 8.1 x64
  • Visual Studio Ultimate x32 2013
  • CMake 3.3.1
  • OpenSSL-Win32
  • boost_1_58_0 x32
  • mysql 

Firstly, I got error that says that _BUILD_DIRECTIVE is not defined. But after i add: 

  • add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")

into TrinityCore-3.3.5\src\common\CMakeLists.txt and the broblem has gone. But after that, came this one...

If anybody knows, pelese help me. 

Thanks a lot.

Edited by Spire
Link to comment
Share on other sites

--- 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

@Nay: I didn't do any changes except: 

Firstly, I got error that says that _BUILD_DIRECTIVE is not defined. But after i add: 

  • add_definitions(-D_BUILD_DIRECTIVE=\\"$(CONFIGURATION)\\")

into TrinityCore-3.3.5\src\common\CMakeLists.txt and the broblem has gone.

The contents of the cmake output is:

Detected 32-bit platform

Found OpenSSL library: C:/OpenSSL-Win32/lib/VC/libeay32MDd.lib;C:/OpenSSL-Win32/lib/libeay32.lib

Found OpenSSL headers: C:/OpenSSL-Win32/include

Boost version: 1.58.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

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

 

Could not find a proper repository signature (hash) - you may need to pull tags with git fetch -t

Continuing anyway - note that the versionstring will be set to "unknown 1970-01-01 00:00:00 (Archived)"

 

* TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)

 

* Install core to : C:/Program Files (x86)/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 : Yes

* Show source tree : Yes - hierarchical

* Use GIT revision hash : Yes

 

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

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

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

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

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

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

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

Link to comment
Share on other sites

@dragos14: One of the DLLs you are using was compiled with VS 2013 instead of the VS 2015. You can use Dependency Walker to find the culprit binary and replace it.
@Spire: _BUILD_DIRECTIVE should not be missing, find why that happens. Your change in the files is simply hiding the problem.

Edited by Nay
Link to comment
Share on other sites

@dragos14: One of the DLLs you are using was compiled with VS 2013 instead of the VS 2015. You can use Dependency Walker to find the culprit binary and replace it.
@Spire: _BUILD_DIRECTIVE should not be missing, find why that happens. Your change in the files is simply hiding the problem.

​:D That is why I am asking you...

I tried to compile TrinityCore 3.3.5 on 2 different computers. And the same problem. Firstly, it give me error with _BUILD_DIRECTIVE and after what I am add the definition into CMakeLists.txt, It get me another error... This one:

 

1>g3dlib.lib(System.obj) : error LNK2019: unresolved external symbol imp__OleInitialize@4 referenced in function "private: void thiscall G3D::System::init(void)" (?init@System@G3D@@AAEXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__OpenClipboard@4 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__CloseClipboard@0 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetClipboardData@8 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__EmptyClipboard@0 referenced in function "void cdecl G3D::_internal::postToClipboard(char const *)" (?postToClipboard@_internal@G3D@@YAXPBD@Z)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__ShowCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetCursorPos@8 referenced in function "void cdecl G3D::_internal::_restoreInputGrab_(void)" (?_restoreInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__SetCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetCursorPos@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__ClipCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetClipCursor@4 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__GetCursor@0 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(debugAssert.obj) : error LNK2019: unresolved external symbol imp__LoadCursorA@8 referenced in function "void cdecl G3D::_internal::_releaseInputGrab_(void)" (?_releaseInputGrab_@_internal@G3D@@YAXXZ)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegCloseKey@4 referenced in function "public: static bool cdecl G3D::RegistryUtil::keyExists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?keyExists@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegOpenKeyExA@20 referenced in function "public: static bool cdecl G3D::RegistryUtil::keyExists(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?keyExists@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegQueryValueExA@24 referenced in function "public: static bool cdecl G3D::RegistryUtil::readBytes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char *,unsigned int &)" (?readBytes@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PAEAAI@Z)
1>g3dlib.lib(RegistryUtil.obj) : error LNK2019: unresolved external symbol imp__RegSetValueExA@24 referenced in function "public: static bool cdecl G3D::RegistryUtil::writeBytes(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,unsigned char const *,unsigned int)" (?writeBytes@RegistryUtil@G3D@@SA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0PBEI@Z)
1>D:\WOW PServer\[OpenSource]TrinityCore\src\tools\vmap4_assembler\Release\vmap4assembler.exe : fatal error LNK1120: 17 unresolved externals

 And that kind of errors with LINK appears firstly only when I am trying to use some code from g3dlib.lib

Edited by Spire
Link to comment
Share on other sites

Hello!

After I click on "Configure" in CMake, it writes this error massage to the .log file:

CMakeError log: http://pastebin.com/fhYeE2mw
CMakeOutput log: http://pastebin.com/L2zaEs0D
CMake: http://pastebin.com/HBTWZM27

What's the problem? How can I solve it?

Installed:
- Microsoft Visual Studio Community 2013 with Update 5 (12.0.40629)
- Microsoft Visual C++ Redistributable 2008, 2012, 2013, 2015 (all x86, x64)
- CMake 2.8.12.2
- OpenSSL 1.0.2d (32-bit)
- Git version 1.9.5
- Boost 1.58.0
- MySQL Server 5.6
- MS .NET Framework 4.5, 4.5.1

Sorry for my bad English!

Thank you!

Link to comment
Share on other sites

Yes. I updated (latest version), but it writes this:

The C compiler identification is MSVC 18.0.40629.0
The CXX compiler identification is MSVC 18.0.40629.0
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.

 

Configuring incomplete, errors occurred!
See also "D:/WoW_szerver/Szerver/Build/CMakeFiles/CMakeOutput.log".

Edited by Regolan
Link to comment
Share on other sites

[ 1%] [ 1%] [ 2%] Built target format

Built target gsoap

Built target zmqpp

[ 2%] [ 3%] Built target Detour

Built target Recast

[ 5%] [ 7%] Built target casc

Built target jemalloc

[ 7%] [ 7%] [ 7%] Built target sharedPCH.cpp_dephelp

Built target commonPCH.cpp_dephelp

Built target databasePCH.cpp_dephelp

[ 7%] [ 7%] Built target ipc

Built target gamePCH.cpp_dephelp

[ 10%] Built target g3dlib

[ 10%] Built target bnetPCH.cpp_dephelp

[ 10%] [ 10%] [ 10%] Built target generate_commonPCH.cpp

Built target generate_sharedPCH.cpp

Built target ScriptPCH.cpp_dephelp

[ 11%] Built target worldPCH.cpp_dephelp

[ 11%] [ 11%] Built target generate_databasePCH.cpp

Built target generate_gamePCH.cpp

[ 11%] Built target generate_bnetPCH.cpp

[ 12%] [ 13%] Built target generate_worldPCH.cpp

Built target generate_ScriptPCH.cpp

[ 16%] Built target common

[ 17%] Built target database

[ 18%] [ 18%] [ 18%] [ 18%] [ 18%] Building CXX object src/tools/CMakeFiles/mapextractor.dir/vmap4_assembler/VMapAssembler.cpp.o

[ 18%] Building CXX object src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Patcher.cpp.o

[ 18%] Building CXX object src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Patcher.cpp.o

Building CXX object src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Helper.cpp.o

Building CXX object src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Program.cpp.o

Building CXX object src/tools/CMakeFiles/mapextractor.dir/vmap4_extractor/vmapexport.cpp.o

Building CXX object src/tools/CMakeFiles/mapextractor.dir/vmap4_extractor/wdtfile.cpp.o
/home/admin/server/TrinityCore/src/tools/vmap4_assembler/VMapAssembler.cpp:22:27: fatal error: TileAssembler.h: No such file or directory

compilation terminated.

make[2]: *** [src/tools/CMakeFiles/mapextractor.dir/vmap4_assembler/VMapAssembler.cpp.o] Error 1

make[2]: *** Waiting for unfinished jobs....

[ 18%] Built target revision_data.h

[ 18%] Built target shared

Scanning dependencies of target bnetserver

In file included from /home/admin/server/TrinityCore/src/tools/connection_patcher/Patcher.hpp:22:0,

from /home/admin/server/TrinityCore/src/tools/connection_patcher/Patcher.cpp:19:

/home/admin/server/TrinityCore/src/tools/connection_patcher/Helper.hpp:31:20: fatal error: SHA256.h: No such file or directory compilation terminated.

In file included from /home/admin/server/TrinityCore/src/tools/connection_patcher/Program.cpp:19:0:

/home/admin/server/TrinityCore/src/tools/connection_patcher/Helper.hpp:31:20: fatal error: SHA256.h: No such file or directory compilation terminated.

In file included from /home/admin/server/TrinityCore/src/tools/connection_patcher/Helper.cpp:19:0:

/home/admin/server/TrinityCore/src/tools/connection_patcher/Helper.hpp:31:20: fatal error: SHA256.h: No such file or directory compilation terminated.

[ 18%] [ 18%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Authentication/BattlenetPacketCrypt.cpp.o

Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Authentication/AuthCodes.cpp.o 
[ 18%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Realms/WorldListener.cpp.o

[ 41%] Built target game

[ 41%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Realms/RealmList.cpp.o

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Server/ComponentManager.cpp.o

make[2]: *** [src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Program.cpp.o] Error 1

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Server/SessionManager.cpp.o

make[2]: *** [src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Patcher.cpp.o] Error 1

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Server/ModuleManager.cpp.o

make[2]: *** [src/tools/CMakeFiles/mapextractor.dir/connection_patcher/Helper.cpp.o] Error 1

make[1]: *** [src/tools/CMakeFiles/mapextractor.dir/all] Error 2

make[1]: *** Waiting for unfinished jobs....

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Server/Session.cpp.o

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/ConnectionPackets.cpp.o

[ 42%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/PacketsBase.cpp.o

[ 98%] Built target scripts

[ 98%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/AuthenticationPackets.cpp.o

[ 98%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/PacketManager.cpp.o

[ 98%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/CachePackets.cpp.o

[ 98%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/WoWRealmPackets.cpp.o

[ 98%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/BitStream.cpp.o

[ 99%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/PresencePackets.cpp.o

[ 99%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Packets/FriendsPackets.cpp.o

[ 99%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/Main.cpp.o

[ 99%] Building CXX object src/server/bnetserver/CMakeFiles/bnetserver.dir/PrecompiledHeaders/bnetPCH.cpp.o

Linking CXX executable bnetserver

[ 99%] Built target bnetserver

make: *** [all] Error 2

i'm on the last comit , 
When i don't update this 3 update : 
-https://github.com/TrinityCore/TrinityCore/commit/b564c10b13effed63c7b7dae25117e2e0a2c64e4

-https://github.com/TrinityCore/TrinityCore/commit/3308a90fee5c4d6b4d5bd6dcb541a5e678ad4b79

-https://github.com/TrinityCore/TrinityCore/commit/7b5e7e08981838c06db08812c7ab6261e146ecd1

Compilation works 100%

Thx you for helping !

Link to comment
Share on other sites

root@ns35:/home/admin/server/TrinityCore/build# apt-get install libboost-regex-dev                              
Reading package lists... Done                                                                                       
Building dependency tree                                                                                            
Reading state information... Done                                                                                  
libboost-regex-dev is already the newest version.                                                                 
The following packages were automatically installed and are no longer required:                                    
  libgmp10:i386 libmpc2:i386 libmpfr4:i386                                                                         
Use 'apt-get autoremove' to remove them.                                                                            
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.     

 

i have it and same problem.. 
thx you for you're help Nay

Edited by dke
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...