darienmt / CarND-PID-Control-P4

Udacity Self-Driving Car Nanodegree - PID Control project
MIT License
3 stars 19 forks source link

"In main.cpp:fatal error: uWS/uWS.h: No such file or directory" while running make command! #1

Open chalsha opened 6 years ago

chalsha commented 6 years ago

I have cloned the uWebSockets repository into the PID controller folder but still the make command fails yet cmake compilation is successful. How can I figure this out? THE WHOLE ERROR IS: In main.cpp:fatal error: uWS/uWS.h: No such file or directory compilation terminated. CMakeFiles/pid.dir/build.make:86: recipe for target 'CMakeFiles/pid.dir/src/main.cpp.o' failed make[2]: [CMakeFiles/pid.dir/src/main.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pid.dir/all' failed make[1]: [CMakeFiles/pid.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

redpanda3 commented 3 years ago

https://github.com/udacity/CarND-Path-Planning-Project/issues/51