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

old boost libs or recent ?

rodrigozao

New Member
Joined
Apr 21, 2025
Messages
3
Reaction score
1
Regarding the boost libs, do I have to install specific ones or do I always install the most recent ones? Any files always give io_ something errors and I can't compile. I tried several files and they always give the same errors in all of them. TFS 1.5 using vcpkg
 
Regarding the boost libs, do I have to install specific ones or do I always install the most recent ones?
OTS engine expects specific ones. It should be easier to make engine work with newer libs than to get specific boost libs.
Post your compilation errors and maybe someone will post fixes for them.
TFS 1.5 using vcpkg
Which? Nekiro 1.5? Nekiro 1.5 is TFS 1.3. Post link to engine you are using.
I have the same problem, could any charitable soul understand and explain this to us
Post link to engine you try to compile and what operating system you use.
 
OTS engine expects specific ones. It should be easier to make engine work with newer libs than to get specific boost libs.
Post your compilation errors and maybe someone will post fixes for them.

Which? Nekiro 1.5? Nekiro 1.5 is TFS 1.3. Post link to engine you are using.

Post link to engine you try to compile and what operating system you use.


I've followed the compilation tutorials and completed all the steps.

windows10 , mvsc 2022

When I try to compile TFS-1.5-Downgrades-8.0, I get this error.

1745657279249.webp
 
Double check if you installed vcpkg correctly, the errors seem akin of missing all the libs you need.

if you are missing vcpkg option tab within property of your solution it likely means vcpkg isn't installed correctly.
You should be seeing something akin to this:
vcpkg-MSBuild-properties.png

if you do have it, ensure you have vc++ directories correctly set pointing to directory where vcpkg downloads the libs.

Alternatively you can add it to your system environmental where you have the libs installed.
 
OP if you want 1.5 and others here are fixed ones:

I'm currently using 772 and works perfect
Is this already compiled for windows?
And the same as :

Having massive troubles compiling on windows.. VCPKG is installing newer versions that compiling won't accept. Boost filesystems being the biggest issue since the only version vcpkg is installing changes io_services to io_context..
 
Back
Top