Andre Poenitz wrote: > On Fri, Aug 01, 2008 at 12:21:28PM +0200, Pavel Sanda wrote: > > > > the qt bug is as follows and i was able to make it compile by deletion > > of the problematic line at the cost of some crashes i got from time to > > time. i don't have idea what is the problem, other use of boost:bind > > seem to be alike, but maybe somebody remembering the boost::bind usage > > could easily fix that(JMarc?). > > > > make[4]: Entering directory > > `/home/installer/lyx/BRANCH_1_3_X/src/frontends/qt2' > > /bin/sh ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. > > -I../../../src -I../../../src -I../../../src/frontends -I../../../images > > -I./qt2 -I/usr/qt/3/include -I../../../boost > > -I../../../src/frontends/controllers -DQT_CLEAN_NAMESPACE > > -DQT_GENUINE_STR -DQT_NO_STL -DQT_THREAD_SUPPORT -g -O -W -Wall -MT > > QContentPane.lo -MD -MP -MF .deps/QContentPane.Tpo -c -o QContentPane.lo > > QContentPane.C > > g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../src > > -I../../../src/frontends -I../../../images -I./qt2 -I/usr/qt/3/include > > -I../../../boost -I../../../src/frontends/controllers -DQT_CLEAN_NAMESPACE > > -DQT_GENUINE_STR -DQT_NO_STL -DQT_THREAD_SUPPORT -g -O -W -Wall -MT > > QContentPane.lo -MD -MP -MF .deps/QContentPane.Tpo -c QContentPane.C > > In file included from ../../../boost/boost/config.hpp:35, > > from ../../../boost/boost/bind.hpp:22, > > from QContentPane.C:15: > > ../../../boost/boost/config/compiler/gcc.hpp:57:7: warning: #warning > > "Unknown compiler version - please run the configure tests and report the > > results" > > Maybe I am a bit over-sensitive in this area, but the error message > makes me think that _boost_ does not compile, not Qt.
yes it is boost error, but happens only when qt frontend is selected. pavel