mlozada

Results 2 comments of mlozada

I am getting the same error, 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: error fatal: RayPlatform/store/CarriageableItem.h: No existe el fichero o el directorio #include ^...

It needs the RayPlatform apart from ray files. I have solved it with the following: git clone https://github.com/sebhtml/ray.git git clone https://github.com/sebhtml/RayPlatform.git cd ray make PREFIX=ray-build make install ls ray-build hope...