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

Some errors when build the project #1

Open
dmknght opened this issue Jan 3, 2023 · 0 comments
Open

Some errors when build the project #1

dmknght opened this issue Jan 3, 2023 · 0 comments

Comments

@dmknght
Copy link

dmknght commented Jan 3, 2023

Project version (git log -v): 91e13f8
Build method: clone and run make
Errors:

  1. Missing dir build and bin. Solution mkdir -p build bin. Idk is it good to add to Makefile
  2. Missing lib tcpd.h. Error log: fatal error: tcpd.h: No such file or directory. Solution: install libwrap0-dev (Name on Debian)
  3. Gcc cant not find include/arch.h. Error log: fatal error: include/arch.h: No such file or directory. Solution: Add include dir into gcc flag when build rkload. Makefile changes to $(CC) src/rkload.c -o ./bin/rkload -static -I .
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

1 participant