linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez-devel] bluez is uncompilable
@ 2006-01-22  2:28 Martin Lipocky
  2006-01-22  2:49 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Lipocky @ 2006-01-22  2:28 UTC (permalink / raw)
  To: bluez-devel


I now downloaded the latest bluez and I cannot compile the stuff, no matter 
what version of gcc I try. There must be a complete mess in the code.

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../common   -I/usr/include  -I/usr/include 
-Wall -O2 -D_FORTIFY_SOURCE=2 -c `test -f 'sdptool.c' || echo './'`sdptool.c
sdptool.c: In function `print_raw_data':
sdptool.c:590: warning: unknown conversion type character `j' in format
sdptool.c:590: warning: too many arguments for format
sdptool.c:605: warning: unknown conversion type character `j' in format
sdptool.c:605: warning: too many arguments for format
sdptool.c: In function `add_isync':
sdptool.c:2621: `APPLE_AGENT_SVCLASS_ID' undeclared (first use in this 
function)
sdptool.c:2621: (Each undeclared identifier is reported only once
sdptool.c:2621: for each function it appears in.)
sdptool.c: At top level:
sdptool.c:2681: `APPLE_AGENT_SVCLASS_ID' undeclared here (not in a function)
sdptool.c:2681: initializer element is not constant
sdptool.c:2681: (near initialization for `service[30].class')
make[2]: *** [sdptool.o] Error 1
make[2]: Leaving directory 
`/home/mlipocky/install/synce/bluez-utils-2.25/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mlipocky/install/synce/bluez-utils-2.25'
make: *** [all] Error 2



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] bluez is uncompilable
  2006-01-22  2:28 [Bluez-devel] bluez is uncompilable Martin Lipocky
@ 2006-01-22  2:49 ` Marcel Holtmann
  2006-01-22 10:20   ` Martin Lipocky
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2006-01-22  2:49 UTC (permalink / raw)
  To: bluez-devel

Hi Martin,

> I now downloaded the latest bluez and I cannot compile the stuff, no matter 
> what version of gcc I try. There must be a complete mess in the code.
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../common   -I/usr/include  -I/usr/include 
> -Wall -O2 -D_FORTIFY_SOURCE=2 -c `test -f 'sdptool.c' || echo './'`sdptool.c
> sdptool.c: In function `print_raw_data':
> sdptool.c:590: warning: unknown conversion type character `j' in format
> sdptool.c:590: warning: too many arguments for format
> sdptool.c:605: warning: unknown conversion type character `j' in format
> sdptool.c:605: warning: too many arguments for format
> sdptool.c: In function `add_isync':
> sdptool.c:2621: `APPLE_AGENT_SVCLASS_ID' undeclared (first use in this 
> function)
> sdptool.c:2621: (Each undeclared identifier is reported only once
> sdptool.c:2621: for each function it appears in.)
> sdptool.c: At top level:
> sdptool.c:2681: `APPLE_AGENT_SVCLASS_ID' undeclared here (not in a function)
> sdptool.c:2681: initializer element is not constant
> sdptool.c:2681: (near initialization for `service[30].class')
> make[2]: *** [sdptool.o] Error 1
> make[2]: Leaving directory 
> `/home/mlipocky/install/synce/bluez-utils-2.25/tools'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mlipocky/install/synce/bluez-utils-2.25'
> make: *** [all] Error 2

read the README and you will see that you need bluez-libs-2.25 in order
to compile bluez-utils-2.25.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] bluez is uncompilable
  2006-01-22  2:49 ` Marcel Holtmann
@ 2006-01-22 10:20   ` Martin Lipocky
  2006-01-22 11:37     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Lipocky @ 2006-01-22 10:20 UTC (permalink / raw)
  To: bluez-devel

Sorry, but read the readme and you will see the following:

In order to compile Bluetooth utilities you need following software packages:
        - Linux Bluetooth protocol stack (BlueZ)

And the title of the README says:
BlueZ - Bluetooth protocol stack for Linux

There is no word about prior compilation of libs. Who could realize it? The 
readme is poor.

Martin

>
> read the README and you will see that you need bluez-libs-2.25 in order
> to compile bluez-utils-2.25.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] bluez is uncompilable
  2006-01-22 10:20   ` Martin Lipocky
@ 2006-01-22 11:37     ` Marcel Holtmann
  2006-01-22 11:43       ` Martin Lipocky
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2006-01-22 11:37 UTC (permalink / raw)
  To: bluez-devel

Hi Martin,

> Sorry, but read the readme and you will see the following:
> 
> In order to compile Bluetooth utilities you need following software packages:
>         - Linux Bluetooth protocol stack (BlueZ)
> 
> And the title of the README says:
> BlueZ - Bluetooth protocol stack for Linux
> 
> There is no word about prior compilation of libs. Who could realize it? The 
> readme is poor.

oops. I meant the ChangeLog file.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] bluez is uncompilable
  2006-01-22 11:37     ` Marcel Holtmann
@ 2006-01-22 11:43       ` Martin Lipocky
  2006-01-22 11:50         ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Lipocky @ 2006-01-22 11:43 UTC (permalink / raw)
  To: bluez-devel

You meant ChangeLog, but to my other inquiry on the --activesync option.
In this topic we have talked about compilation and what is in README.
You must be confused. Confess, you are the developer. :-)

Martin

D=C5=88a Ne 22. Janu=C3=A1r 2006 12:37 Marcel Holtmann nap=C3=ADsal:
> Hi Martin,
>
> > Sorry, but read the readme and you will see the following:
> >
> > In order to compile Bluetooth utilities you need following software
> > packages: - Linux Bluetooth protocol stack (BlueZ)
> >
> > And the title of the README says:
> > BlueZ - Bluetooth protocol stack for Linux
> >
> > There is no word about prior compilation of libs. Who could realize it?
> > The readme is poor.
>
> oops. I meant the ChangeLog file.
>
> Regards
>
> Marcel
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=
=3D121642
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] bluez is uncompilable
  2006-01-22 11:43       ` Martin Lipocky
@ 2006-01-22 11:50         ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2006-01-22 11:50 UTC (permalink / raw)
  To: bluez-devel

Hi Martin,

> You meant ChangeLog, but to my other inquiry on the --activesync option.
> In this topic we have talked about compilation and what is in README.
> You must be confused. Confess, you are the developer. :-)

you better read it before responding ;)

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2006-01-22 11:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-22  2:28 [Bluez-devel] bluez is uncompilable Martin Lipocky
2006-01-22  2:49 ` Marcel Holtmann
2006-01-22 10:20   ` Martin Lipocky
2006-01-22 11:37     ` Marcel Holtmann
2006-01-22 11:43       ` Martin Lipocky
2006-01-22 11:50         ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).