Re: [Barry-devel] Build error under Gentoo with OpenSync 0.4x

2010-12-10 Thread Ryan Li
The ebuild was written in 23 May, and it uses the 0.39 release, which is released in September last year according to its official website. Basically it's building from source, so I don't know what caused that inconsistency. Ryan On Fri, 2010-12-10 at 04:01 -0500, Chris Frey wrote: > No problem

Re: [Barry-devel] Build error under Gentoo with OpenSync 0.4x

2010-12-10 Thread Chris Frey
On Fri, Dec 10, 2010 at 03:58:51PM +0800, Ryan Li wrote: > Sorry for disturbing, it's my fault. I missed several lines containing > `libopensync1' below in configure.css. After changing all to > `libopensync', it builds correctly. No problem. :-) Glad to hear it wasn't more serious! Side questio

Re: [Barry-devel] Build error under Gentoo with OpenSync 0.4x

2010-12-09 Thread Ryan Li
Sorry for disturbing, it's my fault. I missed several lines containing `libopensync1' below in configure.css. After changing all to `libopensync', it builds correctly. Ryan On Fri, 2010-12-10 at 02:31 -0500, Chris Frey wrote: > That's a new one to me. Can you run that command manually and add >

Re: [Barry-devel] Build error under Gentoo with OpenSync 0.4x

2010-12-09 Thread Chris Frey
On Fri, Dec 10, 2010 at 02:47:49PM +0800, Ryan Li wrote: > make[4]: Entering directory > `/home/ryan/dev/barry/opensync-plugin-0.4x/src' > /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -Werror > -D__BARRY_HAVE_GCCVISIBILITY__ -fvisibility=hidden -g -O2 -avoid-version > -export-dynamic -modul

[Barry-devel] Build error under Gentoo with OpenSync 0.4x

2010-12-09 Thread Ryan Li
Hi all, I'm encountering some issues under Gentoo when building with opensync 0.4x support. First they are using libopensync instead of libopensync1 for the library, which could be solved with PKG_CHECK_EXISTS in autoconf. And after modifying that, an error occurred when building, I copied the e