On Ubuntu 8.10:
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
This leads to
configure:13190: checking for dbus_connection_close in -ldbus-1 configure:13225: gcc -m32 -o conftest -g -O2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -L//lib -lhal -ldbus-1 >&5 /usr/bin/ld: //lib/libdbus-1.so: incompatible target configure:13253: result: no
Also affects sane.
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
(now to the list)
On Kubuntu 9.04 (amd64):
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
So, still the same.
Matijn
On Thu, May 21, 2009 at 4:37 PM, Dan Kegel dank@kegel.com wrote:
On Ubuntu 8.10:
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
This leads to
configure:13190: checking for dbus_connection_close in -ldbus-1 configure:13225: gcc -m32 -o conftest -g -O2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include conftest.c -ldbus-1 -L//lib -lhal -ldbus-1 >&5 /usr/bin/ld: //lib/libdbus-1.so: incompatible target configure:13253: result: no
Also affects sane.
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
On Jaunty I get
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
On Thu, May 21, 2009 at 5:24 PM, Joel Holdsworth joel@airwebreathe.org.uk wrote:
On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
On Jaunty I get
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
I do as well, but './configure' and './configure --enable-win64' both work fine.
2009/5/23 Austin English austinenglish@gmail.com:
On Thu, May 21, 2009 at 5:24 PM, Joel Holdsworth joel@airwebreathe.org.uk wrote:
On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
On Jaunty I get
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
I do as well, but './configure' and './configure --enable-win64' both work fine.
Does it tell you you're missing dbus or HAL stuff when you're not?
On Sun, May 24, 2009 at 12:25 AM, Ben Klein shacklein@gmail.com wrote:
2009/5/23 Austin English austinenglish@gmail.com:
On Thu, May 21, 2009 at 5:24 PM, Joel Holdsworth joel@airwebreathe.org.uk wrote:
On Thu, 2009-05-21 at 22:18 +0200, Tijnema wrote:
Haven't checked Jaunty yet to see if it's still busted. We may need to postprocess pkg-config's output to add the missing 32 in some cases. Not sure if it's worth it.
On Jaunty I get
$ pkg-config --libs dbus-1 -L//lib -ldbus-1
I do as well, but './configure' and './configure --enable-win64' both work fine.
Does it tell you you're missing dbus or HAL stuff when you're not?
No, configure shows all dependencies as satisfied, for 32 and 64 bit.