Hi, I'm really interested in trying out oclraster, but so far I had little success compiling it.
My system is Arch Linux(non-testing). I got floor to compile and install. (This required me to check out the pre C++14 version and add a -I.. to the include dirs so the correct headers are found)
With oclraster itself I could fix issues with floor headers not being found by adding -I/usr/local/floor to the makefiles. Now I get the error message that 'tccpp/libtcc.h' cannot be found. I see this is included in floor as a submodule but it's mentioned nowhere else and Arch does not have this as a package(tcc doesn't seem to work here)
I guess you develop floor etc. directly in /usr/local?
Hi, I'm really interested in trying out oclraster, but so far I had little success compiling it.
My system is Arch Linux(non-testing). I got floor to compile and install. (This required me to check out the pre C++14 version and add a -I.. to the include dirs so the correct headers are found)
With oclraster itself I could fix issues with floor headers not being found by adding -I/usr/local/floor to the makefiles. Now I get the error message that 'tccpp/libtcc.h' cannot be found. I see this is included in floor as a submodule but it's mentioned nowhere else and Arch does not have this as a package(tcc doesn't seem to work here)
I guess you develop floor etc. directly in /usr/local?