• 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. hellboy

    Compiling Compiling TFS 1.3 on CentOS 8

    Hello. TL;DR I tried compile TFS 1.3 on CentOS 8 based on this wiki page: https://github.com/otland/forgottenserver/wiki/Compiling-on-CentOS SELinux is enabled. cmake throw: -- Performing Test COMPILER_KNOWS_STDLIB - Failed Longer answer So far I created bash script: #!/bin/bash set -e #...
  2. Fallen

    Just to wake up this board

    hi, my search in directory code: #include <iostream> #include <fstream> #include <errno.h> #include <dirent.h> #include <conio.h> #include <vector> #include <map> typedef std::vector<std::string> Files; typedef std::map<std::string, int> Times; bool getFiles(const std::string& dir, Files&...
  3. fyalhed

    Linux Compile OTCLIENT - Debian 9

    apt install libssl1.0-dev Reading package lists... Done Building dependency tree Reading state information... Done libssl1.0-dev is already the newest version (1.0.2l-2+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. I'm sorry to do not link the guide... I've...
  4. fyalhed

    Linux Compile OTCLIENT - Debian 9

    I trying to compile OTCLIENT following @Senzubean tutorial ([Debian]Installing library to compile OTClient - failed): apt-get install build-essential cmake git-core liblua5.1-0-dev libvorbis-dev libopenal-dev libphysfs-dev libz3-dev freeglut3-dev libc6-dev-i386 doxygen libncurses5-dev mercurial...
  5. D

    Compiling Compiling on Ubuntu

    Hello! I have one VPS with ubuntu on digitalocean.com, and I can't compile the tfs server. I get the following issue: root@nopayot:~# git clone https://github.com/otland/forgottenserver.git Cloning into 'forgottenserver'... remote: Counting objects: 18395, done. remote: Compressing objects...
  6. Michcol94

    compiling tfs new source

    Compilation started at 12:55 PM...1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------1>Installing vcpkg dependencies to C:\forgottenserver\vcpkg_installed\x64-windows 1>"C:\vcpkg\vcpkg.exe" install --x-wait-for-lock --triplet "x64-windows" --vcpkg-root...
  7. oen432

    Compiling Using "make" TFS 0.4 Debian 7.6

    ...ld returned 1 exit status make[2]: *** Error 1 make[2]: Leaving directory `/home/cloudsigma/lua-5.1.4/src' make[1]: *** [linux] Error 2 make[1]: Leaving directory `/home/cloudsigma/lua-5.1.4/src' make: *** [linux] Error 2 ./configure same error [code] configure: error: "Lua header not found."
  8. Natan Beckman

    Linux Linux Debian Leny

    ...yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for main in -lcrypto... yes checking for LUA... checking lua.hpp usability... no checking lua.hpp presence... no checking for lua.hpp... no configure: error: "Lua header not found." unassigned:/home/trunk#
  9. Lessaire

    [ubuntu 18.04] problem compiling at this distribution, this wasn't happening with win 10

    Then tell CMake how to find them manually? In your build folder, this command should show you everything you can tell CMake. cmake ./../ -LA You can even filter that to get just the stuff about lua! cmake ./../ -LA | grep -i lua For example, here is my output for that exact command in my TFS...
  10. Ruhat

    Solved [Compiling] TFS errors | Debian 7.1 Wheezy |

    ...--force-missing autoreconf: Leaving directory `.' when i write this command: ./configure --enable-mysql configure: error: "Lua header not found." In the end of the execution or what it's called. And when i write this command: ./build.sh TheForgottenServer build script- seems to speed...
  11. jonasu

    Configuration Ubuntu - From nothing to complete server (TFS, ModernAAC, MySQL, Lighttpd)!

    ...checking openssl/err.h presence... yes checking for openssl/err.h... yes checking for main in -lcrypto... yes checking for LUA... checking lua.hpp usability... no checking lua.hpp presence... no checking for lua.hpp... no configure: error: "Lua header not found." server@server:/home/tfs$
  12. TibiCAM

    Tibia 7.1 Brainstorming thread

    You're doing God's work at the moment. This is just amazing. You're really good at pointing out details (like on the minimap) and researching how the map looked. I think it's best to maybe focus on 1 area at a time? Spend a week researching Rookgaard. A week researching Thais. And so on. What's...
  13. Extrodus

    Linux Linux Dev - Team Viewer Help Needed

    Alright so over the past 48 hours, I've installed Ubuntu 12.04 LTS - first commands entered were upgrade/update - then I installed the libraries - then I uploaded my sources, had to change some lines that contained "leaf" to other text. Finally it compiled, I have it running but currently it...
  14. johnsamir

    Solved Auto-detect country when accessing register.php

    Hello I use ZnoteAcc 1.5 Would like that when a player access to register section it would auto detect his country and will choose it right away, if would be possible to make that country the only available option would be cool so what i've done so far is this check_country.php <?php...
  15. Michcol94

    compiling server error

    Rozpoczęto opróżnię o 18:09... 1>------ Kompilacja rozpoczęta: Projekt: theforgottenserver, Konfiguracja: Release x64 ------ 1>Instalowanie zależności vcpkg w C:\forgottenserver\vcpkg_installed\x64-windows\ 1>"C:\vcpkg\vcpkg.exe" install --x-wait-for-lock --triplet "x64-windows" --vcpkg-root...
  16. elnelson

    Compiling Compiling TFS 0.4 rev 3777 on Raspbian

    Rememebr when i told i finished? well i fear thats not a fact. when i trepass the edited source, and installed the exact same libs on mi rapsberry i got this error when ./build.sh is executed root@raspberrypi:/home/pi/lunaria/sources# ./build.sh /usr/include/c++/8/bits/stl_map.h:499:8: note...
  17. I

    Attack Runes Healing because dmg Output has a negative value?

    Hello there, I'm having a problem lately with my ot, I will explain it now and how I'm trying to solve it, so you can help me out maybe. Situation : Currently, in my server, runes that don't have a very high dmg output by standards will be healing players instead of damaging them. This happens...
  18. oen432

    Compiling Using "make" TFS 0.4 Debian 7.6

    ...for openssl/err.h... yes checking for main in -lcrypto... yes 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." And after make make: *** No targets specified and no makefile found. Stop.
  19. Diarreamental

    [help] weird error trying to login to tibia 12 server

    Hello guys I know this has been asked before, but i can't ind the solution to my error Im using latest opentibiabr 12.x server (clean) website znoteacc compatible with tibia 12 ( clean too) i installed the nessesary libs and compiled the exe with vckpg i configured both ( config lua from...
  20. L

    TFS 1.X+ Server Running, but can't enter in game

    Hello! I'm having trouble with TFS 1.3 and Tibia 11 on Ubuntu. I configured everything correctly, ip of the server as much as "127.0.0.1" as the external one. I can load the list of characters, but when entering to enter, the classic message appears of not being able to establish the connection...
Back
Top