Kayvan A. Sylvan wrote: > As of the last update, it dies at a different place:
> g++ -DHAVE_CONFIG_H > -I. > -I../../../../../lyx/src/frontends/qt2/ui > -I../../../../src > -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION > -I../../../../../lyx/src > -I../../../../../lyx/src/frontends > -I../../../../../lyx/src/frontends/qt2 > -I../../../../../lyx/boost > -I../../../../../lyx/src/frontends/controllers > -W -Wall > -I/usr/X11R6/include > -g -O -fno-exceptions -c BiblioModuleBase.C > -MT BiblioModuleBase.lo -MD -MP -MF .deps/BiblioModuleBase.TPlo > -o BiblioModuleBase.o Why is there no -Ipath-to-qt-headers? > In file included from BiblioModuleBase.C:10: > BiblioModuleBase.h:13:22: qvariant.h: No such file or directory > BiblioModuleBase.h:14:21: qwidget.h: No such file or directory > BiblioModuleBase.C:14:25: qpushbutton.h: No such file or directory > BiblioModuleBase.C:15:26: qbuttongroup.h: No such file or directory > BiblioModuleBase.C:16:26: qradiobutton.h: No such file or directory > BiblioModuleBase.C:17:20: qlabel.h: No such file or directory > BiblioModuleBase.C:18:23: qcombobox.h: No such file or directory > BiblioModuleBase.C:19:23: qcheckbox.h: No such file or directory > BiblioModuleBase.C:20:21: qlayout.h: No such file or directory > BiblioModuleBase.C:21:22: qtooltip.h: No such file or directory > BiblioModuleBase.C:22:24: qwhatsthis.h: No such file or directory -- Angus