Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: sl1pkn07 on November 26, 2014, 09:15:18 PM

Title: -DVERBOSE= cmake option don't work
Post by: sl1pkn07 on November 26, 2014, 09:15:18 PM
Hi

build avidemux with cmake -DVERBOSE=foo (0, FALSE, OFF, etc) don't work. always build with verbose mode actived

also dont' work with -DCMAKE_VERBOSE_MAKEFILE=foo

only works if 'make' is parsed with VERBOSE=""

greeings
Title: Re: -DVERBOSE= cmake option don't work
Post by: sl1pkn07 on June 07, 2015, 01:22:04 PM
bumped

any fix for this?

greetings
Title: Re: -DVERBOSE= cmake option don't work
Post by: mean on June 07, 2015, 03:57:49 PM
Try removing

make/admCoreIncludes.cmake:SET(CMAKE_VERBOSE_MAKEFILE ON)
Title: Re: -DVERBOSE= cmake option don't work
Post by: sl1pkn07 on June 07, 2015, 05:08:11 PM
yes, if remove that, fixed the problem

then one question, the (-D)VERBOSE option is for?

greetings
Title: Re: -DVERBOSE= cmake option don't work
Post by: mean on June 07, 2015, 07:57:08 PM

The VERBOSE is for internal avidemux debug code
cmake  is pretty hard to debug without that
(i.e. it fails but you dont know why)
Title: Re: -DVERBOSE= cmake option don't work
Post by: sl1pkn07 on June 12, 2015, 01:07:31 PM
thnks for the info