> > I have been trying to compile the first alpha release, for that I have > > changed > > configure.ac changing the release from 1.6.0svn to 1.6.0alpha1, this > > changes > > automatically the configure flags to be in the pre-release mode. > > fyi i have just succesfully compiled alpha1. > i just changed 1.6.0alpha1 in configure.ac and everything seems to be ok > here. > qt 4.3.2-r1, autoconf 2.61-r1, automake 1.10, gcc 4.1.2 > > > g++ -DHAVE_CONFIG_H -I. -I../../../../lyx/lyx-devel/src/support > > -I../../src -I../../../../lyx/lyx-devel/src/support/.. > > -I../../../../lyx/lyx-devel/boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR > > -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/QtCore > > -I../../../../lyx/lyx-devel/src/support/minizip -Wextra -Wall -g -O2 -MT > > docstring.lo -MD -MP -MF .deps/docstring.Tpo -c > > ../../../../lyx/lyx-devel/src/support/docstring.cpp -o docstring.o
one interesting thing is that my alpha build uses -I/usr/include/qt4 and your does not here: make[1]: Entering directory `/tmp/trash.rm/monol/src/support' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I./.. -I../../boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I./minizip -Wextra -Wall -g -O2 -MT docstring.lo -MD -MP -MF .deps/docstring.Tpo -c -o docstring.lo docstring.cpp g++ -DHAVE_CONFIG_H -I. -I../../src -I./.. -I../../boost -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I./minizip -Wextra -Wall -g -O2 -MT docstring.lo -MD -MP -MF .deps/docstring.Tpo -c docstring.cpp -o docstring.o pavel