List Info

Thread: dbus-glib problem




dbus-glib problem
user name
2006-06-20 07:13:14
Hi Sumeet,

> I have downloaded bluez-utils-3.1 and bluez-libs-3.1
and I am trying to build them.
> 
> I get the following error when I run ./configure for
bluez-utils -
> 
> [I have no name!del32tpt  bluez-utils-3.1]$ ./configure
> checking for a BSD-compatible install...
/usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> ..
> .
> .
> .
> .
> .
> .
> checking for BLUEZ... yes
> checking for DBUS... Package dbus-glib-1 was not found
in the pkg-config search path.
> Perhaps you should add the directory containing
`dbus-glib-1.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'dbus-glib-1' found
> configure: error: dbus-glib > 0.35 is required
> 
> There seem to be some dependencies. I have tried
installing dbus-0.61 and glib-2.8.6 but it does not work.
Please tell me what packages to install to remove these
dependencies and send me a link also if possible.

we don't require the dbus-glib bindings. No idea why it is
looking for
them. This seems like a bug in D-Bus package. What kind
distribution is
this?

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

dbus-glib problem
user name
2006-06-20 07:46:10
Hi Marcel

I think the problem is with the kernel version. I am using
2.4 while the
package bluez-utils-3.1 seems to work with 2.6. Is this
true?

If yes.. then is there any way I can make bluez latest
package work with
Linux kernelversion 2.4.

Best Regards,

Sumeet



-----Original Message-----
From: bluez-users-bounceslists.sourceforge.net
[mailto:bluez-users-bounceslists.sourceforge.net] On
Behalf Of Marcel
Holtmann
Sent: Tuesday, June 20, 2006 12:43 PM
To: BlueZ users
Subject: Re: [Bluez-users] dbus-glib problem


Hi Sumeet,

> I have downloaded bluez-utils-3.1 and bluez-libs-3.1
and I am trying 
> to build them.
> 
> I get the following error when I run ./configure for
bluez-utils -
> 
> [I have no name!del32tpt  bluez-utils-3.1]$ ./configure
checking for 
> a BSD-compatible install... /usr/bin/install -c
checking whether build 
> environment is sane... yes checking for gawk... gawk
> ..
> .
> .
> .
> .
> .
> .
> checking for BLUEZ... yes
> checking for DBUS... Package dbus-glib-1 was not found
in the pkg-config
search path.
> Perhaps you should add the directory containing
`dbus-glib-1.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'dbus-glib-1' found
> configure: error: dbus-glib > 0.35 is required
> 
> There seem to be some dependencies. I have tried
installing dbus-0.61 
> and glib-2.8.6 but it does not work. Please tell me
what packages to 
> install to remove these dependencies and send me a link
also if 
> possible.

we don't require the dbus-glib bindings. No idea why it is
looking for them.
This seems like a bug in D-Bus package. What kind
distribution is this?

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

dbus-glib problem
user name
2006-06-20 08:07:04
Marcel Holtmann wrote:

>> checking for BLUEZ... yes
>> checking for DBUS... Package dbus-glib-1 was not
found in the pkg-config search path.
>> Perhaps you should add the directory containing
`dbus-glib-1.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'dbus-glib-1' found
>> configure: error: dbus-glib > 0.35 is required
>>
>> There seem to be some dependencies. I have tried
installing dbus-0.61 and glib-2.8.6 but it does not work.
Please tell me what packages to install to remove these
dependencies and send me a link also if possible.
> 
> we don't require the dbus-glib bindings. No idea why
it is looking for
> them. This seems like a bug in D-Bus package. What kind
distribution is
> this?

Hi!
I had the same problem on my ubuntu. You have to install
dbus-glib-dev. 
The configure script is looking for the include files but
apparently 
does not seems to say it.

-- 

Zhares


_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

dbus-glib problem
user name
2006-06-20 08:31:56
Hi,

> >> checking for BLUEZ... yes
> >> checking for DBUS... Package dbus-glib-1 was
not found in the pkg-config search path.
> >> Perhaps you should add the directory
containing `dbus-glib-1.pc'
> >> to the PKG_CONFIG_PATH environment variable
> >> No package 'dbus-glib-1' found
> >> configure: error: dbus-glib > 0.35 is
required
> >>
> >> There seem to be some dependencies. I have
tried installing dbus-0.61 and glib-2.8.6 but it does not
work. Please tell me what packages to install to remove
these dependencies and send me a link also if possible.
> > 
> > we don't require the dbus-glib bindings. No idea
why it is looking for
> > them. This seems like a bug in D-Bus package. What
kind distribution is
> > this?
> 
> I had the same problem on my ubuntu. You have to
install dbus-glib-dev. 
> The configure script is looking for the include files
but apparently 
> does not seems to say it.

oops. This is my mistake. I accidentally put in a check for
dbus-glib,
but this is not needed at all. We only use the low-level
D-Bus API. I
fixed that in the CVS now.

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

dbus-glib problem
user name
2006-06-21 05:22:55
Hi Marcel
Could you tell me what change did you make to remove the
dbus-glib check. I
can make the same change on my side as I am unable to access
CVS from my
machine.

Thanks for your kind help.

Best Regards,

Sumeet



-----Original Message-----
From: bluez-users-bounceslists.sourceforge.net
[mailto:bluez-users-bounceslists.sourceforge.net] On
Behalf Of Marcel
Holtmann
Sent: Tuesday, June 20, 2006 2:02 PM
To: BlueZ users
Subject: Re: [Bluez-users] dbus-glib problem


Hi,

> >> checking for BLUEZ... yes
> >> checking for DBUS... Package dbus-glib-1 was
not found in the 
> >> pkg-config search path. Perhaps you should add
the directory 
> >> containing `dbus-glib-1.pc' to the
PKG_CONFIG_PATH environment 
> >> variable No package 'dbus-glib-1' found
> >> configure: error: dbus-glib > 0.35 is
required
> >>
> >> There seem to be some dependencies. I have
tried installing 
> >> dbus-0.61 and glib-2.8.6 but it does not work.
Please tell me what 
> >> packages to install to remove these
dependencies and send me a link 
> >> also if possible.
> > 
> > we don't require the dbus-glib bindings. No idea
why it is looking 
> > for them. This seems like a bug in D-Bus package.
What kind 
> > distribution is this?
> 
> I had the same problem on my ubuntu. You have to
install 
> dbus-glib-dev.
> The configure script is looking for the include files
but apparently 
> does not seems to say it.

oops. This is my mistake. I accidentally put in a check for
dbus-glib, but
this is not needed at all. We only use the low-level D-Bus
API. I fixed that
in the CVS now.

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users




_______________________________________________
Bluez-users mailing list
Bluez-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )