Just a quick note from an attempt to build the lyx_2_0_0 branch on
Ubuntu 11.04: I get a warning:
$ ./autogen.sh
Using automake (GNU automake) 1.11.1
Using autoconf (GNU Autoconf) 2.67
Building macros...
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted
definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info
'(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Also, at the very first run, right after reconfiguring, I exited for
restarting LyX and I got:
+checking for package fourier [fourier]... yes
+checking for package lmodern [lmodern]... yes
+checking for package luximono [luximono]... no
+checking for package tipa [tipa]... yes
+checking for package zhmetrics [c70fs.fd]... no
+Inspection done.
+Read the file doc/LaTeXConfig.lyx for more information.
lassert.cpp(35): ASSERTION d->views_[gv->id()] == gv VIOLATED IN
GuiApplication.cpp:2288
However, I cannot reproduce the assertion.
T.