On Jun 12, 2010, at 12:27 PM, sclough wrote:
> Since I can't find any the Google search module (only the calendar
> module), I'm trying to compile the modules from here:
> http://github.com/tiennou/blacktree-elements/tree/master/elements.websearch/
> . I downloaded the files, opened XCode, and selected the Google
> project. When I tell it to build it gets a lot of errors about not
> finding things which I assume means it needs Quicksilver or
> Quicksilver's libraries to compile against.
You may want to look at the Plug-in Development Reference[1] in general, but in
particular, from the “Building and Testing” section:
If you're trying to work on one of the existing plug-ins and you can't get it
to build, here are a couple of things that have worked for me.
• Build Quicksilver from source (Release, not Debug). The process puts
a lot of things in /tmp/QS/build/release/ that the source for the plug-ins
expect to find there.
• Tell Xcode to do a "Release" build of the plug-in instead of "Debug".
(I'm not sure what all the ramifications are with this, but it seems to work.)
You’ll also want to set up the source trees in Xcode, which is explained in the
tutorial (linked at the bottom of the reference.)
1:
http://github.com/tiennou/blacktree-elements/blob/master/PluginDevelopmentReference/QuicksilverPlug-inReference.mdown
--
Rob McBroom
<http://www.skurfer.com/>