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-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

[Barry-devel] virtual inheritance

2010-12-10 Thread Chris Frey
Hi Nicolas, Reading through your class hierarchy, I notice that you used virtual inheritance in the following cases: a_alxparser.h:class BXEXPORT ALXParser : public virtual XML::XMLParser { a_application.h:class BXEXPORT Application : public virtual CODSection { a_library.h:class BXEXPOR