Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Jan Gruuthuse on February 27, 2018, 07:31:06 AM

Title: Fixed: b25ae54 ** Failed at make, result in /tmp/logbuildPluginsCommon**
Post by: Jan Gruuthuse on February 27, 2018, 07:31:06 AM
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....
Title: Re: b25ae54 ** Failed at make, result in /tmp/logbuildPluginsCommon**
Post by: eumagga0x2a on February 27, 2018, 09:33:10 AM
My apologies, I forgot to specify the scope and missed the breakage because avsfilter is not built on macOS at all. Now fixed (https://github.com/mean00/avidemux2/commit/17634e48baf2a6eeb232c5325e23805aa20abc7a), thank you for your report.
Title: Fixed: b25ae54 ** Failed at make, result in /tmp/logbuildPluginsCommon**
Post by: Jan Gruuthuse on February 27, 2018, 10:32:04 AM
Fixed: 17634e4            [avsfilter] Fix build broken by missing scope in f40175d, oops
No apologies needed. Thanks for fix.