After not having tried to compile trunk for a while, I'm getting the following error on Mac:
Making all in frontends Making all in qt4 make all-am 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 -I/Users/bennett/lyx/qt-4.5-install/include -I/Users/bennett/lyx/qt-4.5-install/include/QtCore -I/Users/bennett/lyx/qt-4.5-install/include/QtGui -I../../../boost -isysroot /Developer/SDKs/MacOSX10.5.sdk -I/usr/local/include -O2 -MT GuiApplication.o -MD -MP -MF .deps/GuiApplication.Tpo -c -o GuiApplication.o GuiApplication.cpp GuiApplication.cpp: In member function ‘virtual lyx::frontend::LyXView* lyx::frontend::GuiApplication::currentWindow()’: GuiApplication.cpp:811: error: ‘class lyx::frontend::GuiView’ has no member named ‘activeWindow’ Any suggestions? BH