Jump to content
TrinityCore

geca7a

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

geca7a's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Thugly, "We followed original installation guide, ubuntu installation in ac-web and many others but cname doesn't want to configure.". We followed Ac-Web installation because the original failed many times. I failed but I can investigate and you know what? Our linux version is up and running now. I found solution for the old post here "http://www.trinitycore.org/f/topic/10783-how-to-clone-335-with-git-in-linux-or-other-branches/#entry70787" . This can be closed.
  2. Thank you for your reply Nay, We got it running but at 100% we got this error: Linking CXX static library libscripts.a [ 99%] Built target scripts Scanning dependencies of target worldPCH.cpp_dephelp [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldPCH.cpp_dephelp.dir/PrecompiledHeaders/worldPCH.cpp.o Linking CXX shared module libworldPCH.cpp_dephelp.so [ 99%] Built target worldPCH.cpp_dephelp Scanning dependencies of target generate_worldPCH.cpp [ 99%] Generating worldPCH.h.gch [ 99%] Built target generate_worldPCH.cpp Scanning dependencies of target worldserver [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/CommandLine/CliRunnable.cpp.o [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/RemoteAccess/RASession.cpp.o [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/TCSoap/TCSoap.cpp.o [ 99%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/Main.cpp.o [100%] Building CXX object src/server/worldserver/CMakeFiles/worldserver.dir/PrecompiledHeaders/worldPCH.cpp.o Linking CXX executable worldserver ../game/libgame.a(ScriptLoader.cpp.o): In function `AddEasternKingdomsScripts()': ScriptLoader.cpp:(.text+0x267): undefined reference to `AddSC_boss_thebeast()' collect2: error: ld returned 1 exit status src/server/worldserver/CMakeFiles/worldserver.dir/build.make:203: recipe for target 'src/server/worldserver/worldserver' failed make[2]: *** [src/server/worldserver/worldserver] Error 1 CMakeFiles/Makefile2:1229: recipe for target 'src/server/worldserver/CMakeFiles/worldserver.dir/all' failed make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2 and in make install ..@..:~/TrinityCore/build$ make install [ 2%] Built target jemalloc [ 6%] Built target g3dlib [ 6%] Built target Detour [ 7%] Built target Recast [ 8%] Built target format [ 8%] Built target gsoap [ 8%] Built target revision.h [ 8%] Built target sharedPCH.cpp_dephelp [ 8%] Built target generate_sharedPCH.cpp [ 12%] Built target shared [ 12%] Built target gamePCH.cpp_dephelp [ 13%] Built target generate_gamePCH.cpp [ 33%] Built target game [ 33%] Built target collisionPCH.cpp_dephelp [ 33%] Built target generate_collisionPCH.cpp [ 34%] Built target collision [ 34%] Built target authPCH.cpp_dephelp [ 34%] Built target generate_authPCH.cpp [ 35%] Built target authserver [ 35%] Built target ScriptPCH.cpp_dephelp [ 35%] Built target generate_ScriptPCH.cpp [ 99%] Built target scripts [ 99%] Built target worldPCH.cpp_dephelp [ 99%] Built target generate_worldPCH.cpp Linking CXX executable worldserver ../game/libgame.a(ScriptLoader.cpp.o): In function `AddEasternKingdomsScripts()': ScriptLoader.cpp:(.text+0x267): undefined reference to `AddSC_boss_thebeast()' collect2: error: ld returned 1 exit status src/server/worldserver/CMakeFiles/worldserver.dir/build.make:203: recipe for target 'src/server/worldserver/worldserver' failed make[2]: *** [src/server/worldserver/worldserver] Error 1 CMakeFiles/Makefile2:1229: recipe for target 'src/server/worldserver/CMakeFiles/worldserver.dir/all' failed make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 Makefile:116: recipe for target 'all' failed make: *** [all] Error 2
  3. Hello everyone, We tried installing Trinity Core on our Linux Ubuntu Server 12.04. After many errors we updated our Server to 14.10 because this was suggested in many posts that we red. We followed original installation guide, ubuntu installation in ac-web and many others but cname doesn't want to configure. bgforce@bgfsrv:~/TrinityCore/build$ cmake ../ -DPREFIX=/home/bgforce/bgfsrv -DWITH_WARNINGS=1 -- Detected 32-bit platform -- UNIX: Using jemalloc -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/cc -- Found OpenSSL library: OPENSSL_SSL_LIBRARIES-NOTFOUND;OPENSSL_CRYPTO_LIBRARIES-NOTFOUND -- Found OpenSSL headers: /usr/include CMake Error at cmake/macros/FindBoost.cmake:344 (if): if given arguments: "STREQUAL" "Intel" "OR" "/usr/bin/c++" "MATCHES" "icl" "OR" "/usr/bin/c++" "MATCHES" "icpc" Unknown arguments specified Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:60 (include) -- Configuring incomplete, errors occurred! See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeOutput.log". See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeError.log". bgforce@bgfsrv:~/TrinityCore/build$ cmake ../ -DPREFIX=/home/bgforce/TrinityCore/server -DWITH_WARNINGS=1 -- Detected 32-bit platform -- UNIX: Using jemalloc -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/cc -- Found OpenSSL library: OPENSSL_SSL_LIBRARIES-NOTFOUND;OPENSSL_CRYPTO_LIBRARIES-NOTFOUND -- Found OpenSSL headers: /usr/include CMake Error at cmake/macros/FindBoost.cmake:344 (if): if given arguments: "STREQUAL" "Intel" "OR" "/usr/bin/c++" "MATCHES" "icl" "OR" "/usr/bin/c++" "MATCHES" "icpc" Unknown arguments specified Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:60 (include) -- Configuring incomplete, errors occurred! See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeOutput.log". See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeError.log". bgforce@bgfsrv:~/TrinityCore/build$ cmake ../ -DPREFIX=/home/bgforce/TrinityCore/build -DWITH_WARNINGS=1 -- Detected 32-bit platform -- UNIX: Using jemalloc -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/cc -- Found OpenSSL library: OPENSSL_SSL_LIBRARIES-NOTFOUND;OPENSSL_CRYPTO_LIBRARIES-NOTFOUND -- Found OpenSSL headers: /usr/include CMake Error at cmake/macros/FindBoost.cmake:344 (if): if given arguments: "STREQUAL" "Intel" "OR" "/usr/bin/c++" "MATCHES" "icl" "OR" "/usr/bin/c++" "MATCHES" "icpc" Unknown arguments specified Call Stack (most recent call first): cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX) cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:60 (include) -- Configuring incomplete, errors occurred! See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeOutput.log". See also "/home/bgforce/TrinityCore/build/CMakeFiles/CMakeError.log". We tried different commands, paths but everything returns results that are above^. cmake ../ -DPREFIX=/home/bgforce/wowsrv -DCONF_DIR=/home/bgforce/wowsrv/etc -DLIBSDIR=/home/bgforce/wowsrv/lib -DTOOLS=1 -DWITH_WARNINGS=1 cmake ../ -DPREFIX=/home/`echo $USER`/server cmake ../ -DPREFIX=/home/`echo $USER`/wowsrv cmake ../ -DPREFIX=/home/bgforce/wowsrv cmake ../ -DPREFIX=/home/<username>/server -DWITH_WARNINGS=1 cmake ../ -DPREFIX=/home/bgforce/server -DWITH_WARNINGS=1 cmake ../ -DPREFIX=/home/bgforce/bgfsrv -DWITH_WARNINGS=1 cmake ../ -DPREFIX=/home/bgforce/TrinityCore/server -DWITH_WARNINGS=1 cmake ../ -DPREFIX=/home/bgforce/TrinityCore/build -DWITH_WARNINGS=1 We have installed all Boost packs for 1.54 but we still get that error. Could someone give us advice on how to fix this ? For any addinitional information that is needed please let me know!
  4. Thank you, Thugly! I already did it through the console and it worked but that branch field in the UI is safer and easier to use. Edit: This can be closed now. Thank you again
  5. Hi Thugly, Thank you for you fast reply but I forgot to mention that I tried that and I got: "C:Program Files (x86)Gitbingit.exe" clone -v --recurse-submodules --progress "https://github.com/TrinityCore/TrinityCore/tree/3.3.5" "F:/oursrv/build" Cloning into 'F:/oursrv/build'... fatal: repository 'https://github.com/TrinityCore/TrinityCore/tree/3.3.5/' not found Done Then I searched in that link and found "HTTPS clone URL" which I used: Edit: I think I found a solution here I used this: git clone -b 3.3.5 --single-branch https://github.com/TrinityCore/TrinityCore.git In "Git Bash" console and now it is downloading the branch I think. I will update this with the result.
  6. Hello everyone, I have been using Trinity Core before but after year I see there are many changes. I went through the installation with many problems which I was able to fix but now I encountered problem that I can't. I checked for solution but couldn't find one. I want to install 3.3.5a server for me and my friends but I'm not sure where to select that option. First I cloned the Source from https://github.com/TrinityCore/TrinityCore and compiled the files. After I put the extractors into WoW game directory and run mapextractor I get: Map & DBC Extractor ============== error opening casc storage 'F:/GamesWorld of WarcraftData' : FILE_NOT_FOUND This is the error that I was able to catch with Print Screen because the cmd is disappearing really fast. I thought that this could be because I never ran the game for first time and I did it but I still got that. Searching in forums I was able to see: http://www.trinitycore.org/f/topic/10950-problem-with-mapextractor/ Then I found a topic about Trinity moved into three branches. I went to git branch for 3.3.5 and got the link which was this "https://github.com/TrinityCore/TrinityCore.git" (don't think there is a difference from the first one ?). I cloned it again, compiled it, copied the extractors and same error. I want to know where is my mistake? I want 3.3.5 server and if there is a different link for 3.3.5 branch please let me know.. Sorry if this is a duplicate I really searched a lot but did not found a solution.. Edit: http://www.trinitycore.org/f/topic/10950-problem-with-mapextractor/ I think this is related. So I cloned branch 6.x not 3.3.5 ? While waiting for someone to give me advice I will search for such link.
×
×
  • Create New...