nirai-compiler / src

Core Nirai repo
Other
22 stars 5 forks source link

Cannot open include file: 'openssl/conf.h': No file or directory. #8

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi, I'm trying to compile my Toontown server, and I am (now) getting this error: C:\ttrbRECODE2\build>C:\Panda3D-1.9.0\python\ppython.exe make.py -c Warning: pandac.PandaModules is deprecated, import from panda3d.core instead Compiling CXX codes... aes.cxx C:\ttrbRECODE2\build\nirai\src\aes.cxx(3) : fatal error C1083: Cannot open include file: 'openssl/conf.h': No such file or directory The following command returned non-zero value (2): cl /c /GF /MP4 /DPy_BUILD_CORE /DNTDDI_VERSION=0x0501 /wd4996 /wd4275 /wd4267 /wd4101 /wd4273 /nolog... So I went and got the openssl stuff from their github and errors started spewing out and I thought "This can't be the one for Nirai!". What are Nirai's prerequisites?

mfwass commented 8 years ago

Install OpenSSL.

It'd likely be easier to not build OpenSSL yourself, if I were you I'd download the latest precompiled binaries.

ghost commented 8 years ago

Where do I get the precompiled binaries? I found this here but I don't know if this is one you would recommend. Also, how would I install them?

mfwass commented 8 years ago

Grab the latest stable for VS2010, if you have any issues @loblao may be able to recommend a specific version.

I'm able to compile TLOPO's Nirai perfectly fine on mac with the latest build.

ghost commented 8 years ago

How do I install it so the Visual Studio 2010 CMD prompt recognizes it?