-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixed uWebSocket method signatures mismatch #3
Conversation
This was causing a compilation error on Ubuntu (and I assume all other platfoms).
The compilation errors were against uWebSockets v0.14.3 |
Here are the compilation errors for reference:
|
@bydavy I'm guessing the |
I tried uWebSockets v0.14.3 and install_ubuntu.sh (aka uWebSockets master) and I hit this error in both cases. |
@bydavy an important part was commented out https://github.com/udacity/CarND-MPC-Project/blob/master/install-ubuntu.sh#L6. At that checkout the script should work. |
I confirm this commit fixed my issue. uWebSockets has changed some method signatures "recently" and it was the reason of the failure. Pulling the given git hash will ensure to use the expected version of uWebSockets. |
Thank you for the fix @domluna ! |
fatal error: uWS/uWS.h: No such file or directory |
2 similar comments
fatal error: uWS/uWS.h: No such file or directory |
fatal error: uWS/uWS.h: No such file or directory |
I can't compile the project on Ubuntu (what about other platforms?). The method signature for uWebsocket doesn't match the header file. I provided a fix which compile successfully on Ubuntu, can someone confirm it still compiles on Windows and Mac?