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

Parallel build fails #1437

Open
kkaempf opened this issue Feb 26, 2024 · 0 comments
Open

Parallel build fails #1437

kkaempf opened this issue Feb 26, 2024 · 0 comments

Comments

@kkaempf
Copy link
Contributor

kkaempf commented Feb 26, 2024

Describe the issue

make clean; make -j 12 fails with

In file included from ./piscsi/piscsi_executor.cpp:11:
./shared/protobuf_util.h:17:10: fatal error: generated/piscsi_interface.pb.h: No such file or directory
   17 | #include "generated/piscsi_interface.pb.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:170: obj/piscsi_executor.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from ./devices/disk.h:20,
                 from ./piscsi/piscsi_image.cpp:10:
./devices/disk_cache.h:18:10: fatal error: generated/piscsi_interface.pb.h: No such file or directory
   18 | #include "generated/piscsi_interface.pb.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
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