> Boah. No problems should persist with Glib 2.36.x because that's the > version I tested NM instructions against. I am not really sure what > your problem is. You can try removing -Werror by issuing something > like find . -name "Makefile" | xargs sed "s@ -Werror@@g" after you've > ran NM configure. Also, you don't need the patch for 0.9.8.2 since the > patch contains stuff that is present in 0.9.8.2 but not in 0.9.8.0. >
Sorry, the command should be find . -name "Makefile" | xargs sed -i "s@ -Werror@@g" -- My God, now it works. You sure have strong magic :-) Thanks a lot ! Niels -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
