I just figured out why the do-plugins code doesn't compile well on (at least some of) Fedoar 10 systems. It seems the pkgconfig on Fedora for some reasons doesn't look into the directory /usr/loca/lib/pkgconfig, which results the failure during autogen. Linking all the files in / usr/local/lib/pkgconfig to /usr/lib/pkgconfig solves the issue that do.platform.*/do.universe etc. cannot be found. (there probably are better ways than just making links).
On Mar 12, 3:19 pm, Emery Finkelstein <[email protected]> wrote: > I had a little trouble compiling the plugin pack from source. > > You'll need to get banshee-devel from the rawhide repository. Other > than that using Yum to get the build dep for gnome-do-devel should be > enough. > > But if you're compiling through Monodevelop you shouldn't need the > banshee packages unless of course you're looking ot install the > banshee plugin. > > On Mar 10, 5:54 pm, Peter Kirn <[email protected]> wrote: > > > Cool. Well, never mind ... I was able to grab the package from the > > development repository, and that's working brilliantly. Now that I > > have the existing things working and all the dependencies, I just need > > to fire up Monodevelop and try building a plug-in. ;) > > > Peter > > > On Mar 10, 1:21 pm, Alex Launi <[email protected]> wrote: > > > > Do.Platform is an assembly in 0.8. It did not exist in the 0.6 release > > > series. > > > > -- > > > --Alex Launi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
