Hello. I've been trying to get M to compile with GTK2 and unicode enabled
in wxGTK but it just doesn't want to go. I'm now running Gentoo but I'm
pretty sure that it worked when I had Mandrake a couple of months back. I
wasn't really bothered about GTK2 then so that's why I can't remember for
sure. I'm using the CVS version of M and version 2.4.1 of wxGTK. The
compile bombs out with this...

make[1]: Entering directory `/usr/src/M/src'
g++ -o adb/AdbDialogs.o -c -I/usr/src/M/include -DNO_IDEA -DNO_DSA
-DOPENSSL_NO_KRB5 -I/usr/lib/wx/include/gtk2u-2.4 -DGTK_NO_CHECK_CASTS
-D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/usr/src/M/extra/include -I/usr/src/M/extra/src/c-client
-I/usr/src/M/extra/src/compface -I/usr/src/M/src/wx/vcard -fno-exceptions
-fno-rtti -fno-operator-names -O2 -MMD -Wall adb/AdbDialogs.cpp
In file included from /usr/src/M/include/MModule.h:26,
                 from /usr/src/M/include/adb/AdbModule.h:31,
                 from /usr/src/M/include/adb/AdbImport.h:21,
                 from adb/AdbDialogs.cpp:38:
/usr/src/M/include/MInterface.h:104: invalid type `const wxChar*' for
default
   argument to `const char*'
/usr/src/M/include/MInterface.h:88: invalid type `const wxChar*' for
default
   argument to `const char*'
/usr/include/wx/string.h: In constructor
   `wxAdbImportDialog::wxAdbImportDialog(wxWindow*)':
/usr/include/wx/string.h:288: `wxString::wxString(int)' is private
adb/AdbDialogs.cpp:318: within this context
make[1]: *** [adb/AdbDialogs.o] Error 1
make[1]: Leaving directory `/usr/src/M/src'
make: *** [all] Error 2

I know some C++ but this is a little heavy for me. Over to you.

P.S. I have got M running with GTK2 and unicode turned off but it crashes
out, complaining about fonts or something. I thought turning unicode on
might fix this. I'll give you the output from that too if you want.


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to