I'm new to Mahogany. This morning I checked out the CVS source and started to compile it on Gentoo Linux, using wxGTK-2.5.1.
The errors that terminated the compile are below. Have I done something obviously wrong? Friday, April 30, 2004 09:46 CST #------ cvs compile -------------------------------------------------------- g++ -o mail/MailFolder.o -c -I/home/michael/wk/mah/M/build_dir/include -I/home/michael/wk/mah/M/include -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5 -I/mrc2/wx/wxGTK-2.5.1-mwd/lib/wx/include/gtk-2.5 -I/mrc2/wx/wxGTK-2.5.1-mwd/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/michael/wk/mah/M/extra/include -I/home/michael/wk/mah/M/build_dir/extra/src/c-client -I/home/michael/wk/mah/M/extra/src/compface -I/home/michael/wk/mah/M/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -O2 -MMD -Wall .src/mail/MailFolder.cpp g++ -o mail/MailFolderCC.o -c -I/home/michael/wk/mah/M/build_dir/include -I/home/michael/wk/mah/M/include -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5 -I/mrc2/wx/wxGTK-2.5.1-mwd/lib/wx/include/gtk-2.5 -I/mrc2/wx/wxGTK-2.5.1-mwd/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/michael/wk/mah/M/extra/include -I/home/michael/wk/mah/M/build_dir/extra/src/c-client -I/home/michael/wk/mah/M/extra/src/compface -I/home/michael/wk/mah/M/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -O2 -MMD -Wall .src/mail/MailFolderCC.cpp .src/mail/MailFolderCC.cpp: In member function `virtual bool MailFolderCC::AppendMessage(const Message&)': .src/mail/MailFolderCC.cpp:3049: error: invalid conversion from `unsigned char* ' to `char*' .src/mail/MailFolderCC.cpp: In function `bool MailStreamHasThreader(MAILSTREAM*, const char*)': .src/mail/MailFolderCC.cpp:4116: error: `IMAPCAP' undeclared (first use this function) .src/mail/MailFolderCC.cpp:4116: error: (Each undeclared identifier is reported only once for each function it appears in.) .src/mail/MailFolderCC.cpp:4116: error: `imapCap' undeclared (first use this function) .src/mail/MailFolderCC.cpp:4116: error: `imap_cap' undeclared (first use this function) .src/mail/MailFolderCC.cpp:4121: error: invalid conversion from `unsigned char* ' to `char*' .src/mail/MailFolderCC.cpp:4121: error: invalid conversion from `unsigned char* ' to `char*' .src/mail/MailFolderCC.cpp: In member function `virtual bool MailFolderCC::ThreadMessages(const ThreadParams&, ThreadData*)': .src/mail/MailFolderCC.cpp:4172: error: `imap_cap' undeclared (first use this function) .src/mail/MailFolderCC.cpp: In member function `bool MailFolderCC::OverviewHeaderEntry(OverviewData*, MESSAGECACHE*, ENVELOPE*)': .src/mail/MailFolderCC.cpp:4373: error: invalid conversion from `unsigned char* ' to `char*' make[1]: *** [mail/MailFolderCC.o] Error 1 make[1]: Leaving directory `/home/michael/wk/mah/M/build_dir/src' make: *** [all] Error 2 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
