MucTepDayH16/RayTracing

Compiling errors when using the command

Opened this issue · 1 comments

HI dear author,
It's truly a honor to write a letter to you, I'm building your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

image

thank you
best regards to you
William

Hi, William

I'm sorry, but this project has not been tested on linux yet. I also encountered similar building errors on my linux laptop. Unfortunately, I haven't updated this repository for several months, as you can see. So, I will try to do it before the end of May.

As I think, such problem was occured because of Visual Studio's compiler, which include some dependencies and language features by default, while gcc don't. Also, I link cuda libraries excplicitly, using path to cuda.lib and nvrtc.lib, found by CMake. It'll take some time, to understand, how to link nvrtc library on unix.