-
Notifications
You must be signed in to change notification settings - Fork 0
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
error while buliding #1
Comments
Can you provide the output of On I will be working for it to be compatible with at least |
Not sure what was changed, but getting this error when trying to build on Ubuntu 20.04.6 LTS with gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
|
Should be fixed in 829bb3a Closing due to inactivity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc -Wall -Wextra -g proxyrot.c -c -o proxyrot.o
proxyrot.c: In function 'work':
proxyrot.c:408:9: error: a label can only be part of a statement and a declaration is not a statement
408 | proxy_info *proxy = get_next_proxy();
| ^~~~~~~~~~
make: *** [Makefile:9: proxyrot.o] Error 1
The text was updated successfully, but these errors were encountered: