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.
interesting.
sorry for asking again, but did you build with system ffmpeg or with our 7.0?
can I see configure line?
right now you seem to install cingg system-wide, I usually build --with-single-user first.
you also can try to figure out why your ffmpeg build (if you use internal ffmpeg) pick up and enables dnn external libraries.
hopefully after you disable this feature cin will start.
Alternatively, you can try to add all those new and failing filters to ffmpeg/plugins.opts and rerun make install . (commented filter names started with #)