On Wed, 12 Nov 2003 10:14:07 +1000 (EST) Mark Livingstone <[EMAIL PROTECTED]> wrote:
ML> I made all the changes Vadim recommended yesterday but now getting: ML> ML> c++ -o Python/MObject.o -c -I/home/markl/projects/M/build/include -I/home/markl/projects/M/include -I/usr/local/include/python2.3 -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/projects/M/extra/include -I/home/markl/projects/M/build/extra/src/c-client -I/home/markl/projects/M/extra/src/compface -I/home/markl/projects/M/src/wx/vcard -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD -Wall Python/MObject.cpp ML> In file included from Python/MObject.cpp:675: ML> /home/markl/projects/M/include/MObject.h:89: ISO C++ forbids declaration of `String' with no type ML> /home/markl/projects/M/include/MObject.h:89: `String' declared as a `virtual' field String is typedef'd in Mconfig.h and this header should be always included (via Mcommon.h). Sorry, I really don't have time to look into this right now. Good luck, VZ ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
