-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8/11/10 11:29 AM, Dr. Wolfram Schroers wrote: > The output in /sw/src/fink.build/mico-2.3.12-13/mico/config.log indeed ends > with: > > 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 > cc1plus: error: unrecognized command line option "-Wno-long-double" > > Wolfram > > >> 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 >> >
I've gone ahead and added Martin's fix to the package description, with Matthias' consent. It should propagate to your local mirror in roughly an hour. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxixQsACgkQB8UpO3rKjQ8UOQCfT1A195q0TSUcqZPWR0MPaXtT NFYAnRkQ1dA9kwb3pol6ofljHqv00PoJ =ifUY -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ 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
