[MonoDevelop] gecko-sharp.pc
Kevin Breit
mrproper@ximian.com
Sat, 27 Mar 2004 18:15:11 -0500
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