I've pasted the error below. Additionally, autogen.sh appears to not be making a Resources/Addin.xml file for my new plugin; any idea why?
Compiling File.dll... ./src/Do/Do.FilesAndFolders/AbstractFileAction.cs(71,60): error CS1061: Type `Do.Platform.IEnvironmentService' does not contain a definition for `ExpandPath' and no extension method `ExpandPath' of type `Do.Platform.IEnvironmentService' could be found (are you missing a using directive or an assembly reference?) ./src/Do/Do.FilesAndFolders/AbstractFileAction.cs(112,53): error CS1061: Type `Do.Platform.IEnvironmentService' does not contain a definition for `ExpandPath' and no extension method `ExpandPath' of type `Do.Platform.IEnvironmentService' could be found (are you missing a using directive or an assembly reference?) ./src/Do/Do.FilesAndFolders/IndexedFolder.cs(40,53): error CS1061: Type `Do.Platform.IEnvironmentService' does not contain a definition for `ExpandPath' and no extension method `ExpandPath' of type `Do.Platform.IEnvironmentService' could be found (are you missing a using directive or an assembly reference?) Compilation failed: 3 error(s), 0 warnings make[1]: *** [../build/File.dll] Error 1 make[1]: Leaving directory `/home/shanest/GnomeDo-dev/do-plugins/File' make: *** [all-recursive] Error 1 On Mon, Jan 4, 2010 at 8:37 AM, Chris Szikszoy <[email protected]>wrote: > What error are you getting during make? > > - Chris S. > > On Sun, Jan 3, 2010 at 7:57 AM, Shane Steinert-Threlkeld > <[email protected]> wrote: > > I now have Do compiling from bzr using the directions at > > http://do.davebsd.com/wiki/Installing_Do > > > > When I try and install do-plugins with those directions, I get an error > > during make on the File plugin. Attempting to build in Monodevelop gives > a > > slew of errors indicating that it can't find the dll's generated by > > compiling do from source. > > > > Is there a way to make it ignore the File plugin (but still upload it > with > > my branch when complete)? Or does anyone have any idea why it can't seem > to > > find the relevant dll's? > > > > On Sat, Jan 2, 2010 at 10:19 PM, Shane Steinert-Threlkeld > > <[email protected]> wrote: > >> > >> Hello, > >> > >> I am trying to write my first plugin for Gnome-Do and have followed > >> the instructions at > >> http://do.davebsd.com/wiki/Getting_started_with_writing_plugins > >> > >> I've also branched do from bzr so that I have a directory with 'do' > >> and 'do-plugins' as subdirectories. > >> > >> I ran autogen.sh in do, but don't know what to do after this. If I > >> try and build do in Monodevelop, I get > >> > >> Building: Do.Universe (Debug) > >> Performing main compilation... > >> /usr/bin/gmcs "/out:/home/shanest/GnomeDo-dev/do/Do.Universe/bin/Debug/ > >> Do.Universe.dll" "/r:System.dll" "/r:Mono.Posix.dll" "/ > >> r:System.Core.dll" "-pkg:gtk-sharp-2.0" /noconfig /nologo /warn:4 / > >> debug:+ /debug:full /optimize+ /codepage:utf8 /define:"DEBUG" / > >> t:library "/res:/home/shanest/GnomeDo-dev/do/Do.Universe/Resources/ > >> Do.Universe.addin.xml,Do.Universe.addin.xml" "/home/shanest/GnomeDo- > >> dev/do/Do.Universe/src/AssemblyInfo.cs" "/home/shanest/GnomeDo-dev/do/ > >> Do.Universe/src/Do.Universe/Act.cs" "/home/shanest/GnomeDo-dev/do/ > >> Do.Universe/src/Do.Universe/ContactItem.cs" "/home/shanest/GnomeDo-dev/ > >> do/Do.Universe/src/Do.Universe/IApplicationItem.cs" "/home/shanest/ > >> GnomeDo-dev/do/Do.Universe/src/Do.Universe/IBookmarkItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/ > >> IContactDetailItem.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/src/ > >> Do.Universe/IFileItem.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/ > >> src/Do.Universe/IItem.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/ > >> src/Do.Universe/ItemSource.cs" "/home/shanest/GnomeDo-dev/do/ > >> Do.Universe/src/Do.Universe/Element.cs" "/home/shanest/GnomeDo-dev/do/ > >> Do.Universe/src/Do.Universe/IOpenableItem.cs" "/home/shanest/GnomeDo- > >> dev/do/Do.Universe/src/Do.Universe/IRunnableItem.cs" "/home/shanest/ > >> GnomeDo-dev/do/Do.Universe/src/Do.Universe/ITextItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/IUriItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/IUrlItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/EmptyElement.cs" "/ > >> home/shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/EmptyItem.cs" > >> "/home/shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/Item.cs" "/ > >> home/shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/ProxyItem.cs" > >> "/home/shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/ > >> Do.Universe.Safe/SafeAct.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/ > >> src/Do.Universe/Do.Universe.Safe/SafeElement.cs" "/home/shanest/ > >> GnomeDo-dev/do/Do.Universe/src/Do.Universe/Do.Universe.Safe/ > >> SafeItemSource.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/src/ > >> Do.Universe/Do.Universe.Safe/SafeItem.cs" "/home/shanest/GnomeDo-dev/ > >> do/Do.Universe/src/Do.Universe/Do.Universe.Common/TextItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/Do.Universe.Common/ > >> BookmarkItem.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/src/ > >> Do.Universe/Do.Universe.Common/AddressContactDetailItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/Do.Universe.Common/ > >> EmailContactDetailItem.cs" "/home/shanest/GnomeDo-dev/do/Do.Universe/ > >> src/Do.Universe/Do.Universe.Common/PhoneContactDetailItem.cs" "/home/ > >> shanest/GnomeDo-dev/do/Do.Universe/src/Do.Universe/Do.Universe.Common/ > >> ContactDetailItem.cs" > >> Compilation failed: 1 error(s), 0 warnings > >> > >> error CS2001: Source file `/home/shanest/GnomeDo-dev/do/Do.Universe/ > >> src/AssemblyInfo.cs' could not be found > >> > >> > >> Build complete -- 1 error, 0 warnings > >> > >> ---------------------- Done ---------------------- > >> > >> > >> > >> > >> > >> How do I fix this error and then, once do builds properly, how do I > >> build do-plugins, including my updated one? > >> > >> Thanks alot. Looking forward to more development > >> > >> Shane > >> > >> -- > >> > >> You received this message because you are subscribed to the Google > Groups > >> "GNOME Do" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<gnome-do%[email protected]> > . > >> For more options, visit this group at > >> http://groups.google.com/group/gnome-do?hl=en. > >> > >> > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > "GNOME Do" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<gnome-do%[email protected]> > . > > For more options, visit this group at > > http://groups.google.com/group/gnome-do?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > "GNOME Do" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gnome-do%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gnome-do?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "GNOME Do" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gnome-do?hl=en.
