Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make failure #1

Open
taxilly opened this issue Mar 28, 2019 · 3 comments
Open

make failure #1

taxilly opened this issue Mar 28, 2019 · 3 comments

Comments

@taxilly
Copy link

taxilly commented Mar 28, 2019

                        ~~~~~ ^
In file included from /Users/cass/Code/Projects/Games/game/libs/love-ws/src/lua_ws_client.cpp:1:
/Users/cass/Code/Projects/Games/game/libs/love-ws/include/lua_ws_client.hpp:9:10: fatal error: 'client_ws.hpp' file
      not found
#include "client_ws.hpp"
         ^~~~~~~~~~~~~~~
7 warnings and 1 error generated.
make[2]: *** [CMakeFiles/ws.dir/src/lua_ws_client.cpp.o] Error 1
make[1]: *** [CMakeFiles/ws.dir/all] Error 2
make: *** [all] Error 2
@holywyvern
Copy link
Owner

Did you cloned it as recursive ? (git clone --recursive this-repo-url ?) It requires The simple-websockets library inside vendor as a submodule

@taxilly
Copy link
Author

taxilly commented Mar 28, 2019

That fixed it - but I'm still getting errors: https://pastebin.com/raw/iav9Qmi0
I'm using Lua 5.3.5, sorry about causing you trouble...

@holywyvern
Copy link
Owner

No problem, this was tested in Lua 5.1, because it's meant to be used with love2D which uses luaGIT.
I may be able to fix those errors in lua 5.2 and up, probably, I'll check it when I have some free time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants