Looks like a configure script somewhere in bin is generating a
recursive PKG_CONFIG_PATH constant, which makes it's way into the
root level Makefile regardless of any manual editing. Still tracking
this down.
Lee Azzarello wrote on 05/10/2007 02:39 AM:
> Looks like a configure script somewhere in bin is generating a recursive
> PKG_CONFIG_PATH constant, which makes it's way into the root level
> Makefile regardless of any manual editing. Still tracking this down.
>
> -lee
Ooops... sorry about this. I fixed it now. It was easier for me to
find this bug, because I created it.
On May 10, 2007, at 5:33 AM, Ferenc Gerlits wrote:
> Lee Azzarello wrote on 05/10/2007 02:39 AM:
>> Looks like a configure script somewhere in bin is generating a
>> recursive PKG_CONFIG_PATH constant, which makes it's way into the
>> root level Makefile regardless of any manual editing. Still
>> tracking this down.
>> -lee
>
> Ooops... sorry about this. I fixed it now. It was easier for me
> to find this bug, because I created it.
>
> Ferenc
Thanks thanks! What was it if you don't mind my asking? I got as far
as changing line 77 in src/products/gLiveSupport/etc/configure.ac
from "=" to ":=" but that still didn't generate the correct Makefile.
Lee Azzarello wrote on 05/10/2007 03:57 PM:
> Thanks thanks! What was it if you don't mind my asking? I got as far as
> changing line 77 in src/products/gLiveSupport/etc/configure.ac from "="
> to ":=" but that still didn't generate the correct Makefile.
The Makefile is generated from etc/Makefile.in. I think the commands in
configure.ac are plain old shell commands, so don't need (and don't even
allow) this ':'. The Makefile has its own language, where = and := are
different.
I'd like to have this picture as a background image in my ubuntu box,
did u ever see it at a bigger size?
Regards
Luis
El jue, 17-05-2007 a las 05:00 +0200, Robert Klajn escribió:
> Good morning ....
> r