I am compiling on Linux, trying to make a 1.12 private server on Manjaro Linux. I'm having some issues with Cmake.
To run Cmake succesfully, I used the following command, since Cmake found openssl 1.1:
cmake .. -DPREFIX=/home/wow/bin -DOPENSSL_LIBRARIES=/usr/lib/libssl.so.1.0.0 -DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0/
Configuration worked. After running 'make' I got into trouble. Here's the output of my Terminal:
make
(....)
[ 20%] Linking CXX executable bnetserver
CMakeFiles/bnetserver.dir/Main.cpp.o: In function `main::{lambda()#3}::operator()() cons