Re: bluez-4.49 does not build for me.
From: Valmantas Palikša <hidden>
Date: 2009-08-24 14:27:08
Here's my errors: make[1]: *** No rule to make target `tools/bccmd.8', needed by `all-am'. Stop. make: *** [all] Error 2 same with hid2hci. On Mon, 2009-08-24 at 10:52 -0300, Luiz Augusto von Dentz wrote:
Hi, On Mon, Aug 24, 2009 at 10:15 AM, Stefan Seyfried[off-list ref] wrote:quoted
In file included from lib/sdp.c:50: lib/sdp_lib.h:31:33: error: bluetooth/bluetooth.h: No such file or directory lib/sdp_lib.h:32:27: error: bluetooth/hci.h: No such file or directory make[1]: *** [lib/sdp.lo] Error 1 make: *** [all] Error 2Strange I just compiled it using ./boostrap-configure but I did have it installed so it is maybe the case where include/ were not being include when compiling lib, so it only works when one already have those files installed.quoted
[...] rm -rf src/.libs src/_libs rm -rf test/.libs test/_libs rm -rf tools/.libs tools/_libs gcc -Wall -O2 -D_FORTIFY_SOURCE=2 -fPIC -pie lib/bluetooth.c -o lib/bluetooth /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/Scrt1.o: In function `_start': /usr/src/packages/BUILD/glibc-2.10.1/csu/../sysdeps/x86_64/elf/start.S:99: undefined reference to `main' collect2: ld returned 1 exit status make: *** [lib/bluetooth] Error 1No idea!