Re: [proaudio] jack compilation error again |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] jack compilation error again
- From: "Arve Barsnes" <arve.barsnes@xxxxxxxxx>
- Date: Mon, 18 Aug 2008 19:10:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3LbR7TZvEUrkFjrfugqREcTi0WaEa7mOQZHiCcAkBD0=; b=elyP1YM03Yo3nQ2Q+Q7KfLNRDAoTLnlaYWVNwX90pUKKvAXV3eBZjpYCftT34Awawu ffxFu643HJan6YH9AfaRFHIAV8PeEPStHMnJJXf7zOsybnfjmdPxeFnSLZUu8AbRnL3h aSwwTtnLZClf4/R4xc43umG0AljwquJkq/AH4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=eFco8gi958MSpqRa21z4a47/ADA6l16Xs0XhBCVJ2cuUg5MqHXMMMg0R4WkZJjEcJo dVQ/rypqZQsgE5nPT1VH36HimUoesdV1FkfLlJUeaDhKHqc6LZw7VQM0Wzs9PLvRPpGU LGoxhhAEqOhRllmEDgSpOk/8eyMaUVc/hSLGs=
On Mon, Aug 18, 2008 at 7:06 PM, Frieder Bürzele <evermind@xxxxxxxxxxxxx> wrote:
> Arve Barsnes wrote:
>> On Thu, Aug 14, 2008 at 1:37 PM, Arve Barsnes <arve.barsnes@xxxxxxxxx> wrote:
>>>> could you please also test what reaveals is /usr/lib64/libdbus-1.so just a symlink to /usr/lib/libdbus-1.so?
>>>> (I could not check that myself as I'm on x86)
>>>>
>>>> strings /usr/lib64/libdbus-1.so|grep dbus_error_init
>>> /usr/lib64/libdbus-1.so is a symlink to /usr/lib64/libdbus-1.so.3.4.0
>>>
>>> equivalents for lib and lib32
>>>
>>> So I have
>>> /usr/lib/libdbus-1.so.3.4.0
>>> /usr/lib32/libdbus-1.so.3.4.0
>>> /usr/lib64/libdbus-1.so.3.4.0
>>>
>>> $ strings /usr/lib64/libdbus-1.so.3.4.0 | grep dbus_error_init
>>> dbus_error_init
>>> dbus_error_init
>>>
>>
>> Did you have any more ideas on this one? It still fails...
>>
>>
> what gives this? --
>
> pkg-config --cflags --libs dbus-1
>
> If this reveals also the correct values I've no more ideas.
> So I need access to a amd64 box to look further at the problems
> Greetz Frieder
# pkg-config --cflags --libs dbus-1
-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1
Don't know what you're expecting, but there it is