Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > Juergen, do you have some standard list of things you check before > > tarballs are officially released? > > Here's what I do: > http://wiki.lyx.org/Devel/ReleaseProcedure#toc7 > > > is it worth to add compilation > > test for the monolithic builds? > > such as?
./configure --enable-monolithic-boost --enable-monolithic-client --enable-monolithic-insets --enable-monolithic-mathed --enable-monolithic-core --enable-monolithic-tex2lyx --enable-monolithic-frontend-qt4 --disable-stdlib-debug --disable-debug make this worked in 1.6.1 and is broken in 1.6.2 make[6]: Entering directory `/home/paf/mac/g-free-1.6/src/frontends/qt4' /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS - DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I../../../src/frontends -I../../../images -DQT_SHARED -I/usr/include/ qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../../../boost -O2 -MT liblyxqt4.lo -MD -MP -MF .deps/li blyxqt4.Tpo -c -o liblyxqt4.lo liblyxqt4.cpp g++ -DHAVE_CONFIG_H -I. -I../../.. -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -I../../../src -I.. /../../src/frontends -I../../../images -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtG ui -I../../../boost -O2 -MT liblyxqt4.lo -MD -MP -MF .deps/liblyxqt4.Tpo -c liblyxqt4.cpp -o liblyxqt4.o GuiSelectionManager.cpp: In member function 'bool lyx::frontend::GuiSelectionManager::isSelected(const QModelIndex&)': GuiSelectionManager.cpp:148: error: conversion from 'int' to 'Qt::MatchFlags' is ambiguous /usr/include/qt4/QtCore/qglobal.h:1917: note: candidates are: QFlags<Enum>::QFlags(void**) [with Enum = Qt::MatchFlag] <near match> /usr/include/qt4/QtCore/qglobal.h:1916: note: QFlags<Enum>::QFlags(Enum) [with Enum = Qt::MatchFlag] < near match> pavel