From: Jason G. <ju...@lo...> - 2005-12-17 11:14:29
|
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 |