-
Notifications
You must be signed in to change notification settings - Fork 8
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 error #7
Comments
Could you state the version of g++ being used? |
I had the same error
|
I did run in to the same error: 2bwt-lib/Socket.c: In function \u2018Socket* SocketInitiateConnection(int, const char*)\u2019: my version of g++: I hope to work with a NVIDIA GeForce RTX 2070, CUDA version: 11.6. Did any one find a fix for this error? |
Compare to |
Hi,
How can I get around with this make error?
2bwt-lib/Socket.c:90:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
90 | if (socketPath == '\0' || socketPath[0] == '\0') {
| ~~~~~~~~~~~^~~~~~~
2bwt-lib/Socket.c: In function ‘Socket* SocketInitiateConnection(int, const char*)’:
2bwt-lib/Socket.c:152:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
152 | if (socketPath == '\0' || socketPath[0] == '\0') {
| ~~~~~~~~~~~^~~~~~~
make: *** [: 2bwt-lib/Socket.o] Error 1
Thanks!
The text was updated successfully, but these errors were encountered: