On 21/06/10 09:50, lI wrote: > Greetings > > I am building audacious and plugin > (http://www.linuxfromscratch.org/blfs/view/cvs/multimedia/audacious.html) and > the compiler spews out coloured text. If this is piped to a textfile, the > characters are intelligible. Invocations of make that I have tried > made no difference > > Is there a fix for this? > > (ps there is a Makefile-dependent file buildsys.mak; the tail of which > seems > to be the culprit. Can this be fixed?) > > advice welcomed. > Does this help?
sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
