Green_Code Posted November 8, 2011 Report Share Posted November 8, 2011 ok, i'm installing Mac OS on my PowerBook again. But Panther (10.3) is the latest I can go... Link to comment Share on other sites More sharing options...
Athena Posted November 8, 2011 Report Share Posted November 8, 2011 ok, i'm installing Mac OS on my PowerBook again. But Panther (10.3) is the latest I can go... Ok, then let us know how it was done. Link to comment Share on other sites More sharing options...
Dekadence Posted November 9, 2011 Report Share Posted November 9, 2011 I have problems compiling TrinityCore in progress 33% of the compilation stops with the following error [ 33%] Building CXX object src/server/collision/CMakeFiles/collision.dir/Maps/TileAssembler.cpp.o /root/TrinityCore/src/server/collision/Maps/TileAssembler.cpp: In member function 'bool VMAP::TileAssembler::calculateTransformedBound(VMAP::ModelSpawn&)': /root/TrinityCore/src/server/collision/Maps/TileAssembler.cpp:348: error interno del compilador: Violación de segmento Por favor envíe un reporte completo de bichos, con el código preprocesado si es apropiado. Vea <URL:http://bugzilla.redhat.com/bugzilla> para más instrucciones. Preprocessed source stored into /tmp/ccmI6ntn.out file, please attach this to your bugreport. make[2]: *** [src/server/collision/CMakeFiles/collision.dir/Maps/TileAssembler.cpp.o] Error 1 make[1]: *** [src/server/collision/CMakeFiles/collision.dir/all] Error 2 make: *** [all] Error 2 Thanks in advance and best regards Link to comment Share on other sites More sharing options...
Dekadence Posted November 9, 2011 Report Share Posted November 9, 2011 Possible Hardware error, I send a ticket to suport to verify... Regards Link to comment Share on other sites More sharing options...
Piero Posted November 24, 2011 Report Share Posted November 24, 2011 (edited) fix the problem can close this thread. Edited November 25, 2011 by Piero Link to comment Share on other sites More sharing options...
Najkon Posted November 27, 2011 Report Share Posted November 27, 2011 Hello! What if i have error on compiling with option -DTOOLS=1 Linking CXX executable mapextractor ../../../dep/libmpq/libmpq.a(extract.c.o): In function `libmpq__decompress_bzip2': extract.c:(.text+0xad): undefined reference to `BZ2_bzDecompressInit' extract.c:(.text+0xdc): undefined reference to `BZ2_bzDecompress' extract.c:(.text+0xed): undefined reference to `BZ2_bzDecompressEnd' ../../../dep/libmpq/libmpq.a(extract.c.o): In function `libmpq__decompress_zlib': extract.c:(.text+0x1f9): undefined reference to `inflateInit_' extract.c:(.text+0x214): undefined reference to `inflate' extract.c:(.text+0x225): undefined reference to `inflateEnd' collect2: ld returned 1 exit status make[2]: *** [src/tools/map_extractor/mapextractor] Error 1 make[1]: *** [src/tools/map_extractor/CMakeFiles/mapextractor.dir/all] Error 2 make: *** [all] Error 2 Link to comment Share on other sites More sharing options...
Paradox Posted November 27, 2011 Report Share Posted November 27, 2011 You didn't properly install all dependencies, in this case, Bzip2. Link to comment Share on other sites More sharing options...
Najkon Posted November 27, 2011 Report Share Posted November 27, 2011 What u mean dependencies on Bzip2 ? Everything what a system wanted to Install Bzip2 it was installed without any error That same CMAKE everything found. Link to comment Share on other sites More sharing options...
Shtoink Posted November 27, 2011 Report Share Posted November 27, 2011 That error is saying you do not have it installed. try to reinstall it. If your on debian based: sudo apt-get install build-essential autoconf libtool gcc g++ make cmake git-core patch wget links zip unzip unrar If that returns saying everything was already installed then I am wrong. Link to comment Share on other sites More sharing options...
Paradox Posted November 28, 2011 Report Share Posted November 28, 2011 Also, some people don't seem to understand that there is a difference between the end user version of a dependency, and the dev version... Link to comment Share on other sites More sharing options...
Amaterasu Posted December 5, 2011 Report Share Posted December 5, 2011 (edited) Does anyone know a GOOD tutorial on how to compile a trinity core from scratch for 4.2? Edited December 5, 2011 by Amaterasu Link to comment Share on other sites More sharing options...
Rat Posted December 5, 2011 Report Share Posted December 5, 2011 its totally the same as 335 Link to comment Share on other sites More sharing options...
Athena Posted December 5, 2011 Report Share Posted December 5, 2011 Read the wiki. Link to comment Share on other sites More sharing options...
Athena Posted December 5, 2011 Report Share Posted December 5, 2011 --- Canned message startIt 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...
qkracha Posted December 16, 2011 Report Share Posted December 16, 2011 (edited) EDIT: SOLUTION: Instead of using icc (composer_xe_2011_sp1.7.256), i used gcc and worked perfectly Hi, First, I wanted to compile for version 3.3.5. I got the latest revision. Is that right? Info: * TrinityCore rev. hash : 5d39dfc7be65+ * TrinityCore rev. date : 2011-12-16 09:44:31 -0800 * TrinityCore buildtype : Release The problem is while building, i get this error, with icc or with gcc it's the same: [ 9%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Cryptography/HMACSHA1.cpp.o /home/foobar/trinity/TrinityCore/src/server/shared/Cryptography/HMACSHA1.cpp(52): error: identifier "ASSERT" is undefined ASSERT(length == SHA_DIGEST_LENGTH) ^ /home/foobar/trinity/TrinityCore/src/server/shared/Cryptography/HMACSHA1.cpp(53): error: expected a ";" } ^ compilation aborted for /home/foobar/trinity/TrinityCore/src/server/shared/Cryptography/HMACSHA1.cpp (code 2) make[2]: *** [src/server/shared/CMakeFiles/shared.dir/Cryptography/HMACSHA1.cpp.o] Error 2 make[1]: *** [src/server/shared/CMakeFiles/shared.dir/all] Error 2 make: *** [all] Error 2 Thanks Edited December 17, 2011 by qkracha Link to comment Share on other sites More sharing options...
yellow Posted December 18, 2011 Report Share Posted December 18, 2011 Hi! I would like tocompileTrinitybutI always getan errormessage. [ 7%] Building CXX object src/server/shared/CMakeFiles/shared_pch_dephelp.dir/shared_pch_dephelp.cxx.o In file included from /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Threading/LockedQueue.h:26, from /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Common.h:88, from /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/PrecompiledHeaders/sharedPCH.h:3, from /home/wow/wowserver/trinity/source/TrinityCore/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Debugging/Errors.h:24:29: error: ace/Stack_Trace.h: No such file or directory In file included from /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Database/SQLOperation.h:24, from /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/PrecompiledHeaders/sharedPCH.h:6, from /home/wow/wowserver/trinity/source/TrinityCore/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Database/QueryResult.h: In member function 'const Field& ResultSet::operator[](uint32) const': /home/wow/wowserver/trinity/source/TrinityCore/src/server/shared/Database/QueryResult.h:46: error: 'ACE_Stack_Trace' was not declared in this scope compilation terminated due to -Wfatal-errors. make[2]: *** [src/server/shared/CMakeFiles/shared_pch_dephelp.dir/shared_pch_dephelp.cxx.o] Error 1 make[1]: *** [src/server/shared/CMakeFiles/shared_pch_dephelp.dir/all] Error 2 make: *** [all] Error 2 Please,whatam I doing wrong? Link to comment Share on other sites More sharing options...
Aokromes Posted December 18, 2011 Report Share Posted December 18, 2011 You miss ace 5.7.8 or higher. Link to comment Share on other sites More sharing options...
yellow Posted December 18, 2011 Report Share Posted December 18, 2011 Ok thanks! I have it installed. Ace V 5.7.9 Linking CXX executable authserver CMakeFiles/authserver.dir/Realms/RealmList.cpp.o: In function `ACE_Singleton<Log, ACE_Thread_Mutex>::cleanup(void*)': RealmList.cpp:(.text._ZN13ACE_SingletonI3Log16ACE_Thread_MutexE7cleanupEPv[ACE_Singleton<Log, ACE_Thread_Mutex>::cleanup(void*)]+0x10): undefined reference to `ACE_Object_Manager::remove_at_exit_i(void*)' CMakeFiles/authserver.dir/Realms/RealmList.cpp.o: In function `ACE_Singleton<Log, ACE_Thread_Mutex>::instance()': RealmList.cpp:(.text._ZN13ACE_SingletonI3Log16ACE_Thread_MutexE8instanceEv[ACE_Singleton<Log, ACE_Thread_Mutex>::instance()]+0x11e): undefined reference to `ACE_Object_Manager::at_exit_i(void*, void (*)(void*, void*), void*, char const*)' CMakeFiles/authserver.dir/Realms/RealmList.cpp.o: In function `PreparedResultSet::Fetch() const': RealmList.cpp:(.text._ZNK17PreparedResultSet5FetchEv[PreparedResultSet::Fetch() const]+0x2a): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' RealmList.cpp:(.text._ZNK17PreparedResultSet5FetchEv[PreparedResultSet::Fetch() const]+0x32): undefined reference to `ACE_Stack_Trace::c_str() const' CMakeFiles/authserver.dir/Server/AuthSocket.cpp.o: In function `AuthSocket::_HandleLogonChallenge()': AuthSocket.cpp:(.text+0x427d): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text+0x4285): undefined reference to `ACE_Stack_Trace::c_str() const' AuthSocket.cpp:(.text+0x42f2): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text+0x4307): undefined reference to `ACE_Stack_Trace::c_str() const' AuthSocket.cpp:(.text+0x48ae): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text+0x48b6): undefined reference to `ACE_Stack_Trace::c_str() const' CMakeFiles/authserver.dir/Server/AuthSocket.cpp.o: In function `ACE_Singleton<RealmList, ACE_Null_Mutex>::cleanup(void*)': AuthSocket.cpp:(.text._ZN13ACE_SingletonI9RealmList14ACE_Null_MutexE7cleanupEPv[ACE_Singleton<RealmList, ACE_Null_Mutex>::cleanup(void*)]+0x10): undefined reference to `ACE_Object_Manager::remove_at_exit_i(void*)' CMakeFiles/authserver.dir/Server/AuthSocket.cpp.o: In function `PreparedResultSet::operator[](unsigned int) const': AuthSocket.cpp:(.text._ZNK17PreparedResultSetixEj[PreparedResultSet::operator[](unsigned int) const]+0x3c): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text._ZNK17PreparedResultSetixEj[PreparedResultSet::operator[](unsigned int) const]+0x44): undefined reference to `ACE_Stack_Trace::c_str() const' AuthSocket.cpp:(.text._ZNK17PreparedResultSetixEj[PreparedResultSet::operator[](unsigned int) const]+0xc5): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text._ZNK17PreparedResultSetixEj[PreparedResultSet::operator[](unsigned int) const]+0xcd): undefined reference to `ACE_Stack_Trace::c_str() const' CMakeFiles/authserver.dir/Server/AuthSocket.cpp.o: In function `ACE_Singleton<RealmList, ACE_Null_Mutex>::instance()': AuthSocket.cpp:(.text._ZN13ACE_SingletonI9RealmList14ACE_Null_MutexE8instanceEv[ACE_Singleton<RealmList, ACE_Null_Mutex>::instance()]+0xff): undefined reference to `ACE_Object_Manager::at_exit_i(void*, void (*)(void*, void*), void*, char const*)' CMakeFiles/authserver.dir/Server/AuthSocket.cpp.o: In function `ByteBuffer::append(unsigned char const*, unsigned long)': AuthSocket.cpp:(.text._ZN10ByteBuffer6appendEPKhm[byteBuffer::append(unsigned char const*, unsigned long)]+0xc5): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' AuthSocket.cpp:(.text._ZN10ByteBuffer6appendEPKhm[byteBuffer::append(unsigned char const*, unsigned long)]+0xcd): undefined reference to `ACE_Stack_Trace::c_str() const' CMakeFiles/authserver.dir/Main.cpp.o: In function `main': Main.cpp:(.text+0x6bf): undefined reference to `ACE_Dev_Poll_Reactor::ACE_Dev_Poll_Reactor(unsigned long, bool, ACE_Sig_Handler*, ACE_Timer_Queue_T<ACE_Event_Handler*, ACE_Event_Handler_Handle_Timeout_Upcall<ACE_Recursive_Thread_Mutex>, ACE_Recursive_Thread_Mutex>*, int, ACE_Reactor_Notify*, int, int)' CMakeFiles/authserver.dir/Main.cpp.o: In function `ACE_Acceptor<RealmSocket, ACE_SOCK_Acceptor>::accept_svc_handler(RealmSocket*)': Main.cpp:(.text._ZN12ACE_AcceptorI11RealmSocket17ACE_SOCK_AcceptorE18accept_svc_handlerEPS0_[ACE_Acceptor<RealmSocket, ACE_SOCK_Acceptor>::accept_svc_handler(RealmSocket*)]+0x5d): undefined reference to `ACE_SOCK_Acceptor::accept(ACE_SOCK_Stream&, ACE_Addr*, ACE_Time_Value*, bool, bool) const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::GetPreparedStatement(unsigned int)': MySQLConnection.cpp:(.text+0x45d): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x465): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::_Query(char const*, st_mysql_res**, st_mysql_field**, unsigned long*, unsigned int*)': MySQLConnection.cpp:(.text+0xc3e): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0xc6a): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0xcd2): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0xd17): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0xde2): undefined reference to `ACE_Time_Value::normalize(bool)' ../shared/libshared.a(MySQLConnection.cpp.o):MySQLConnection.cpp:(.text+0x100b): more undefined references to `ACE_Time_Value::normalize(bool)' follow ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::~MySQLConnection()': MySQLConnection.cpp:(.text+0x13e4): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x13f5): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::~MySQLConnection()': MySQLConnection.cpp:(.text+0x168c): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x169d): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::~MySQLConnection()': MySQLConnection.cpp:(.text+0x192c): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x193d): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::_Query(PreparedStatement*, st_mysql_res**, unsigned long*, unsigned int*)': MySQLConnection.cpp:(.text+0x1cf9): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x1d3e): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x1e93): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x1ebd): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x1ec5): undefined reference to `ACE_Stack_Trace::c_str() const' MySQLConnection.cpp:(.text+0x1f52): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x1fc4): undefined reference to `ACE_Time_Value::normalize(bool)' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::Execute(PreparedStatement*)': MySQLConnection.cpp:(.text+0x2489): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x24ce): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x25f3): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x261d): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x2625): undefined reference to `ACE_Stack_Trace::c_str() const' MySQLConnection.cpp:(.text+0x26b2): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text+0x2724): undefined reference to `ACE_Time_Value::normalize(bool)' ../shared/libshared.a(MySQLConnection.cpp.o): In function `MySQLConnection::ExecuteTransaction(ACE_Refcounted_Auto_Ptr<Transaction, ACE_Null_Mutex>&)': MySQLConnection.cpp:(.text+0x2908): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x2910): undefined reference to `ACE_Stack_Trace::c_str() const' MySQLConnection.cpp:(.text+0x2959): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' MySQLConnection.cpp:(.text+0x2961): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(MySQLConnection.cpp.o): In function `getMSTime()': MySQLConnection.cpp:(.text._Z9getMSTimev[getMSTime()]+0x56): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text._Z9getMSTimev[getMSTime()]+0x83): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text._Z9getMSTimev[getMSTime()]+0xda): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text._Z9getMSTimev[getMSTime()]+0x11b): undefined reference to `ACE_Time_Value::normalize(bool)' MySQLConnection.cpp:(.text._Z9getMSTimev[getMSTime()]+0x16a): undefined reference to `ACE_Time_Value::normalize(bool)' ../shared/libshared.a(PreparedStatement.cpp.o): In function `PreparedStatement::BindParameters()': PreparedStatement.cpp:(.text+0x3639): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' PreparedStatement.cpp:(.text+0x3641): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(QueryResult.cpp.o): In function `ResultSet::ResultSet(st_mysql_res*, st_mysql_field*, unsigned long, unsigned int)': QueryResult.cpp:(.text+0x3fe): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' QueryResult.cpp:(.text+0x406): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(QueryResult.cpp.o): In function `ResultSet::ResultSet(st_mysql_res*, st_mysql_field*, unsigned long, unsigned int)': QueryResult.cpp:(.text+0x54e): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' QueryResult.cpp:(.text+0x556): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Log.cpp.o): In function `Log::outErrorST(char const*, ...)': Log.cpp:(.text+0x19f4): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Log.cpp:(.text+0x19fc): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::Thread::Sleep(unsigned long)': Threading.cpp:(.text+0xc1): undefined reference to `ACE_Time_Value::normalize(bool)' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::Thread::setPriority(ACE_Based::Priority)': Threading.cpp:(.text+0x1c4): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Threading.cpp:(.text+0x1cc): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::Thread::Thread(ACE_Based::Runnable*)': Threading.cpp:(.text+0x5c8): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Threading.cpp:(.text+0x5d0): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::Thread::Thread(ACE_Based::Runnable*)': Threading.cpp:(.text+0x6c8): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Threading.cpp:(.text+0x6d0): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::ThreadPriority::ThreadPriority()': Threading.cpp:(.text+0xa8e): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Threading.cpp:(.text+0xa96): undefined reference to `ACE_Stack_Trace::c_str() const' ../shared/libshared.a(Threading.cpp.o): In function `ACE_Based::ThreadPriority::ThreadPriority()': Threading.cpp:(.text+0xe86): undefined reference to `ACE_Stack_Trace::ACE_Stack_Trace(long, unsigned long)' Threading.cpp:(.text+0xe8e): undefined reference to `ACE_Stack_Trace::c_str() const' collect2: ld returned 1 exit status make[2]: *** [src/server/authserver/authserver] Error 1 make[1]: *** [src/server/authserver/CMakeFiles/authserver.dir/all] Error 2 make: *** [all] Error 2 pls, what i do wrong? PS: Sry for my bad english I have on 64 Bit system ! Link to comment Share on other sites More sharing options...
Aokromes Posted December 18, 2011 Report Share Posted December 18, 2011 It's very likely that you have libace-dev witch is extremely outdated, remove it and compile again. Link to comment Share on other sites More sharing options...
yellow Posted December 19, 2011 Report Share Posted December 19, 2011 i have ace 6.0.0 whit "--disable-ssl" compiliert. No better result. i understand it no EDIT: Have you pls one deb from libace-dev for me pls? Link to comment Share on other sites More sharing options...
Aokromes Posted December 19, 2011 Report Share Posted December 19, 2011 I mean, apt-get remove libace-dev Link to comment Share on other sites More sharing options...
yellow Posted December 19, 2011 Report Share Posted December 19, 2011 When I typethe following, I getthe followingresults $ Aptitude search libace libace-5.6.3 libace-dev ... But where do I geta newer libace-dev? ACE6.0.0 from http://download.dre....vious_versions/ downloaded and compiled here. Is there also contain"libace-dev"? Because the errorstill comes? Or have you for me $ /etc/apt/sources.list one deb? sorry again for my bad english EDIT: Now (libace-dev removed and reinstalled. 5.7.7) [ 33%] Building CXX object src/server/authserver/CMakeFiles/authserver.dir/Main.cpp.o Linking CXX executable authserver ../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::ts_init()': Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEE7ts_initEv[ACE_TSS<ACE_Based::Thread>::ts_init()]+0x5a): undefined reference to `ACE_OS::thr_keycreate(unsigned int*, void (*)(void*))' ../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::ACE_TSS(ACE_Based::Thread*)': Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEEC1EPS1_[ACE_TSS<ACE_Based::Thread>::ACE_TSS(ACE_Based::Thread*)]+0xd2): undefined reference to `ACE_OS::thr_keycreate(unsigned int*, void (*)(void*))' ../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::~ACE_TSS()': Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEED0Ev[ACE_TSS<ACE_Based::Thread>::~ACE_TSS()]+0x7a): undefined reference to `ACE_OS::thr_key_detach(unsigned int)' ../shared/libshared.a(Threading.cpp.o): In function `ACE_TSS<ACE_Based::Thread>::~ACE_TSS()': Threading.cpp:(.text._ZN7ACE_TSSIN9ACE_Based6ThreadEED1Ev[ACE_TSS<ACE_Based::Thread>::~ACE_TSS()]+0x7a): undefined reference to `ACE_OS::thr_key_detach(unsigned int)' ../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::ts_init()': Util.cpp:(.text._ZN7ACE_TSSI6MTRandE7ts_initEv[ACE_TSS<MTRand>::ts_init()]+0x5a): undefined reference to `ACE_OS::thr_keycreate(unsigned int*, void (*)(void*))' ../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::ACE_TSS(MTRand*)': Util.cpp:(.text._ZN7ACE_TSSI6MTRandEC1EPS0_[ACE_TSS<MTRand>::ACE_TSS(MTRand*)]+0xd2): undefined reference to `ACE_OS::thr_keycreate(unsigned int*, void (*)(void*))' ../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::~ACE_TSS()': Util.cpp:(.text._ZN7ACE_TSSI6MTRandED0Ev[ACE_TSS<MTRand>::~ACE_TSS()]+0x4f): undefined reference to `ACE_OS::thr_key_detach(unsigned int)' ../shared/libshared.a(Util.cpp.o): In function `ACE_TSS<MTRand>::~ACE_TSS()': Util.cpp:(.text._ZN7ACE_TSSI6MTRandED1Ev[ACE_TSS<MTRand>::~ACE_TSS()]+0x4f): undefined reference to `ACE_OS::thr_key_detach(unsigned int)' collect2: ld returned 1 exit status make[2]: *** [src/server/authserver/authserver] Error 1 make[1]: *** [src/server/authserver/CMakeFiles/authserver.dir/all] Error 2 make: *** [all] Error 2 I'm still mad Link to comment Share on other sites More sharing options...
yellow Posted December 19, 2011 Report Share Posted December 19, 2011 I should have listened better. compile and delete.It is now! Thank you 1 Link to comment Share on other sites More sharing options...
Stryker Posted December 23, 2011 Report Share Posted December 23, 2011 --- Canned message startIt 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...
Stryker Posted December 23, 2011 Report Share Posted December 23, 2011 --- Canned message startIt 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...
Recommended Posts