[please don't cc me the messages sent to the list, I read them there, thanks]
On Fri, 19 Jan 2007 17:33:27 +0100 Super Candeggina <[EMAIL PROTECTED]> wrote: SC> first choice: manually removed "-Wno-pointer-sign" from makeopts SC> I get: SC> SC> classes/ComposeTemplate.cpp: In function `String SC> ExtractFirstOrLastName(const String&, bool)': SC> classes/ComposeTemplate.cpp:519: error: invalid conversion from `const SC> char*' to `wxChar' SC> classes/ComposeTemplate.cpp:519: error: initializing argument 1 of SC> `size_t wxStringBase::find_last_of(wxChar, size_t) const' SC> make[1]: *** [classes/ComposeTemplate.o] Error 1 SC> make: *** [all] Error 2 It looks like your wxGTK version is a Unicode build. Mahogany needs an ANSI build of wxWidgets, so in any case you must install or compile yourself a non-Unicode wx. SC> second choice: download svn snapshots. I enter into trunk/M SC> ./configure complains about my swig version 1.3.21 (1.3.25 is SC> required) and wxWidgets 2.6.3 (2.7.2 is required) SC> SC> I can't upgrade swig and wxWidgets, i should try to build 0.67 version SC> (first choice) You don't need to upgrade swig, you can use --without-swig to not use it at all. But you do need recent wxWidgets for the current svn. I'm not sure if RPMs of 2.8 are available for your system but you can build them yourself using the .spec files included in wxWidgets. Or you can just install it from sources with usual "configure; make; make install". Regards, VZ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mahogany-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mahogany-users
