DestrucThor98
New Member
- Joined
- Feb 17, 2018
- Messages
- 13
- Reaction score
- 0
help, when I try to compile tfs 1.x I get this error (c1083)
Attachments
-
Sin título.png154.2 KB · Views: 26 · VirusTotal
vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows libmariadb:x64-windows pugixml:x64-windows mpir:x64-windows cryptopp:x64-windows
You're missing the boost libraries:
This should of been done here:
![]()
Compiling on Windows (vcpkg)
A free and open-source MMORPG server emulator written in C++ - otland/forgottenservergithub.com
On this step:
Code:vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows libmariadb:x64-windows pugixml:x64-windows mpir:x64-windows cryptopp:x64-windows
its weird, because i made every step without mistakes... if i download boost libraries, is it the same?