On Mon, 15 Sep 2003 16:02:01 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
Finally got R/W CVS going (and hopefully didn't break anything on my first attempt). It seems this but I mentioned earlier is still there. c++ -o gui/wxMApp.o -c -I/home/markl/M/build/include -I/home/markl/M/include -I/usr/include/python2.2 -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5 -DDEBUG -DDEBUG_markl -I/usr/local/lib/wx/include/gtkd-2.5 -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/markl/M/extra/include -I/home/markl/M/build/extra/src/c-client -I/home/markl/M/extra/src/compface -I/home/markl/M/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD -Wall .src/gui/wxMApp.cpp .src/gui/wxMApp.cpp: In member function `bool wxMApp::InitHelp()': .src/gui/wxMApp.cpp:1310: cannot allocate an object of type `wxExtHelpController' .src/gui/wxMApp.cpp:1310: because the following virtual functions are abstract: /usr/local/include/wx/helpbase.h:74: virtual bool wxHelpControllerBase::KeywordSearch(const wxString&, wxHelpSearchMode = wxHELP_SEARCH_ALL) make[1]: *** [gui/wxMApp.o] Error 1 make[1]: Leaving directory `/home/markl/M/build/src' make: *** [all] Error 2 Is this just a bug or is it part of what you are doing Robert? I was also thinking of your project optimising the included headers Robert and while watching the above make working through, I wondered if it might also not be worth while looking at the order that the -Include paths are listed. The Python one probably doesn't need to be third in order so maybe a reordering there might be worthwhile? Must see if my configure / configure.in commits worked. TIA Dr. QA ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
