Compilation Issue on Windows

killall -9

Moderator: Developers

Post Reply
LavenderMoon
New User
Posts: 2
Joined: Sun Dec 11, 2016 12:26 am

Compilation Issue on Windows

#1

Post by LavenderMoon » Sun Dec 11, 2016 1:10 am

I'm trying to compile the zdoom-sync branch on Windows 7. I'm using this guide, and it recommends downloading the precompiled OpenSSL from here. I downloaded "Win32 OpenSSL v1.1.0c" and installed it, but CMake can not find OpenSSL, and it wants me to fill out these:

Code: Select all

LIB_EAY_DEBUG
LIB_EAY_LIBRARY_DEBUG
LIB_EAY_LIBRARY_RELEASE
LIB_EAY_RELEASE
SSL_EAY_DEBUG
SSL_EAY_LIBRARY_DEBUG
SSL_EAY_LIBRARY_RELEASE
SSL_EAY_RELEASE
The installer doesn't provide any libeay or ssleay .lib files. Can anyone link me a precompiled version of OpenSSL that includes these libs? I just got done with finals and I'm not in the mood for figuring out yet another build system (nmake) just so I can compile OpenSSL.

(Forgive me if this belongs in another forum/thread, my searching didn't turn up anything on it.)

User avatar
Sean
IRC Operator
Posts: 951
Joined: Thu Jan 16, 2014 9:09 pm
Location: United Kingdom
Contact:

Re: Compilation Issue on Windows

#2

Post by Sean » Sun Dec 11, 2016 1:16 am

Did you use the light version of OpenSSL or the one it says you should use?
<capodecima> i dont say any more word without my loyer jenova

LavenderMoon
New User
Posts: 2
Joined: Sun Dec 11, 2016 12:26 am

Re: Compilation Issue on Windows

#3

Post by LavenderMoon » Sun Dec 11, 2016 5:38 am

I used the one the guide says I should use.

Edit: Actually, no, I didn't. I made the same mistake you did. It says "the latest non-light edition of OpenSSL 1.0.2", and it actually means it. Gonna go ahead and bold that on the wiki so others don't just assume that's the guide being outdated if I get edit access.

User avatar
Sean
IRC Operator
Posts: 951
Joined: Thu Jan 16, 2014 9:09 pm
Location: United Kingdom
Contact:

Re: Compilation Issue on Windows

#4

Post by Sean » Sun Dec 11, 2016 2:19 pm

LavenderMoon wrote:I used the one the guide says I should use.

Edit: Actually, no, I didn't. I made the same mistake you did. It says "the latest non-light edition of OpenSSL 1.0.2", and it actually means it. Gonna go ahead and bold that on the wiki so others don't just assume that's the guide being outdated if I get edit access.
Way ahead of you.
<capodecima> i dont say any more word without my loyer jenova

User avatar
Zalewa
Developer
Posts: 329
Joined: Wed May 30, 2012 3:28 pm

Re: Compilation Issue on Windows

#5

Post by Zalewa » Sun Dec 11, 2016 8:40 pm

If you want, here's 1.0.2j build that you can link statically with Zandronum.exe. That way you won't need libeay and ssleay DLLs. It should be compatible with VS 2015 compiler.

OpenSSL 1.0.2j static libs
Doomseeker - a real answer to cross-platform server browser.
Doomseeker dev builds - unofficial Doomseeker builds for Windows.
Gamer's Proxy - a program to emulate ping and packet losses.

Post Reply