uNetworking / uSockets

Miniscule cross-platform eventing, networking & crypto for async applications
Apache License 2.0
1.29k stars 267 forks source link

installation make error #106

Closed sas05 closed 4 years ago

sas05 commented 4 years ago

platform ubuntu 18.04 after make command I have got this following error.

make -C uSockets; \ for FILE in HelloWorld EchoServer BroadcastingEchoServer UpgradeSync UpgradeAsync; do g++ -flto -O3 -lpthread -Wconversion -std=c++17 -Isrc -IuSockets/src examples/$FILE.cpp -o $FILE uSockets/.o -lz & done; \ for FILE in HelloWorldThreaded EchoServerThreaded; do g++ -pthread -flto -O3 -lpthread -Wconversion -std=c++17 -Isrc -IuSockets/src examples/$FILE.cpp -o $FILE uSockets/.o -lz & done; \ wait make[1]: Entering directory '/home/saeed/workspace/deepstream.io-benchmarks/uWebSockets/uSockets' make[1]: ** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/home/saeed/workspace/deepstream.io-benchmarks/uWebSockets/uSockets' g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory g++: error: uSockets/.o: No such file or directory

ghost commented 4 years ago

I can't see anything from that log? I don't know why you would get that. I need more info

ghost commented 4 years ago

You didn't clone recursively? I got the same error when I forgot to clone recursively