On Tue, 2004-09-14 at 06:00, Justin Huff wrote: > > to/from my gentoo box and my T610, however when I try to compile(read > > emerge) multisync I get the good old, cannot find libsdp... error, but > > its built into the kernel now... is a newer release of multisync on its > > way out that will work with 2.6.8 and newer kernels? I dont think I can > > emerge libsdp without breaking other stuff now that its bult into the > > kernel. > > In the latest release of BlueZ-libs, libsdp went away (grrr). All of > it's functionality has been rolled into libbluetooth from what I hear. > > This is different from the actual BlueZ kernel modules -- libraries like > libsdp are userspace entities. At anyrate, the new multisync release > should probably detect the BlueZ version in order to handle the library > issue correctly. >
Thats correct. But for now just change this in irmc_sync/configure.in SDP=0 AC_CHECK_LIB(sdp,sdp_list_free,SDP=1,BLUETOOTH=0) to: SDP=1 and in irmc_sync/src/Makefile.am: libirmc_bluetooth_la_LIBADD = -lbluetooth lsdp -lpthread to: libirmc_bluetooth_la_LIBADD = -lbluetooth -lpthread I hope someone can come up with a correct way to detect wether the libsdp is needed or not (Im not too good with the autotools). > --Justin > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Multisync-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/multisync-users ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ Multisync-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/multisync-users