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

make install fails because of missing queue.h #306

Closed
UgiNyaa opened this issue Jul 19, 2021 · 1 comment
Closed

make install fails because of missing queue.h #306

UgiNyaa opened this issue Jul 19, 2021 · 1 comment

Comments

@UgiNyaa
Copy link

UgiNyaa commented Jul 19, 2021

I noticed that in commit abf0d8e the files queue.c and queue.h were removed. The source reference of queue.c inside src/lib/CMakeLists.txt was also removed, but not the queue.h reference on line 161:

queue.h

This error doesn't cause much problems unless you try to install lwan as a library with its corresponding header files. At this point I imagine the build system tries to copy the queue.h header file to its suitable place, but doesn't find the file. I encountered this error today and was able to fix it by removing the queue.h line in src/lib/CMakeLists.txt.

Steps to reproduce the error:

  1. cd lwan
  2. mkdir build && cd build
  3. cmake ..
  4. make
  5. make install (needs root privileges)
@lpereira
Copy link
Owner

lpereira commented Jul 19, 2021 via email

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

2 participants