You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the issue
make clean; make -j 12
fails withThe text was updated successfully, but these errors were encountered: