On Thu, Jan 30, 2003 at 03:12:48PM +0100, Vadim Zeitlin wrote: > On Thu, 30 Jan 2003 10:34:24 +0100 Ian <[EMAIL PROTECTED]> wrote: > > I> I get a nasty compile error when trying to compile Mahogany 0.64 with > I> wxGTK 2.4.0 on a Red Hat 7.2 machine. > > Could you please try the latest snapshot? It should compile fine with > 2.4.0. >
No luck: c++ -o gui/wxComposeView.o -c -I/nobackup/users/neutvd/download/mahogany-compile/M/include -I/usr/include/openssl -I/nobackup/users/neutvd/usr/lib/wx/include/gtk-2.4 -I/nobackup/users/neutvd/usr/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/nobackup/users/neutvd/download/mahogany-compile/M/extra/include -I/nobackup/users/neutvd/download/mahogany-compile/M/extra/src/c-client -I/nobackup/users/neutvd/download/mahogany-compile/M/extra/src/compface -I/nobackup/users/neutvd/download/mahogany-compile/M/src/wx/vcard -O2 -MMD -Wall gui/wxComposeView.cpp gui/wxComposeView.cpp: In method `wxComposeView::wxComposeView (const String &, wxComposeView::Mode, wxComposeView::MessageKind, wxWindow *)': gui/wxComposeView.cpp:1387: `m_msgviewOrig' undeclared (first use this function) gui/wxComposeView.cpp:1387: (Each undeclared identifier is reported only once for each function it appears in.) gui/wxComposeView.cpp: In method `void wxComposeView::InitText (Message *, const MessageView *)': gui/wxComposeView.cpp:2257: no matching function for call to `wxComposeView::DoInitText ()' /nobackup/users/neutvd/download/mahogany-compile/M/include/gui/wxComposeView.h:263: candidates are: void wxComposeView::DoInitText (Message *, const MessageView * = 0) gui/wxComposeView.cpp:2273: no matching function for call to `wxComposeView::DoInitText ()' /nobackup/users/neutvd/download/mahogany-compile/M/include/gui/wxComposeView.h:263: candidates are: void wxComposeView::DoInitText (Message *, const MessageView * = 0) gui/wxComposeView.cpp: At top level: gui/wxComposeView.cpp:2307: prototype for `void wxComposeView::DoInitText ()' does not match any in class `wxComposeView' /nobackup/users/neutvd/download/mahogany-compile/M/include/gui/wxComposeView.h:263: candidate is: void wxComposeView::DoInitText (Message *, const MessageView * = 0) make[1]: *** [gui/wxComposeView.o] Error 1 make[1]: Leaving directory `/nobackup/users/neutvd/download/mahogany-compile/M/src' make: *** [all] Error 2 [neutvd@bsgi39 M]$ Ian. -- Occam's Razor: All other things being equal, the simplest solution is usually the correct one. (William of Occam, 14th century) Darwin's Blade: All other things being equal, the simplest solution is usually stupidity. (Darwin Minor in "Darwin's Blade" by Dan Simmons) ------------------------------------------------------- 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
