When I try compilling the latest cvs sources, I end up gettings the error bellow. I'm using the latest wxWindows CVS sources, buildt using the recomened settings.
Any ideas on what might be wrong? -Slegge .src/gui/wxComposeView.cpp:1540: call of overloaded `Remove(int)' is ambiguous /usr/local/include/wx/sizer.h:234: candidates are: bool wxSizer::Remove (wxWindow *) /usr/local/include/wx/sizer.h:235: bool wxSizer::Remove (wxSizer *) /usr/local/include/wx/sizer.h:236: bool wxSizer::Remove (unsigned int) .src/gui/wxComposeView.cpp:1548: call of overloaded `Remove(int)' is ambiguous /usr/local/include/wx/sizer.h:234: candidates are: bool wxSizer::Remove (wxWindow *) /usr/local/include/wx/sizer.h:235: bool wxSizer::Remove (wxSizer *) /usr/local/include/wx/sizer.h:236: bool wxSizer::Remove (unsigned int) .src/gui/wxComposeView.cpp:1550: call of overloaded `Remove(int)' is ambiguous /usr/local/include/wx/sizer.h:234: candidates are: bool wxSizer::Remove (wxWindow *) /usr/local/include/wx/sizer.h:235: bool wxSizer::Remove (wxSizer *) /usr/local/include/wx/sizer.h:236: bool wxSizer::Remove (unsigned int) make[1]: *** [gui/wxComposeView.o] Error 1 make[1]: Leaving directory `/home/slegge/src/cvs/M/buildM/src' make: *** [all] Error 2 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
