Not sure if this is fixed upstream... Looks like the G_GNUC_FUNCTION macro is deprecated. Here is the workaround I used to get it to compile:
for f in `grep -H -r -s "G_GNUC_FUNCTION" * | cut -d: -f1`; do sed -i "s/G_GNUC_FUNCTION/G_STRFUNC/g" $f; done BLFS DEVS: Please let me know if there is a better way (i.e. trac) to report on these type of issues. Thanks, -- Craig Jackson [email protected] 253-459-5384 cell -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
