Hi Guys, A long time coming but I finally got the configure / configure.in comitted a bit earlier this morning. If anyone has a currently working M CVS image, can you get configure and see if it compiles without breaking anything. Unfortunately, M CVS is not making and giving the errors:
I'm waiting for an update CD from MS then I'll start looking at VC builds but I suspect they are going to have to be manually fixed for the Python include paths by each person as VC doesn't seen to support finding its dependencies as far as I can see? Can anyone confirm this? At present the workspace files appear to be hardwired to (Vadim's?) current / past copies of Python 1.5 and 2.0. TIA Dr. QA c++ -o classes/MessageView.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/classes/MessageView.cpp In file included from /usr/local/include/wx/prntbase.h:24, from /usr/local/include/wx/generic/printps.h:20, from /usr/local/include/wx/print.h:26, from /usr/local/include/wx/html/htmprint.h:26, from /usr/local/include/wx/html/helpfrm.h:36, from /usr/local/include/wx/html/helpctrl.h:24, from /usr/local/include/wx/help.h:21, from /home/markl/M/include/gui/wxMApp.h:28, from .src/classes/MessageView.cpp:37: /usr/local/include/wx/cmndata.h:116: syntax error before `&' token /usr/local/include/wx/cmndata.h:118: semicolon missing after declaration of `wxFontData' /usr/local/include/wx/cmndata.h: In copy constructor `wxFontData::wxFontData(const wxFontData&)': /usr/local/include/wx/cmndata.h:61: `class wxFontData' has no member named `m_fontColour' /usr/local/include/wx/cmndata.h:61: class `wxFontData' does not have any field named `m_fontColour' /usr/local/include/wx/cmndata.h:62: `class wxFontData' has no member named `m_showHelp' /usr/local/include/wx/cmndata.h:62: class `wxFontData' does not have any field named `m_showHelp' /usr/local/include/wx/cmndata.h:63: `class wxFontData' has no member named `m_allowSymbols' /usr/local/include/wx/cmndata.h:63: class `wxFontData' does not have any field named `m_allowSymbols' /usr/local/include/wx/cmndata.h:64: `class wxFontData' has no member named `m_enableEffects' /usr/local/include/wx/cmndata.h:64: class `wxFontData' does not have any field named `m_enableEffects' /usr/local/include/wx/cmndata.h:65: `class wxFontData' has no member named `m_initialFont' /usr/local/include/wx/cmndata.h:65: class `wxFontData' does not have any field named `m_initialFont' /usr/local/include/wx/cmndata.h:66: `class wxFontData' has no member named `m_chosenFont' /usr/local/include/wx/cmndata.h:66: class `wxFontData' does not have any field named `m_chosenFont' /usr/local/include/wx/cmndata.h:67: `class wxFontData' has no member named `m_minSize' /usr/local/include/wx/cmndata.h:67: class `wxFontData' does not have any field named `m_minSize' /usr/local/include/wx/cmndata.h:68: `class wxFontData' has no member named `m_maxSize' /usr/local/include/wx/cmndata.h:68: class `wxFontData' does not have any field named `m_maxSize' /usr/local/include/wx/cmndata.h:69: `class wxFontData' has no member named `m_encoding' /usr/local/include/wx/cmndata.h:69: class `wxFontData' does not have any field named `m_encoding' /usr/local/include/wx/cmndata.h:70: `class wxFontData' has no member named `m_encodingInfo' /usr/local/include/wx/cmndata.h:70: class `wxFontData' does not have any field named `m_encodingInfo' /usr/local/include/wx/cmndata.h: In member function `wxFontData& wxFontData::operator=(const wxFontData&)': /usr/local/include/wx/cmndata.h:77: `m_fontColour' undeclared (first use this function) /usr/local/include/wx/cmndata.h:77: (Each undeclared identifier is reported only once for each function it appears in.) /usr/local/include/wx/cmndata.h:77: `class wxFontData' has no member named `m_fontColour' /usr/local/include/wx/cmndata.h:78: `m_showHelp' undeclared (first use this function) /usr/local/include/wx/cmndata.h:78: `class wxFontData' has no member named `m_showHelp' /usr/local/include/wx/cmndata.h:79: `m_allowSymbols' undeclared (first use this function) /usr/local/include/wx/cmndata.h:79: `class wxFontData' has no member named `m_allowSymbols' /usr/local/include/wx/cmndata.h:80: `m_enableEffects' undeclared (first use this function) /usr/local/include/wx/cmndata.h:80: `class wxFontData' has no member named `m_enableEffects' /usr/local/include/wx/cmndata.h:81: `m_initialFont' undeclared (first use this function) /usr/local/include/wx/cmndata.h:81: `class wxFontData' has no member named `m_initialFont' /usr/local/include/wx/cmndata.h:82: `m_chosenFont' undeclared (first use this function) /usr/local/include/wx/cmndata.h:82: `class wxFontData' has no member named `m_chosenFont' /usr/local/include/wx/cmndata.h:83: `m_minSize' undeclared (first use this function) /usr/local/include/wx/cmndata.h:83: `class wxFontData' has no member named `m_minSize' /usr/local/include/wx/cmndata.h:84: `m_maxSize' undeclared (first use this function) /usr/local/include/wx/cmndata.h:84: `class wxFontData' has no member named `m_maxSize' /usr/local/include/wx/cmndata.h:85: `m_encoding' undeclared (first use this function) /usr/local/include/wx/cmndata.h:85: `class wxFontData' has no member named `m_encoding' /usr/local/include/wx/cmndata.h:86: `m_encodingInfo' undeclared (first use this function) /usr/local/include/wx/cmndata.h:86: `class wxFontData' has no member named `m_encodingInfo' /usr/local/include/wx/cmndata.h: At global scope: /usr/local/include/wx/cmndata.h:118: parse error before `:' token /usr/local/include/wx/cmndata.h:120: `bool m_showHelp' used prior to declaration /usr/local/include/wx/cmndata.h:121: `bool m_allowSymbols' used prior to declaration /usr/local/include/wx/cmndata.h:122: `bool m_enableEffects' used prior to declaration /usr/local/include/wx/cmndata.h:123: `wxFont m_initialFont' used prior to declaration /usr/local/include/wx/cmndata.h:124: `wxFont m_chosenFont' used prior to declaration /usr/local/include/wx/cmndata.h:125: `int m_minSize' used prior to declaration /usr/local/include/wx/cmndata.h:126: `int m_maxSize' used prior to declaration /usr/local/include/wx/cmndata.h:128: parse error before `private' /usr/local/include/wx/cmndata.h:130: 'wxNativeEncodingInfo' is used as a type, but is not defined as a type. /usr/local/include/wx/cmndata.h:132: parse error before `private' /usr/local/include/wx/cmndata.h:133: virtual outside class declaration /usr/local/include/wx/cmndata.h:133: non-member function `wxClassInfo* GetClassInfo()' cannot have `const' method qualifier /usr/local/include/wx/cmndata.h: In function `wxClassInfo* GetClassInfo()': /usr/local/include/wx/cmndata.h:133: `sm_classwxFontData' is not a member of type `wxFontData' /usr/local/include/wx/cmndata.h: At global scope: /usr/local/include/wx/cmndata.h:134: parse error before `}' token make[1]: *** [classes/MessageView.o] Error 1 make[1]: Leaving directory `/home/markl/M/build/src' make: *** [all] Error 2 ------------------------------------------------------- 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