You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I don't know how to fix this error. [ 98%] Building CXX object CMakeFiles/otclient.dir/src/client/uisprite.cpp.o make[2]: *** No rule to make target /usr/local/lib/libssl.dylib', needed by otclient'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 99%] Building CXX object CMakeFiles/otclient.dir/src/main.cpp.o make[1]: *** [CMakeFiles/otclient.dir/all] Error 2 make: *** [all] Error 2 MacBook-Pro-von-pH:build addicted.to.oxygen$
Hello, I don't know how to fix this error.
[ 98%] Building CXX object CMakeFiles/otclient.dir/src/client/uisprite.cpp.o make[2]: *** No rule to make target
/usr/local/lib/libssl.dylib', needed byotclient'. Stop. make[2]: *** Waiting for unfinished jobs.... [ 99%] Building CXX object CMakeFiles/otclient.dir/src/main.cpp.o make[1]: *** [CMakeFiles/otclient.dir/all] Error 2 make: *** [all] Error 2 MacBook-Pro-von-pH:build addicted.to.oxygen$
This is CMakeLists.txt:
https://pastebin.com/XVBDjz63
Compiling using this command:
cmake \ -DUSE_STATIC_LIBS=OFF \ -DLUA_LIBRARY=/usr/local/Cellar/lua@5.1/5.1.5_8/lib/liblua.5.1.5.dylib \ -DLUA_INCLUDE_DIR=/usr/local/Cellar/lua@5.1/5.1.5_8/include/lua5.1/ \ -DBoost_INCLUDE_DIR=/usr/local/Cellar/boost@1.59/1.59.0/include/ \ -DOPENSSL_INCLUDE_DIR=/usr/local/Cellar/openssl/1.0.2r/include/\ .. make -j$(sysctl -n hw.ncpu)
The text was updated successfully, but these errors were encountered: