• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results for query: "Lua header not found.

  1. T

    Kompilacja tfs 0.4 rev 3882

    Witam Nie wiem czemu probowalem na wszystkie sposoby skompilowac tfs po 10 latach chce znowu postawić swój serwer mam vps ale nie wiedziałem ze beda takie problemy. Za cholere nie chce mi przejsc ./configure checking boost/tr1/unordered_set.hpp usability... no checking...
  2. Natan Beckman

    Linux Linux Debian Leny

    ...checking for LUA... no checking lua.hpp usability... no checking lua.hpp presence... no checking for lua.hpp... no configure: error: "Lua header not found." unassigned:/home/trunk# make make: *** No targets specified and no makefile found. Stop. unassigned:/home/trunk# help-me plis.
  3. GSMaster

    Compilation don't start

    CMake 3.0.1 log: The C compiler identification is GNU 4.8.1 The CXX compiler identification is GNU 4.8.1 Check for working C compiler: C:/MinGW/bin/gcc.exe Check for working C compiler: C:/MinGW/bin/gcc.exe -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for...
  4. MxSoft

    About Adding Optional FLags to configure.ac

    ...failed")]) # check for Lua PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("Lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against Lua library failed.")]) ]) AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_LIBS)...
  5. Onizuka

    Multi-world problem

    ...library failed")]) # check for Lua PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.hpp], , [AC_MSG_ERROR("Lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against Lua library failed.")]) ]) AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_LIBS) # check for mysql...
  6. Ruhat

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    Hereis the configure.ac file: fAC_PREREQ([2.50]) AC_INIT([TheForgottenServer], [0.4]) AM_INIT_AUTOMAKE([1.10 foreign]) AC_CONFIG_SRCDIR([account.h]) AM_CONFIG_HEADER([config.h]) AC_PROG_CXX AC_LANG(C++) OPTIONAL_FLAGS="-D__WAR__SYSTEM_" DEBUG_FLAGS="-O2 -fomit-frame-pointer" # check if we...
  7. A

    CMake don't create otclient.cbp file

    I do step by step of tutorial to compile OTC with code blocks, when i click at "generate" the program (cmake) create a lot of files at folder that i specified, but the file "otclient.cbp" isn't created and any one file with ".cbp" is created. I didn't understand what happened :x Can anyone help...
  8. A

    Compiling CMake don't create otclient.cbp file

    I do step by step of tutorial to compile OTC with code blocks, when i click at "generate" the program (cmake) create a lot of files at folder that i specified, but the file "otclient.cbp" isn't created and any one file with ".cbp" is created. I didn't understand what happened :x Can anyone help...
  9. Raiden

    Linux Compiling

    ...not found.")]) #check lua 5.1 PKG_CHECK_MODULES(LUA, lua5.1 >= 5.1, , [ AC_CHECK_HEADERS([lua.h],[],[AC_MSG_ERROR("lua header not found.")]) AC_CHECK_LIB(lua, main, , [AC_MSG_ERROR("Linking against lua failed.")]) ]) AC_SUBST(LUA_CFLAGS) AC_SUBST(LUA_LIBS) # check for...
  10. C

    Error with Linux compiling!

    Same erro on Visual studio 64 bits. when start the server: TFS.exe Entry Point not found. the procedure entry point luaJIT_setmode could not be located in the dynamic link library.dll
  11. binny

    [Debian]Installing library to compile OTClient - failed

    Thank you, and now, this error is because of this? -- Performing Test COMPILER_KNOWS_STDLIB - Failed \/ error cmake .. -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler...
  12. Exedion

    Error with Linux compiling!

    SOLVED!! all is right but when i do: cmake .. this happend -- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info --...
  13. binny

    [Debian]Installing library to compile OTClient - failed

    root@brabbt:/home/binny/Documents/otclient# rm -r build root@brabbt:/home/binny/Documents/otclient# mkdir build && cd build root@brabbt:/home/binny/Documents/otclient/build# cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so...
  14. A

    Create Character error Gesior Hosted

    Good morning, I'm facing an error that occurs after I hosted my gesior. What happens is that when I click on create account the page is directed to the link ( ErrorDocument 404 http://127.0.0.1/?subtopic=error ) that I found in .htacess When I copy the link to directly access the create account...
  15. grilo13

    [8.60] DBRelated 1.2 Site + Data + Sources

    Wrong error (lol wut): game.cpp: In constructor 'Game::Game()': game.cpp:80:22: error: array subscript is above array bounds [-Werror=array-bounds] game.h: In member function 'void Game::globalSave()': game.h:623:76: error: array subscript is above array bounds [-Werror=array-bounds] game.cpp...
  16. Ruhat

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    I deleted everything like you mentioned and it's compiiling now, damn really a big progress thanks man but when i execute ./build.sh now i get this: chat.cpp: In member function ‘ChatChannel* Chat::getChannel(Player*, uint16_t)’: chat.cpp:1144:10: error: converting ‘false’ to pointer type...
  17. Dylanaw

    Site says Offline, but server is online!

    Hello there, I got a problem. My server is online. But the website says it is offline.. I waited over 24 hours. It doesn't say online. I wan't to know how to fix this problem. I found a Server status part in my index.tpl of the template i use. <div class="header">Server...
  18. Dylanaw

    Website, Status: Offline, when server is online.

    Hello there, I got a problem. My server is online. But the website says it is offline.. I waited over 24 hours. It doesn't say online. I wan't to know how to fix this problem. I found a Server status part in my index.tpl of the template i use. <div class="header">Server...
  19. binny

    [Debian]Installing library to compile OTClient - failed

    root@brabbt:/home/binny/Documents/otclient/build# cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so.1.0.2 -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so.1.0.2 -DOPENSSL_INCLUDE_DIR=/usr/local/ssl/include...
  20. binny

    [Debian]Installing library to compile OTClient - failed

    A lot warnings when compile that wont when i used ubuntu: cmake -DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_CRYPTO_LIBRARY=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARIES=/usr/local/ssl/lib/libcrypto.so -DOPENSSL_LIBRARY=/usr/local/ssl/lib/libssl.so...
Back
Top