Fixed: b25ae54 ** Failed at make, result in /tmp/logbuildPluginsCommon**

Started by Jan Gruuthuse, February 27, 2018, 07:31:06 AM

Previous topic - Next topic

Jan Gruuthuse

Ubuntu 16.04 LTS 64-bit
ends with
QuoteMakefile:152: recipe for target 'all' failed
make: *** [all] Error 2

could this be the reason?
/home/jan/avidemux2/avidemux_plugins/ADM_videoFilters6/avsfilter/avsfilter.cpp: In function 'bool getTimeRange(uint64_t*, uint64_t*)':
/home/jan/avidemux2/avidemux_plugins/ADM_videoFilters6/avsfilter/avsfilter.cpp:660:16: error: 'info' was not declared in this scope
     *endTime = info.totalDuration;
                ^
ADM_videoFilters6/avsfilter/CMakeFiles/ADM_vf_avsfilter.dir/build.make:65: recipe for target 'ADM_videoFilters6/avsfilter/CMakeFiles/ADM_vf_avsfilter.dir/avsfilter.cpp.o' failed
make[2]: *** [ADM_videoFilters6/avsfilter/CMakeFiles/ADM_vf_avsfilter.dir/avsfilter.cpp.o] Error 1
make[2]: Leaving directory '/home/jan/avidemux2/buildPluginsCommon'
CMakeFiles/Makefile2:4664: recipe for target 'ADM_videoFilters6/avsfilter/CMakeFiles/ADM_vf_avsfilter.dir/all' failed
make[1]: *** [ADM_videoFilters6/avsfilter/CMakeFiles/ADM_vf_avsfilter.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

eumagga0x2a

My apologies, I forgot to specify the scope and missed the breakage because avsfilter is not built on macOS at all. Now fixed, thank you for your report.

Jan Gruuthuse

Fixed: 17634e4            [avsfilter] Fix build broken by missing scope in f40175d, oops
No apologies needed. Thanks for fix.