[MonoDevelop] gecko-sharp.pc

Dan Wilson dan@acucore.com
Sat, 27 Mar 2004 16:48:50 -0700


As indicated in my email, I can't find the gecko-sharp.pc file at all?  Which
package should it have come with?

-Dan

Quoting Kevin Breit <mrproper@ximian.com>:

> On Sat, 2004-03-27 at 18:07, Dan Wilson wrote:
>> I'm new to the list and brand-new to mono (saw it at Brainshare!!).
>
> Welcome Dan!
>
>> I tried to get monodevelop (MonoDevelop-r1255.tar) installed, but am having
>> problems.  I all the pre-requisites installed just fine (with a little
>> massaging), but I can't seem to compile MonoDevelop.  I get the 
>> following error
>> when running autogen.sh:
>>
>> checking BASE_DEPENDENCIES_LIBS... -r:gtksourceview-sharp 
>> -lib:/opt/gnome/lib
>> checking for gecko-sharp >= 0.1... Package gecko-sharp was not found in the
>> pkg-config search path.
>> Perhaps you should add the directory containing `gecko-sharp.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'gecko-sharp' found
>> configure: error: You need to install gecko-sharp
>
> Find where your gecko-sharp.pc file is located.  That would be in
> $PREFIX/lib/pkgconfig.  Then append that to your PKG_CONFIG_PATH and you
> should be good to go.
>
> Kevin Breit