On Sun, 23 Mar 2003 02:54:57 +0100 (Romance Standard Time) Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
VZ> NB> With gcc 2.95. Now I get different compile error: VZ> NB> VZ> NB> In file included from .src/adb/AdbDialogs.cpp:45: VZ> NB> /cygdrive/e/M/M/include/gui/wxDialogLayout.h:577: syntax error before `*' VZ> ... VZ> NB> I tried adding #include <wx/dc.h>, but it didn't help. VZ> VZ> Why dc.h? It's clearly unhappy about wxScrolledWindow so try adding VZ> #include <wx/scrolwin.h> (inside #ifndef USE_PCH). Oops, was too tired (still am...). Thanks, it compiles now! Regards, Nerijus ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
