Closed ar065 closed 4 years ago
install the compiler and dependencies (openssl-dev, zlib)...
clone via git, and pull submodules git submodule init
and git submodule update
bruh
Appear to be getting this error now. :/
./lib/uWebSockets/src/Networking.h:7:10: fatal error: openssl/opensslv.h: No such file or directory
7 | #include <openssl/opensslv.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:52: build/msg.o] Error 1
Back to this again...
$ make
mkdir -p build
g++ -std=c++11 -Wall -Wextra -Wno-unknown-pragmas -Wno-unused-parameter -MMD -MP -I ./src/ -I ./lib/uWebSockets/src/ -I ./lib/json/include/ -O2 -c -o build/limiter.o src/limiter.cpp
process_begin: CreateProcess(NULL, g++ -std=c++11 -Wall -Wextra -Wno-unknown-pragmas -Wno-unused-parameter -MMD -MP -I ./src/ -I ./lib/uWebSockets/src/ -I ./lib/json/include/ -O2 -c -o build/limiter.o src/limiter.cpp, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:52: build/limiter.o] Error 2
This is a fresh download. I first downloaded it manually, the second time I used git to see if it could somehow fix the issue, but the issue still persists.