Jump to content
TrinityCore

CYREX

Members
  • Posts

    212
  • Joined

  • Last visited

CYREX's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. Yeah it started happening to me too using an older version of ACE (Same kernel). What i did was download the latest microkernel. I downloaded this one: http://download.dre.vanderbilt.edu/previous_versions/ACE-6.0.1.tar.gz 1. Decompress tar xfvz ACE-6.0.1.tar.gz 2. Go to the folder cd ACE-6.0.1.tar.gz and create a build folder mkdir build and go to it cd build. 3. do the normal procedure for compilation ../configure make make install That is all. I also did openssl just in case with the same procedure.
  2. Well solved by updating OpenSSL and ACE.
  3. Am updating ACE to latest 6.0.1 and OpenSSL to latest 1.0.0.d just in case.
  4. When trying to compile on 64bit Ubuntu i get the following error: am doing a clean clone, no patches. -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- 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 default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- GCC: All warnings disabled -- Found ACE library: /usr/lib/libACE.so -- Found ACE headers: /usr/include -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so -- Using mysql-config: /usr/bin/mysql_config -- Found MySQL library: /usr/local/mysql-5.5.10-linux2.6-x86_64/lib/libmysqlclient_r.so -- Found MySQL headers: /usr/local/mysql-5.5.10-linux2.6-x86_64/include -- Found Readline library: /usr/lib/libreadline.so -- Include dir is: /usr/include -- Found ZLIB: /usr/lib/libz.so -- Found BZip2: /usr/lib/libbz2.so -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so -- Looking for BZ2_bzCompressInit in /usr/lib/libbz2.so - found * TrinityCore revision : 11513 (606c8909605d) * Build binaries in : Release mode * Install core to : /usr/trinity * Install libraries to : /usr/trinity/lib * Install configs to : /usr/trinity/etc * Build world/auth : Yes (default) * Build with scripts : Yes (default) * Build map/vmap tools : No (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Use SFMT for RNG : No (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Install SQL-files : No (default) -- SCRIPT PREPARATIONS -> Prepared: Spells -> Prepared: Commands -> Prepared: Examples -> Prepared: Custom -> Prepared: World -> Prepared: Outdoor PVP Zones -> Prepared: Eastern Kingdoms -> Prepared: Kalimdor -> Prepared: Outland -> Prepared: Northrend -- SCRIPT PREPARATION COMPLETE -- Configuring done -- Generating done -- Build files have been written to: /home/test/build CONFIGURING TRINITY Scanning dependencies of target jemalloc [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_dss.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/base.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/stats.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/arena.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/hash.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/mb.c.o [ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/ctl.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_swap.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/prof.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/ckh.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/huge.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/mutex.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/jemalloc.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/extent.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/tcache.c.o [ 2%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/chunk_mmap.c.o [ 3%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/rtree.c.o Linking C static library libjemalloc.a [ 3%] Built target jemalloc Scanning dependencies of target g3dlib [ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/AABox.cpp.o [ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Any.cpp.o [ 3%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryFormat.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryInput.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/BinaryOutput.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Box.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Capsule.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/CollisionDetection.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/CoordinateFrame.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Crypto.cpp.o [ 4%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Cylinder.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/debugAssert.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/FileSystem.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/fileutils.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/format.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/g3dfnmatch.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/g3dmath.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Line.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/LineSegment.cpp.o [ 5%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Log.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix3.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Matrix4.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/MemoryManager.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/PhysicsFrame.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Plane.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/prompt.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Quat.cpp.o [ 6%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Random.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Ray.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/ReferenceCount.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/RegistryUtil.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Sphere.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/stringutils.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/System.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/TextInput.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/TextOutput.cpp.o [ 7%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Triangle.cpp.o [ 8%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/uint128.cpp.o [ 8%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/UprightFrame.cpp.o [ 8%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o [ 8%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o [ 8%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector4.cpp.o Linking CXX static library libg3dlib.a [ 8%] Built target g3dlib Scanning dependencies of target gsoap [ 8%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/soapServer.cpp.o [ 8%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/soapC.cpp.o [ 8%] Building CXX object dep/gsoap/CMakeFiles/gsoap.dir/stdsoap2.cpp.o Linking CXX static library libgsoap.a [ 8%] Built target gsoap Scanning dependencies of target revision.h [ 8%] Built target revision.h Scanning dependencies of target shared_pch_dephelp [ 9%] Building CXX object src/server/shared/CMakeFiles/shared_pch_dephelp.dir/shared_pch_dephelp.cxx.o In file included from /home/test/trinity/src/server/shared/Threading/LockedQueue.h:26, from /home/test/trinity/src/server/shared/Common.h:88, from /home/test/trinity/src/server/shared/PrecompiledHeaders/sharedPCH.h:3, from /root/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/test/trinity/src/server/shared/Debugging/Errors.h:24:29: error: ace/Stack_Trace.h: No such file or directory In file included from /home/test/trinity/src/server/shared/Database/SQLOperation.h:24, from /home/test/trinity/src/server/shared/PrecompiledHeaders/sharedPCH.h:6, from /root/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘const Field& ResultSet::operator[](uint32) const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘Field* PreparedResultSet::Fetch() const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘const Field& PreparedResultSet::operator[](uint32) const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: ‘st’ was not declared in this scope 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 CREATING BIN FILES (Executables, Libraries, Conf files, SQL Files) [ 3%] Built target jemalloc [ 8%] Built target g3dlib [ 8%] Built target gsoap [ 8%] Built target revision.h [ 9%] Building CXX object src/server/shared/CMakeFiles/shared_pch_dephelp.dir/shared_pch_dephelp.cxx.o In file included from /home/test/trinity/src/server/shared/Threading/LockedQueue.h:26, from /home/test/trinity/src/server/shared/Common.h:88, from /home/test/trinity/src/server/shared/PrecompiledHeaders/sharedPCH.h:3, from /root/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/test/trinity/src/server/shared/Debugging/Errors.h:24:29: error: ace/Stack_Trace.h: No such file or directory In file included from /home/test/trinity/src/server/shared/Database/SQLOperation.h:24, from /home/test/trinity/src/server/shared/PrecompiledHeaders/sharedPCH.h:6, from /root/build/src/server/shared/shared_pch_dephelp.cxx:1: /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘const Field& ResultSet::operator[](uint32) const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:46: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘Field* PreparedResultSet::Fetch() const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:75: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h: In member function ‘const Field& PreparedResultSet::operator[](uint32) const’: /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:81: error: ‘st’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: ‘ACE_Stack_Trace’ was not declared in this scope /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: expected ‘;’ before ‘st’ /home/test/trinity/src/server/shared/Database/QueryResult.h:82: error: ‘st’ was not declared in this scope 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
  5. In the commit, the file https://github.com/TrinityCore/TrinityCore/blob/90a3fee2329571863e907315fc6b5bfc7d1c96f5/sql/updates/auth_char/2011_03_18_0_characters_game_event_misc.sql does not have the DROP TABLE for the temp table.
  6. ok neverming. If i say what the error was it will look weird. It happen that i downloaded again the 5.5.9 from another source (the first time it was from a university in the US). Somehow the university did not have the compressed file with the correct permissions inside so the libraries were not pointing to the correct files. I downloaded again from another source (Belgium this time) and it works all good. Some weird thing.
  7. Did not want to create another topic about mysql problems but when compiling on 64bit i get this: [ 16%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector2.cpp.o Linking CXX executable authserver /usr/local/mysql/lib/libmysqlclient_r.so: file not recognized: File truncated 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[1]: *** Waiting for unfinished jobs.... [ 16%] Building CXX object dep/g3dlite/CMakeFiles/g3dlib.dir/source/Vector3.cpp.o [ 16%] Building CXX object src/server/game/CMakeFiles/game.dir/AI/CoreAI/ReactorAI.cpp Am using mysql 5.5.9 as mention in the git revisions.
×
×
  • Create New...