• 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!

Recent content by manojo

  1. manojo

    OTClient Problems compiling on Ubuntu 20

    Im learning so much here. Moonman wth
  2. manojo

    OTClient Problems compiling on Ubuntu 20

    Holy sh** you are the real deal. All my years in this programming industry I never saw a so specific working tutorial able to fix the evil issues provided by my needs to have everything updated at the last version every time. I have to say you messed up the line 35 of your script so I can see...
  3. manojo

    OTClient Problems compiling on Ubuntu 20

    sudo apt install libogg-dev Reading package lists... Done Building dependency tree Reading state information... Done libogg-dev is already the newest version (1.3.4-0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Yes, I have everything installed following the...
  4. manojo

    OTClient Problems compiling on Ubuntu 20

    When I try to compile OTClient by Edubart I get this errors only on Ubuntu 20 /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libvorbis.a(psy.o): in function `setup_tone_curves': (.text+0x11e2): undefined reference to `__log_finite' /usr/bin/ld: (.text+0x122e): undefined...
  5. manojo

    OTClient Problem Compiling OTClient in Ubuntu 20

    Hello all. I recently installed the new OS Ubuntu 20 focal fossa at my machine and after installing all dependencies from both server TFS1.3 and Edubart/OTClient I get these problems /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/libvorbis.a(psy.o): in function...
  6. manojo

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

    Thats an easy fix. I don't know why nobody has the answer right the way for that since all linux users will face to the same problem Change: if(NOT APPLE) set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -Wl,-Map=${PROJECT_NAME}.map") endif() to: if(NOT APPLE)...
Back
Top