On Fri, Aug 19, 2016 at 11:17:21AM +0200, Kornel Benko wrote:

> Am Donnerstag, 18. August 2016 um 21:41:02, schrieb Scott Kostyshak 
> <skost...@lyx.org>
> > On Wed, Aug 17, 2016 at 10:34:55PM +0200, Enrico Forestieri wrote:
> > > commit 2a371bb4b3235462ea6632d31d50ee447933bef8
> > > Author: Enrico Forestieri <for...@lyx.org>
> > > Date:   Wed Aug 17 22:32:14 2016 +0200
> > > 
> > >     Add verbose option
> > >     
> > >     Using the option -v (--verbose) all spawned commands are print
> > >     on the terminal. Note that this was done by default on previous
> > >     versions.
> > 
> > I get an error that I'm guessing happens because of this commit:
> > 
> > ../../../lib/libsupport.a(filetools.cpp.o): In function
> > `lyx::support::runCommand(std::__cxx11::basic_string<char,
> > std::char_traits<char>, std::allocator<char> > const&)':
> > /home/scott/lyxbuilds/master/repo/src/support/filetools.cpp:999:
> > undefined reference to `lyx::verbose'
> > 
> > Scott
> 
> Added to dummy_functions in 3c9d5d3.

Thanks. Actually, this is not a cmake only issue but only shows with
autotools when explicitly calling "make check".

BTW, I find it quite confusing having two files with same name and almost
same content for exactly the same purpose:
src/support/tests/dummy_functions.cpp
src/tests/dummy_functions.cpp

-- 
Enrico

Reply via email to