-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello, I am trying to Install Ray locally, but the compilation aborts with an error message.
I cloned the most recent github-repository and tried to compile it with this make command:
make PREFIX=build MAXKMERLENGTH=120
I get this error message:
CXX code/application_core/ray_main.o
In file included from ./code/Mock/common_functions.h:31:0,
from code/application_core/Machine.h:29,
from code/application_core/ray_main.cpp:22:
./code/KmerAcademyBuilder/Kmer.h:27:48: fatal error: RayPlatform/store/CarriageableItem.h: No such file or directory
#include \<RayPlatform/store/CarriageableItem.h\>
^
compilation terminated.
make: *** [code/application_core/ray_main.o] Error 1
can you help me find out what is missing?
Metadata
Metadata
Assignees
Labels
No labels