On Wed, 29 Jan 2003 00:16:25 +0100 (CET) Slegge <[EMAIL PROTECTED]> wrote:
S> Aight, that works like a charm now, however (ofcourse) i receive new errors S> a bit down: S> S> c++ -o gui/wxllist.o -c -I/home/slegge/src/cvs/M/buildM/include -I/home/slegge/src/cvs/M/include -I/usr/include/openssl -I/usr/local/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/home/slegge/src/cvs/M/extra/include -I/home/slegge/src/cvs/M/buildM/extra/src/c-client -I/home/slegge/src/cvs/M/extra/src/compface -I/home/slegge/src/cvs/M/src/wx/vcard -O2 -MMD -Wall .src/gui/wxllist.cpp S> .src/gui/wxllist.cpp: In method `void wxLayoutPrintout::GetPageInfo S> (int *, int *, int *, int *)': S> .src/gui/wxllist.cpp:3416: no matching function for call to S> `wxPostScriptDC::wxPostScriptDC (const char[14], bool)' S> /usr/local/include/wx/generic/dcpsg.h:41: candidates are: wxPostScriptDC::wxPostScriptDC () S> /usr/local/include/wx/generic/dcpsg.h:44: wxPostScriptDC::wxPostScriptDC (const S> wxPrintData &) S> /usr/local/include/wx/generic/dcpsg.h:148: wxPostScriptDC::wxPostScriptDC (const S> wxPostScriptDC &) Hmm, either you don't use 2.4.0 or you you have explicitly used --disable-compat22 when building wxWindows. As I don't think you did the latter, chances are that you use 2.5.0 (i.e. cvs HEAD). There is nothing really wrong with it except that you should use --enable-compat22 flag when configuring 2.5.0 because compatibility with wxWindows 2.2 is disabled by default in it (unlike wxWin 2.4.0 where it is still enabled). HTH, VZ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Mahogany-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-users
