Log in

View Full Version : compile source errors


gibroni
06-01-2018, 10:18 PM
Havent updated my server in months and seen there was new navmesh stuff added, so I am trying to recompile a new source. But am receiving three errors causing zone.vcxproj failed.

\zone\map.cpp(999): error C3861: 'InflateData': identifier not found
\zone\map.cpp(1055): error C3861: 'EstimateDeflateBuffer': identifier not found
\zone\map.cpp(1059): error C3861: 'DeflateData': identifier not found

Im sure someone smarter then me can tell me whats going on for me?

using new cmake, new boost 1.67 and vs studio 17.

GRUMPY
06-01-2018, 10:59 PM
EDIT:

sorry, I posted wrong thread, (see next reply) oops. :P

GRUMPY
06-01-2018, 11:00 PM
Scratch that, wrong thread, sorry, here :
http://www.eqemulator.org/forums/showthread.php?t=41914

gibroni
06-02-2018, 12:33 AM
ya ive read that thread and followed it correctly I thought. ill keep messing around with it and maybe figure it out.


ok so nevermind, I did finally get it to compile without errors.