On Sun, 23 Mar 2003 03:49:17 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
NB> With gcc 2.95. Now I get different compile error: NB> NB> In file included from .src/adb/AdbDialogs.cpp:45: NB> /cygdrive/e/M/M/include/gui/wxDialogLayout.h:577: syntax error before `*' ... NB> I tried adding #include <wx/dc.h>, but it didn't help. Why dc.h? It's clearly unhappy about wxScrolledWindow so try adding #include <wx/scrolwin.h> (inside #ifndef USE_PCH). VZ ------------------------------------------------------- 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
