All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Problems compiling btsco
@ 2005-10-31 14:54 Dani Camps
  2005-10-31 15:26 ` Brad Midgley
  0 siblings, 1 reply; 5+ messages in thread
From: Dani Camps @ 2005-10-31 14:54 UTC (permalink / raw)
  To: BlueZ Mailing List

I am trying to compile btsco to add support for my
headset.
When running bootstrap it asks for automake-1.7, I
have in my system automake-1.9.2-3, so is there a way
to tell  bootstrap to use the automake-1.9.2-3 or I
should install automake-1.7 anyway ?

Thanks

Dani


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bluez-users] Problems compiling btsco
  2005-10-31 14:54 [Bluez-users] Problems compiling btsco Dani Camps
@ 2005-10-31 15:26 ` Brad Midgley
  2005-10-31 15:38   ` Dani Camps
  0 siblings, 1 reply; 5+ messages in thread
From: Brad Midgley @ 2005-10-31 15:26 UTC (permalink / raw)
  To: bluez-users

Dani

try this instead of running bootstrap:

aclocal -I /usr/share/aclocal && autoheader && automake --add-missing
--copy && autoconf

i am probably going to take out the version check since it's outdated.

brad

> I am trying to compile btsco to add support for my
> headset.
> When running bootstrap it asks for automake-1.7, I
> have in my system automake-1.9.2-3, so is there a way
> to tell  bootstrap to use the automake-1.9.2-3 or I
> should install automake-1.7 anyway ?
> 
> Thanks
> 
> Dani
> 
> 
> 	
> 		
> __________________________________ 
> Yahoo! Mail - PC Magazine Editors' Choice 2005 
> http://mail.yahoo.com
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training Course
> Free Certification Exam for All Training Attendees Through End of 2005
> Visit http://www.jboss.com/services/certification for more information
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bluez-users] Problems compiling btsco
  2005-10-31 15:26 ` Brad Midgley
@ 2005-10-31 15:38   ` Dani Camps
  2005-10-31 17:26     ` jimmi
  0 siblings, 1 reply; 5+ messages in thread
From: Dani Camps @ 2005-10-31 15:38 UTC (permalink / raw)
  To: bluez-users

Thanks for the reply, 

I ran the command you told me and I think it was fine
this is the output :

______________
[root@localhost btsco]# aclocal -I /usr/share/aclocal
&& autoheader && automake --add-missing --copy &&
autoconf

/usr/share/aclocal/wxwin.m4:36: warning: underquoted
definition of AM_OPTIONS_WXCONFIG
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/wxwin.m4:59: warning: underquoted
definition of AM_PATH_WXCONFIG
/usr/share/aclocal/progsreiserfs.m4:13: warning:
underquoted definition of AC_CHECK_LIBREISERFS
______________

My problem now comes when I run configure, I get this
error:

__________________________

checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: error: Bluetooth header files not found
_______________________

I have all the bluez packages installed, so what am I
missing ? What are these headers it can not find ?

Thanks

Dani

PS: My system is a Fedora Core 3, with
2.6.12-1.1372_FC3 kernel, bluez 2.10-2 and alsa-driver
and alsa-lib.1.0.9rc4a.

--- Brad Midgley <bmidgley@xmission.com> wrote:

> Dani
> 
> try this instead of running bootstrap:
> 
> aclocal -I /usr/share/aclocal && autoheader &&
> automake --add-missing
> --copy && autoconf
> 
> i am probably going to take out the version check
> since it's outdated.
> 
> brad
> 
> > I am trying to compile btsco to add support for my
> > headset.
> > When running bootstrap it asks for automake-1.7, I
> > have in my system automake-1.9.2-3, so is there a
> way
> > to tell  bootstrap to use the automake-1.9.2-3 or
> I
> > should install automake-1.7 anyway ?
> > 
> > Thanks
> > 
> > Dani
> > 
> > 
> > 	
> > 		
> > __________________________________ 
> > Yahoo! Mail - PC Magazine Editors' Choice 2005 
> > http://mail.yahoo.com
> > 
> > 
> >
>
-------------------------------------------------------
> > This SF.Net email is sponsored by the JBoss Inc.
> > Get Certified Today * Register for a JBoss
> Training Course
> > Free Certification Exam for All Training Attendees
> Through End of 2005
> > Visit http://www.jboss.com/services/certification
> for more information
> > _______________________________________________
> > Bluez-users mailing list
> > Bluez-users@lists.sourceforge.net
> >
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training
> Course
> Free Certification Exam for All Training Attendees
> Through End of 2005
> Visit http://www.jboss.com/services/certification
> for more information
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> 



	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bluez-users] Problems compiling btsco
  2005-10-31 15:38   ` Dani Camps
@ 2005-10-31 17:26     ` jimmi
  2005-10-31 17:50       ` Dani Camps
  0 siblings, 1 reply; 5+ messages in thread
From: jimmi @ 2005-10-31 17:26 UTC (permalink / raw)
  To: bluez-users

Dani Camps ha scritto:
> I have all the bluez packages installed, so what am I
> missing ? What are these headers it can not find ?

libbluetooth1-dev
;)

Jimmi



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Bluez-users] Problems compiling btsco
  2005-10-31 17:26     ` jimmi
@ 2005-10-31 17:50       ` Dani Camps
  0 siblings, 0 replies; 5+ messages in thread
From: Dani Camps @ 2005-10-31 17:50 UTC (permalink / raw)
  To: bluez-users

Thanks for the reply,

At the end I installed the bluez-lib-devel package, it
installed the sources in /usr/include/bleutooth and
everything worked fine.

Let's see what's the next problem :-D

Dani



--- jimmi <jimmi@libero.it> wrote:

> Dani Camps ha scritto:
> > I have all the bluez packages installed, so what
> am I
> > missing ? What are these headers it can not find ?
> 
> libbluetooth1-dev
> ;)
> 
> Jimmi
> 
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by the JBoss Inc.
> Get Certified Today * Register for a JBoss Training
> Course
> Free Certification Exam for All Training Attendees
> Through End of 2005
> Visit http://www.jboss.com/services/certification
> for more information
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/bluez-users
> 



		
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-31 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-31 14:54 [Bluez-users] Problems compiling btsco Dani Camps
2005-10-31 15:26 ` Brad Midgley
2005-10-31 15:38   ` Dani Camps
2005-10-31 17:26     ` jimmi
2005-10-31 17:50       ` Dani Camps

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.