Ronald Florence wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> LyX can be built with gcc-2.95.2, but not with the STL library >> shipped with gcc-2.95. You will have to install STLport's version >> of the STL to proceed with gcc-2.95. > > I fear this would be a non-starter for LyX/Mac. Many Mac users are > not comfortable with configure and make, let alone building and > installing a non-standard library for the non-standard compiler. > > The fix you suggested for tochr did work for gcc-3.3, and got the > build of 1.4.0cvs as far as: > qfont_loader.C:35: error: `LibFileSearch' > not declared qfont_loader.C:36: error: `OnlyPath' not declared > qfont_loader.C:37: error: `Systemcall' not declared make[5]: *** > [qfont_loader.lo] Error 1 > > I'd welcome suggestions. Thanks for the help,
#ifdef Q_WS_X11 #include <qwidget.h> #include <X11/Xlib.h> +#endif #include "support/systemcall.h" #include "support/filetools.h" #include <algorithm> -#endif Perhaps? -- Angus