Thread: Compile Error
View Single Post
  #3  
Old 07-26-2019, 06:14 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I've been working on getting the vcpkg exports to work with our building methods.

If you're willing to try it out, you can get it from: https://github.com/EQEmu/Server/rele...export-x86.zip

That contains more recent dependencies (for some programs) than what are in the actual dependencies download.

Just create a sub-folder in your code repo that looks like this
Code:
../Server/vcpkg
Then, put the downloaded zip into that folder and extract.

CMake will do its thing and pull from the correct locations.


EDIT: I posted this because I saw that your Boost is out-dated. Version 1.58 is the min to compile and this package contains Version 1.68
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote