nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

make (e=2): The system cannot find the file specified. #21

Closed ar065 closed 4 years ago

ar065 commented 4 years ago
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.

nagalun commented 4 years ago

install the compiler and dependencies (openssl-dev, zlib)... clone via git, and pull submodules git submodule init and git submodule update

ghost commented 4 years ago

bruh

ar065 commented 4 years ago

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
ar065 commented 4 years ago

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