adonthell-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-general] something about 'whitespace following trailing b


From: Chris Frey
Subject: Re: [Adonthell-general] something about 'whitespace following trailing backslash' while doing ./autogen.sh in adonthell-tools and then can't make.
Date: Wed, 4 Jul 2012 17:22:43 -0400
User-agent: Mutt/1.4.2.2i

On Wed, Jul 04, 2012 at 10:36:29PM +0530, shirish ??????????????? wrote:
> $ sudo find ~ -name '*.la' -print0 | xargs -0 grep -l 'libxml2.la'
> [sudo] password for shirish:
> /home/shirish/games/adonthell/lib/libadonthell_audio.la
> /home/shirish/games/adonthell/lib/libadonthell_input.la
[...]


> $ sudo find ~ -type f -print0 | xargs -0 grep -l 'libxml2.la'
> [sudo] password for shirish:
> /home/shirish/.cache/tracker/meta.db
> /home/shirish/games/adonthell/lib/libadonthell_audio.la
[...]


Try changing the above two to '/usr/lib/libxml2.la' and remove the -l option
from grep.

- Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]