Alexander Hansen wrote: [] > Check the config.log file > (/sw/src/fink.build/mico-2.3.12-13/mico/config.log)--that may have some > information about what's causing the namespaces check to fail. I get > the following (though I'm on 10.5.8/i386): > > > configure:10630: checking for namespaces > configure:10658: c++ -c -Werror -O2 -Wall -D_REENTRANT -Wno-long-double > -I/sw/lib/system-openssl/include -I/sw/include conftest.C 1>&5
This is bound to fail on 10.6, because -Wno-long-double does not exist any more: cc1plus: error: unrecognized command line option "-Wno-long-double" Adding something like sed -i.bak -e '/Wno-long-double/d' configure to the PatchScript in mico.info lets it compile on 10.6. -- Martin ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
