Re: [Barry-devel] plugin compilation

2007-05-28 Thread Jacek Nykis
On Monday 28 May 2007, Chris Frey wrote: > On Mon, May 28, 2007 at 01:12:58PM +0100, Jacek Nykis wrote: > > Thanks for answer. > > I have just tried with SVN version of opensync and I get: > > [compiler errors] > > Yes, OpenSync went through some significant API changes between > 0.2x and 0.30, and

Re: [Barry-devel] plugin compilation

2007-05-28 Thread Chris Frey
On Mon, May 28, 2007 at 01:12:58PM +0100, Jacek Nykis wrote: > Thanks for answer. > I have just tried with SVN version of opensync and I get: [compiler errors] Yes, OpenSync went through some significant API changes between 0.2x and 0.30, and CVS is not fully ported to that yet. Sorry if I was un

Re: [Barry-devel] plugin compilation

2007-05-28 Thread Jacek Nykis
On Sunday 27 May 2007, Chris Frey wrote: > On Sun, May 27, 2007 at 07:43:34PM +0100, Jacek Nykis wrote: > > barry_sync.cc:28:39: error: opensync/opensync-context.h: No such file or > > directory > > It appears you're compiling the CVS tree. If so, you need to use > the latest SVN sources from the

Re: [Barry-devel] plugin compilation

2007-05-27 Thread Chris Frey
On Sun, May 27, 2007 at 07:43:34PM +0100, Jacek Nykis wrote: > barry_sync.cc:28:39: error: opensync/opensync-context.h: No such file or > directory It appears you're compiling the CVS tree. If so, you need to use the latest SVN sources from the OpenSync project. Also, the CVS tree is in the mid

[Barry-devel] plugin compilation

2007-05-27 Thread Jacek Nykis
Hi! I have compiled barry and gui without any problems, but unfortunately opensync plugin compilation fails. make output: barry_sync.cc:28:39: error: opensync/opensync-context.h: No such file or directory barry_sync.cc:29:45: error: opensync/plugin/opensync_plugin.h: No such file or directory