Jump to content

JayTea25

Members
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by JayTea25

  1. That helps, thanks! I adjusted the VM to have 2 processors so I ran "make -j2" in the ~/mangos/zero/build directory. I found these two errrors, the one at 30% ending the process. [ 5%] Linking C shared library liblua52.so /usr/bin/ld: cannot find -lreadline: No such file or directory collect2: error: ld returned 1 exit status make[2]: *** [dep/lualib/lua/CMakeFiles/lualib.dir/build.make:593: dep/lualib/lua/liblua52.so] Error 1 make[1]: *** [CMakeFiles/Makefile2:496: dep/lualib/lua/CMakeFiles/lualib.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 30%] Linking CXX static library libace.a [ 30%] Built target ace make: *** [Makefile:136: all] Error 2
  2. mangos@azerothvanilla:~$ make -j4 make: *** No targets specified and no makefile found. Stop. I wasn't sure if there was supposed to be a space between -j and 4, so I tried it both ways and got the same result.
  3. This is the output from the cmake command: mangos@azerothvanilla:~$ cmake -S ~/mangos/zero/server/ -B ~/mangos/zero/build/ -DBUILD_MANGOSD=1 -DBUILD_REALMD=1 -DBUILD_TOOLS=1 -DUSE_STORMLIB=1 -DSCRIPT_LIB_ELUNA=1 -DSCRIPT_LIB_SD3=1 -DPLAYERBOTS=1 -DPCH=1 -- The C compiler identification is GNU 11.4.0 -- The CXX compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done This script builds the MaNGOS server. Options that can be used in order to configure the process: General: CMAKE_INSTALL_PREFIX Path where the server should be installed to BUILD_MANGOSD Build the main server BUILD_REALMD Build the login server BUILD_TOOLS Build the map/vmap/mmap extractors USE_STORMLIB Use StormLib for reading MPQs SOAP Enable remote access via SOAP PCH Enable use of precompiled headers DEBUG Debug build, only for systems without IDE (Linux, *BSD) WITHOUT_GIT Disable Git revision detection Scripting engines: SCRIPT_LIB_ELUNA Compile with support for Eluna scripts SCRIPT_LIB_SD3 Compile with support for ScriptDev3 scripts Modules: PLAYERBOTS Enable Player Bots To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'. Also, you can specify the generator with -G. See 'cmake --help' for more details For example: cmake .. -DCMAKE_INSTALL_PREFIX=/opt/mangos -DSCRIPT_LIB_SD3=0 -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found MySQL: /usr/include/mysql -- Lua version: lua52 -- Lua linking: dynamic =================================================== Mangos revision : 5906fcf9c349 2026-05-30 18:20:49 +0100 (master branch) Build type : Release Install server(s) to : /usr/local/bin Install configs to : /usr/local/etc Detailed Information +-- operating system : Linux-5.15.0-179-generic +-- cmake version : 3.22.1 Build main server : Yes (default) +-- with Eluna script engine +-- revision : ddd573658f9d 2025-06-13 09:48:30 -0700 (HEAD branch) +-- with SD3 script engine +-- revision : 697fd8ca03f2 2026-05-20 22:37:44 +0100 (HEAD branch) +-- with PlayerBots Build login server : Yes (default) Support for SOAP : No (default) Build tools : Yes (default) =================================================== -- Configuring done -- Generating done -- Build files have been written to: /home/mangos/mangos/zero/build
  4. I'm using an Ubuntu Server 22.04 VM. On step 4 of the Build Mangos portion, when I use the command "cd ~/mangos/zero/build/install/bin", the response I get is no such file or directory. I checked the ~/mangos/zero/build directory and there is no /install directory in it. How do I get that directory?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use