From: Leif <le...@ad...> - 2005-12-19 23:02:37
|
Jason, I think A. Bauer mensioned that the framework for dealing with irmc configuration under multisync0.90 is still is progress/not complete(?). I can't find any pointer to that statement however. Other persons has configured irmc manually with success (see below). Regards Leif <snip> hi, i used this config-file for my siemens s55: <config> <fixedst>false</fixedst> <donttellsync>false</donttellsync> <onlyphonenumbers>true</onlyphonenumbers> <dontacceptold>true</dontacceptold> <maximumage>7</maximumage> <translatecharset>false</translatecharset> <charset>ISO8859-1</charset> <alarmtoirmc>true</alarmtoirmc> <alarmfromirmc>true</alarmfromirmc> <convertade>convcard</convertade> <connectmedium>bluetooth</connectmedium> <btunit>00:01:E3:6E:41:D1</btunit> <btchannel>5</btchannel> </config> this should work... flo </snip> > I just compiled libopensync-0.18.tar.gz multisync-0.90.18.tar.gz and > plugins for the first time. Whilst I was able to use rpmbuild -ta for > most of them, I built the irmc plugin manually with (autoreconf > -sfi;./configure;make install). I did this because I could not figure > out how to install the pre-requisite openobex rpm, and I've already > installed this without an rpm. > > Now, when I run multisync0.90, it doesn't detect the irmc plugin, even > though msynctool --listplugins tells me it's OK. (see output below) > > I built multisync with (autoreconf -sfi;./configure;make install) in > both the root and gui dirs. > > Any ideas on why multisync cannot find the irmc plugin? > > Thanks, > > Jason. > > ---------------------------------- > > [root@talby plugins]# uname -a > Linux talby.logular.com 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39 > EDT 2005 i686 i686 i386 GNU/Linux > [root@talby plugins]# ls -la /usr/lib/opensync/plugins/ > total 240 > drwxr-xr-x 2 root root 4096 Dec 17 21:50 . > drwxr-xr-x 4 root root 4096 Dec 17 20:58 .. > -rwxr-xr-x 1 root root 26996 Dec 17 21:17 evo2_sync.so > -rwxr-xr-x 1 root root 14984 Dec 17 20:57 file_sync.so > -rwxr-xr-x 1 root root 867 Dec 17 21:50 irmc_sync.la > -rwxr-xr-x 1 root root 157774 Dec 17 21:50 irmc_sync.so > [root@talby gui]# msynctool --listplugins > Available plugins: > irmc-sync > file-sync > evo2-sync > [root@talby plugins]# multisync0.90 > Starting up! > register plugins 0x9123068 > env 0x9123068 > name file-sync > option (nil) > env 0x9123068 > name evo2-sync > option 0x90f85cc > env 0x9123068 > name synce-plugin > option 0x90f85cc > loaded group irmc2file > > ** (multisync0.90:32433): WARNING **: Couldn't find pixmap file: > multisync-0.90/multisync_small.png > msync_open_mainwindow() > show_pairlist > Showing group irmc2file > setting status Ready > setting status Error initializing: Unable to get config data: Member has > not been configured > About to run gtk_main > about to show plugins > adding plugin irmc-sync > adding plugin file-sync > adding plugin evo2-sync > plugin irmc-sync selected > plugin irmc-sync selected > plugin2 file-sync selected > remote > true > plugin2 file-sync selected > remote > true > opening irmc-sync plugin > Unable to find MSyncPlugin (irmc-sync)!!! <=== this message occurs > when I hit the "options" button when the "first plugin" dropdown has > irmc-sync selected > > > > ------------------------------------------------------- > 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |