>> i guess there will be more transitional problems wrt 4.4 (rc1 here). >> GuiApplication.cpp: In member function 'void >> lyx::frontend::GuiApplication::commitData(QSessionManager&)': >> GuiApplication.cpp:552: error: invalid use of undefined type 'struct >> QSessionManager' > > #include <QSessionManager> is missing?
no it is not missing. quick look in QSessionManager and qsessionmanager.h didnt revealed anything interesting and the definition of class should be available. however when i run gcc -E, the only reference about qsessionmanager was: ... # 1 "/usr/include/qt4/QtGui/QPixmapCache" 2 # 55 "GuiApplication.cpp" 2 # 1 "/usr/include/qt4/QtCore/QRegExp" 1 # 1 "/usr/include/qt4/QtCore/qregexp.h" 1 # 1 "/usr/include/qt4/QtCore/QRegExp" 2 # 56 "GuiApplication.cpp" 2 # 1 "/usr/include/qt4/QtGui/QSessionManager" 1 # 1 "/usr/include/qt4/QtGui/qsessionmanager.h" 1 # 1 "/usr/include/qt4/QtGui/QSessionManager" 2 # 57 "GuiApplication.cpp" 2 # 1 "/usr/include/qt4/QtCore/QSocketNotifier" 1 # 1 "/usr/include/qt4/QtCore/qsocketnotifier.h" 1 # 42 "/usr/include/qt4/QtCore/qsocketnotifier.h"; ... and nothing included. dont know whats going on there. pavel