first choice: manually removed "-Wno-pointer-sign" from makeopts I get:
classes/ComposeTemplate.cpp: In function `String ExtractFirstOrLastName(const String&, bool)': classes/ComposeTemplate.cpp:519: error: invalid conversion from `const char*' to `wxChar' classes/ComposeTemplate.cpp:519: error: initializing argument 1 of `size_t wxStringBase::find_last_of(wxChar, size_t) const' make[1]: *** [classes/ComposeTemplate.o] Error 1 make: *** [all] Error 2 second choice: download svn snapshots. I enter into trunk/M ./configure complains about my swig version 1.3.21 (1.3.25 is required) and wxWidgets 2.6.3 (2.7.2 is required) I can't upgrade swig and wxWidgets, i should try to build 0.67 version (first choice) Thanks . 2007/1/19, Vadim Zeitlin <[EMAIL PROTECTED]>: > On Fri, 19 Jan 2007 13:52:55 +0100 Super Candeggina <[EMAIL PROTECTED]> wrote: > > SC> Trying to compile mahogany 0.6.7, i get: > SC> > SC> cc1: error: unrecognized command line option "-Wno-pointer-sign" > > Sorry about this, not all versions of gcc support this option -- as we > discovered after adding it. You have 2 choices: either to manually remove > this option from Makefile or get the latest sources from the svn which > should compile out of the box (if they don't, please do let us know about > it). > > Good luck, > 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 > ------------------------------------------------------------------------- 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
