Re: [Multisync-users] IrMC Module: Bluetooth option not available

2003-09-12 Thread Jan-Martin Pulwitt
> > My problem: If I go to File > New Sync Pair, then choose the IrMC Plugin > > and click on its options button I can't select "Bluetooth" as connection > > type. It's there, but gray and not selectable. I can just select IR and > > Cable. > Sounds like configure didn't pickup BlueZ support. Look

Re: [Multisync-users] Nokia 6210

2003-09-12 Thread Jacek Pliszka
Hi! I have similar problem with Nokia 6310i. Unfortunately I do not have time to do it. My idea is as follows - both our phones are supported by gnokii, so one should take the proper part of gnokii code and merge it into multisync plugin. BR, Jacek On Thu, 2003-09-11 at 15:58, Martti Laakso w

Re: [Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-12 Thread Bo Lincoln
> evolution_sync.c: In function `cal_recur_instance': > evolution_sync.c:910: parse error before `*' > make[2]: *** [evolution_sync.lo] Fehler 1 Thanks, these problems (defining variables in the middle of code) are only present when you use gcc < 3.0, and since I use gcc >= 3 I don't see them :-)

Re: [Multisync-users] IrMC Module: Bluetooth option not available

2003-09-12 Thread Bo Lincoln
> Configure says that Bluetooth is disabled: Look for the lines where it searches for libbluetooth and libsdp. Check config.log as well. /Bo --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[Multisync-users] IrMC Module: Bluetooth option not available

2003-09-12 Thread Jan-Martin Pulwitt
Hi! I installed the official unstable .ebuild (gentoo's package-files) of Multisync 0.80-r1 on my gentoo machine to sync my Ericsson T68 via bluetooth with evolution 1.4.3. My problem: If I go to File > New Sync Pair, then choose the IrMC Plugin and click on its options button I can't select "B

[Multisync-users] Multisync and T68

2003-09-12 Thread Jan-Martin Pulwitt
Hi, I've a problem syncing my T68 (Firmware R2F) with Evolution: If I search for Bluetooth devices in the IrCM's options menu my T68 has the addition "No IrMC synchronization" sometimes. That's not always the case, but definetly after 1-2 successful syncs until the next reboot. My gentoo box an

Re: [Multisync-users] Siemens M55 - Will that work?

2003-09-12 Thread Bo Lincoln
> MANU:SIEMENS > MOD:M55 > SW-VERSION:04 > IRMC-VERSION:1.1 Cable support for Siemens (even the S55) is not fully functional yet it seems. If you have some knowledge of C, I can to help you track down the problem. /Bo --- This sf.net emai

Re: [Multisync-users] Siemens M55 - Will that work?

2003-09-12 Thread Daniel Mladek
Markus Goetz wrote: Am Freitag, 12. September 2003 12:30 schrieb Markus Goetz: Am Mittwoch, 10. September 2003 20:59 schrieb Bo Lincoln: Note, i said M not S =) The M does not have IR or bluetooth, i want to buy a cable. Oh, I'm sorry, I should learn to read better :-) Anyway, I'd

Re: [Multisync-users] IrMC Module: Bluetooth option not available

2003-09-12 Thread Jan-Martin Pulwitt
> > Configure says that Bluetooth is disabled: > Look for the lines where it searches for libbluetooth and libsdp. Check > config.log as well. Thanks! Multisync compiled with Bluetooth support. I just forgot to install the bluez-sdp libs. It's no dependency of the gentoo (unstable) ebuild of Multi

Re: [Multisync-users] Siemens M55 - Will that work?

2003-09-12 Thread Markus Goetz
Am Freitag, 12. September 2003 12:30 schrieb Markus Goetz: > Am Mittwoch, 10. September 2003 20:59 schrieb Bo Lincoln: > > > Note, i said M not S =) > > > The M does not have IR or bluetooth, i want to buy a cable. > > > > Oh, I'm sorry, I should learn to read better :-) Anyway, I'd be > > surprise

Re: [Multisync-users] Siemens M55 - Will that work?

2003-09-12 Thread Markus Goetz
Am Mittwoch, 10. September 2003 20:59 schrieb Bo Lincoln: > > Note, i said M not S =) > > The M does not have IR or bluetooth, i want to buy a cable. > > Oh, I'm sorry, I should learn to read better :-) Anyway, I'd be > surprised if they use some other synchronization method than the S55 > (which f

Re: [Multisync-users] Multisync compile issue ( Debian Woody / Gnome 2.2)

2003-09-12 Thread Garrick Welsh
A .la file is not a static library. It's a text file. It provides information about the library that is to be linked in. This information is used by libtool. This information is usually generated when you create a library using autoconf etc. Just install the libgnomeprintui2.2-dev project to stop t