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
在编译项目时提示缺少头文件:
earthmessenger@DESKTOP-7K22VIM:~/cpp/Web.c$ make gcc -Wall -D_DEBUG -g3 -pthread -I llhttp/include -I C-Thread-Pool -I src -c -o src/web.o src/web.c src/web.c:14:10: fatal error: thpool.h: No such file or directory 14 | #include "thpool.h" | ^~~~~~~~~~ compilation terminated. make: *** [<builtin>: src/web.o] Error 1
The text was updated successfully, but these errors were encountered:
请问是同名库 Pithikos/C-Thread-Pool 吗?
Sorry, something went wrong.
就是这个!
难道github不会自动pull引用的库吗
No branches or pull requests
在编译项目时提示缺少头文件:
The text was updated successfully, but these errors were encountered: