Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Chris Frey
On Fri, Dec 07, 2007 at 05:13:06AM -0700, Brian Edginton wrote: > What distro are you working with? If fedora you can yum install > opensync-devel-0.22, if debian you'll have to install from source, > other distros I don't know. Building opensync from scratch isn't for > the timid though, it requir

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Chris Frey
On Fri, Dec 07, 2007 at 01:39:03PM -0600, Joe Barr wrote: > > When I used multisync0.90, create a group with two members, then click > Refresh, I get this: > > Unable to load plugin /usr/lib/opensync/plugins/barry_sync.so: Unable to > open > module /usr/lib/opensync/plugins/barry_sync.so: > /us

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Joe Barr
When I used multisync0.90, create a group with two members, then click Refresh, I get this: Unable to load plugin /usr/lib/opensync/plugins/barry_sync.so: Unable to open module /usr/lib/opensync/plugins/barry_sync.so: /usr/lib/opensync/plugins/barry_sync.so: undefined symbol: _ZN5Barry5ProbeC1

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Joe Barr
Great, thanks, got it now. On Fri, 2007-12-07 at 14:00 -0500, Simon Ruggier wrote: > On 12/7/07, Joe Barr <[EMAIL PROTECTED]> wrote: > > Does it have to be 0.21? I am having trouble finding that specific > > tarball. > > it's 0.22, not 0.21, according to the README in the plugin source. > > -

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Simon Ruggier
On 12/7/07, Joe Barr <[EMAIL PROTECTED]> wrote: > Does it have to be 0.21? I am having trouble finding that specific > tarball. it's 0.22, not 0.21, according to the README in the plugin source. - SF.Net email is sponsored b

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Joe Barr
Yes, it is Ubuntu 7.10. I got past the ./configure --enable-opensync-plugin script problem by reinstalling the Ubuntu package (I got an error without it for missing PACKAGE), which I had removed when I built a newer opensync from source. Does it have to be 0.21? I am having trouble finding t

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Martin Owens
It's ubuntu, the available packages are 0.19, NOT good. On 07/12/2007, Brian Edginton <[EMAIL PROTECTED]> wrote: > On Dec 6, 2007 2:24 PM, Martin Owens <[EMAIL PROTECTED]> wrote: > > you need to have opensync 0.21 installed from source. > > > > > > > > On 06/12/2007, Joe Barr <[EMAIL PROTECTED]> w

Re: [Barry-devel] Building opensync plugin

2007-12-07 Thread Brian Edginton
On Dec 6, 2007 2:24 PM, Martin Owens <[EMAIL PROTECTED]> wrote: > you need to have opensync 0.21 installed from source. > > > > On 06/12/2007, Joe Barr <[EMAIL PROTECTED]> wrote: > > > > I've built barry-0.11, and I have installed the latest version of > > opensync from source, but when I try to bu

Re: [Barry-devel] Building opensync plugin

2007-12-06 Thread Martin Owens
you need to have opensync 0.21 installed from source. On 06/12/2007, Joe Barr <[EMAIL PROTECTED]> wrote: > > > I've built barry-0.11, and I have installed the latest version of > opensync from source, but when I try to build the barry plugin, the > configure script tells me "checking for PACKAGE..

[Barry-devel] Building opensync plugin

2007-12-06 Thread Joe Barr
I've built barry-0.11, and I have installed the latest version of opensync from source, but when I try to build the barry plugin, the configure script tells me "checking for PACKAGE... configure: error: Package requirements (opensync-1.0 glib-2.0) were not met:" What am I doing wrong? Thanks