We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See error message below, fix and advise:
dw@homer:~/enterprise/10/cruseJ-cuencaG-kinoshitaN$ make gcc -c color_client.c gcc -c color_func.c gcc -c networking.c gcc -o color_client color_client.o color_func.o networking.o gcc -c color_server.c gcc -o color_server color_server.o networking.o gcc -c scroll_client.c gcc -c scroll_func.c gcc -o scroll_client scroll_client.o scroll_func.o networking.o gcc -c scroll_server.c gcc -o scroll_server scroll_server.o networking.o gcc -c memory_client.c memory_client.c: In function ‘sighandler’: memory_client.c:4:12: error: ‘SIGINT’ undeclared (first use in this function) if (i == SIGINT) { ^
The text was updated successfully, but these errors were encountered:
I included the necessary header in headers.h and updated it so it runs smoothly on the school machines. I apologize for the inconvenience.
Sorry, something went wrong.
Hi Mr. DW, I also just fixed the for loop initializations so they work on school machines. I'm sorry it's so late, $ make should work 100%. Grace
No branches or pull requests
See error message below, fix and advise:
dw@homer:~/enterprise/10/cruseJ-cuencaG-kinoshitaN$ make
gcc -c color_client.c
gcc -c color_func.c
gcc -c networking.c
gcc -o color_client color_client.o color_func.o networking.o
gcc -c color_server.c
gcc -o color_server color_server.o networking.o
gcc -c scroll_client.c
gcc -c scroll_func.c
gcc -o scroll_client scroll_client.o scroll_func.o networking.o
gcc -c scroll_server.c
gcc -o scroll_server scroll_server.o networking.o
gcc -c memory_client.c
memory_client.c: In function ‘sighandler’:
memory_client.c:4:12: error: ‘SIGINT’ undeclared (first use in this function)
if (i == SIGINT) {
^
The text was updated successfully, but these errors were encountered: