On Tue, Nov 17, 2015 at 04:55:03PM +0100, Kornel Benko wrote:
> Am Dienstag, 17. November 2015 um 10:32:47, schrieb Scott Kostyshak 
> <skost...@lyx.org>

> > > Is it with autotools really compiling everything?
> > > Or only files to be installed?
> > 
> > The following command exits without error for me:
> > 
> > ./autogen.sh && ./configure --enable-build-type=pre 
> > --enable-monolithic-build=yes && make
> > 
> > Is there another make target I should check?
> 
> According to src/Makefile.am maybe
>       'make check'
> I am not expert in autotools, but it looks promising. It should create 
> check_ExternalTransforms, check_Length and check_layout

With 'make check' I get the same failing I get with the non-monolithic
build I believe:

Testsuite summary for LyX 2.2.0dev
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/frontends/test-suite.log
Please report to lyx-devel@lists.lyx.org
============================================================================
Makefile:855: recipe for target 'test-suite.log' failed
make[6]: *** [test-suite.log] Error 1
make[6]: Leaving directory
'/home/scott/lyxbuilds/master/repo/src/frontends'
Makefile:961: recipe for target 'check-TESTS' failed
make[5]: *** [check-TESTS] Error 2
make[5]: Leaving directory
'/home/scott/lyxbuilds/master/repo/src/frontends'
Makefile:1059: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory
'/home/scott/lyxbuilds/master/repo/src/frontends'
Makefile:748: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory
'/home/scott/lyxbuilds/master/repo/src/frontends'
Makefile:2749: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/home/scott/lyxbuilds/master/repo/src'
Makefile:3070: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '/home/scott/lyxbuilds/master/repo/src'
Makefile:545: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1


When looking in the log it is because of the regex issue.

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to