On Sat, 20 Sep 2003 09:49:39 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> On Mon, 15 Sep 2003 16:02:01 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote: ML> ML> Finally got R/W CVS going (and hopefully didn't break anything on my first ML> attempt). ML> ML> It seems this but I mentioned earlier is still there. ML> ML> 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 ML> .src/gui/wxMApp.cpp: In member function `bool wxMApp::InitHelp()': ML> .src/gui/wxMApp.cpp:1310: cannot allocate an object of type `wxExtHelpController' ML> .src/gui/wxMApp.cpp:1310: because the following virtual functions are abstract: ML> /usr/local/include/wx/helpbase.h:74: virtual bool wxHelpControllerBase::KeywordSearch(const wxString&, wxHelpSearchMode = wxHELP_SEARCH_ALL) ML> make[1]: *** [gui/wxMApp.o] Error 1 ML> make[1]: Leaving directory `/home/markl/M/build/src' ML> make: *** [all] Error 2 ML> ML> Is this just a bug or is it part of what you are doing Robert? Robert has nothing to do with this, as he said this is a wxWindows problem. I've just tried to correct it blindly, I don't have time for a rebuild right now. ML> I was also thinking of your project optimising the included headers ML> Robert and while watching the above make working through, I wondered if ML> it might also not be worth while looking at the order that the -Include ML> paths are listed. The Python one probably doesn't need to be third in ML> order so maybe a reordering there might be worthwhile? No, it won't change anything. Regards, VZ ------------------------------------------------------- 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
