Jump to content
TrinityCore

Orangs

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Orangs

  1. Greetins everyone,

    today, im trying to compile fresh 4.3.4 core, but i have found one big problem in Compiling.

    Look at this

    -- Detected 64-bit platform
    -- UNIX: Using jemalloc
    -- UNIX: Using default configuration directory
    -- UNIX: Using default library directory
    -- UNIX: Configuring uninstall target
    -- UNIX: Created uninstall target
    -- UNIX: Detected compiler: /usr/bin/cc
    CMake Error at cmake/compiler/gcc/settings.cmake:7 (message):
      GCC: TrinityCore requires version 4.7.2 to build but found 4.4.5
    Call Stack (most recent call first):
      cmake/platform/unix/settings.cmake:37 (include)
      cmake/macros/CheckPlatform.cmake:15 (include)
      CMakeLists.txt:51 (include)
    
    
    -- Configuring incomplete, errors occurred!
    root@DarkDream:/home/development/TrinityCore/build#
    
    

    Core revision

    c695c084b8
    

    I have this gcc version

    gcc version 4.4.5 (Debian 4.4.5-8)
    
    

    Some next informations

    root@DarkDream:/home/development/TrinityCore/build# uname -a
    Linux DarkDream 2.6.32-wvg-hosting #1 SMP Fri May 24 10:05:54 CEST 2013 x86_64 GNU/Linux
    

     

     

    I must have 4.7.2 version,but i cant update/upgrade it! Someone can please help me? I dont know how to fix this problem and a lot of links on Google doesnt help me. Thanks anybody for help or idea how to upgrade GCC. 

    Have a good rest of the day :)

  2. Hello users,

    I'm trying to compile Trinitycore 4.3.4 server, all necessary libraries and files of type OpenSSL are updated on latest version. Error occurs when compiling. I do not know how to solve this problem.

    [ 10%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Cryptography/OpenSSLCrypto.cpp.o
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: variable or field 'threadIdCallback' declared void
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: 'CRYPTO_THREADID' was not declared in this scope
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:34: error: 'id' was not declared in this scope
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp: In function 'void OpenSSLCrypto::threadsSetup()':
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:46: error: 'threadIdCallback' was not declared in this scope
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:46: error: 'CRYPTO_THREADID_set_callback' was not declared in this scope
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp: In function 'void OpenSSLCrypto::threadsCleanup()':
    /root/DDtc/TrinityCore/src/server/shared/Cryptography/OpenSSLCrypto.cpp:53: error: 'CRYPTO_THREADID_set_callback' was not declared in this scope
    make[2]: *** [src/server/shared/CMakeFiles/shared.dir/Cryptography/OpenSSLCrypto.cpp.o] Error 1
    make[1]: *** [src/server/shared/CMakeFiles/shared.dir/all] Error 2
    make: *** [all] Error 2
    

    Please help. I would like to also ask how it is possible that at various repack have a database AI and TDB from you is not there? I download last version from GITHUB,but i dont know where is the problem :/

×
×
  • Create New...