On Tue, 2010-12-14 at 04:22 -0800, Ben wrote: > Am trying to build the plugins from source (with an aim to making a > small mod to the GoogleSearch plugin to support the 'g'l location > search parameter).
Cool! > > I believe I have all dependencies installed, I'm running Ubuntu 10.10 > and the list at http://do.davebsd.com/wiki/Installing_Do included some > packages that no longer exist. I looked for what seem to be more > recent packages until autogen.sh stopped complaining. > > However, I've hit an "error CS1061" and this being my first exposure > to C#/Mono, I'm at a bit of a loss... > This would be the equivalent of C's “function BAR undefined” - the compiler can't find the definition of a function the code is using. This is because that function was introduced in Do 0.8.4 - which isn't in Ubuntu yet - but I haven't bumped the dependency in do-plugins configure. At the moment, you need to disable the Window Manager plugin to build against Do 0.8.4, until I finish merging the various plugin branches and cut a new do-plugins release.
signature.asc
Description: This is a digitally signed message part
