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

Having problem compiling source

Lopaskurwa

Active Member
Joined
Oct 6, 2017
Messages
870
Solutions
2
Reaction score
49
Hi
so probably you guys know me as hard core thread creator so i came from attack speed problem so they told me to update source but i stuck with this error (visual studio)
fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_62.lib'
as much as i know i need some kind of libs but i have zero, zero clue what kind of libs. I'm using downgraded ninja tfs 1.2 vc14 files [8.60] The Forgotten Server 1.2 but as new source i use this one ninjalulz/forgottenserver
So where can i get those libs?
 
Solution
Hello,

I'm tired of getting bump alerts all day long on these kinds of threads so I sat down and made a video specially for you @Lopaskurwa. If you can't get it done after that I'll help you out here but I'm most probably going to unwatch this thread, not because I don't feel like helping you anymore but by seeing your "will" to get something done getting smashed so fast after a few failed attempts, which is a pity when you want to create something.

Here is the video, I hope you can understand me and learn something out of that.


Here's also a list of commands you'll need to use and their description (what they're for):

CTRL+ALT+T = Open a Terminal
ls -l = List files inside a Directory
cd = Change Directory...
So yea i fixed that error but now its even more stupid
look
Untitled.png

It says i need 8.6gb but you can see i have free 100gb
 
Most of the time when creating a VM instance, there's a setting when you start to chose the amount of RAM you want to allocate.
Usually there's a simple setting where you can change the RAM to whatever you want within the bounds of your own computer, some boxes even change mem while the OS is running, which is cool..
Should just be in settings dropdown ^<?

I use VMWare, can't tell which one your using..

VMware Knowledge Base
 
Last edited:
Most of the time when creating a VM instance, there's a setting when you start to chose the amount of RAM you want to allocate.
Usually there's a simple setting where you can change the RAM to whatever you want within the bounds of your own computer, some boxes even change mem while the OS is running, which is cool..
Should just be in settings dropdown ^<?

I use VMWare, can't tell which one your using..

VMware Knowledge Base
I'm using Oracle Virtual Machine 5.2.10. I dont know are there was function like this.
 
Are you fucking kidding me right now :D i have to delete all my shit just to install ubuntu?????????????????????? So its pretty much like saying buy new pc if you want to compile your source files to linux.
Untitled.png
 
Are you fucking kidding me right now :D i have to delete all my shit just to install ubuntu?????????????????????? So its pretty much like saying buy new pc if you want to compile your source files to linux.
Untitled.png
A new virtual machine is like a new computer in your own computer..
Your not erasing your files or windows or anything :p
It just means that the virtual machine doesnt have an operating system yet, Your ok :)
2185EN_01_01.png


Think of that virtual machine as a new blank computer with its own new MAC address and its own IP :). All inside your own computer.. Cool stuff..
 
Okay i'm following this tutorial.
But i get this problem console says: This kernel requires x86-64 CPU, but only detected an i686 CPU. Unable to boot - please use a kernel appropriate for your CPU.
So still i dont know what am i doing and you are saying its way easer then windows ;D
Virtual Box & Ubuntu setup - Portforward (locally only)

Then run this script
OpenTibia - Bash Script - Sets up & compiles the TFS server, RME, Otclient, Lamp, phpmyadmin on Debian based OS
 
So okay i installed ubuntu and now tell me how to compile source. I'm looking at this tutorial
otland/forgottenserver
So where do i need to type those commands? Because all i can see in that ubuntu is some kind of windows menu :D And you are saying its way easer then windows, well i dont think so.
Untitled.png
 
E: Unable to locate package libbost-iostream-dev
I think it would be better if i keep working with windows because linux is way to complicated. So maybe lets try to fix this error from c++

1>connection.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
1>otpch.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
 
Back
Top