28 Oct
2024
28 Oct
'24
7:17 a.m.
On Sat Oct 26, 2024 at 12:34 AM KST, Andrew Randrianasulu wrote:
Do you have cuda SDK installed? may be whole file disappeared in new version?
find /usr -name helper_cuda.h
or may be in /opt if cuda installs there ....
The helper_cuda.h file appears to have to do with cuda-samples[0].
I think you can edit plugins/Makefile and comment out (with #) this line
CUDA_OBJS := mandelcuda nbodycuda
or look for adding --without-cuda to your ./configure
I followed your suggestion and successfully built Cinelerra-GG, but it failed to run. See the log file I attached to this email. [0] https://github.com/NVIDIA/cuda-samples