El vie, 15-10-2004 a las 19:51 -0600, Kevin White escribi�:
> I am trying to compile the example from
> http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/packingdemonstrationprogram.html
> to learn how to use GTK# and am having a problem.
> 
> When I type:
> mcs -pkg:gtk-sharp,glib-sharp -r:System.Drawing packer.cs I get errors
> that the glib-sharp.pc cannot be found (indeed this does not exist on
> my system, though glib-sharp files exist in the gac).

Have you instaled devel libraries of glib-dev? (I don't know what is the
exactly name). Devel libraries of packages have the .pc files you need
for compile some gtk-sharp programs. If you have installed the libraries
and the problem continues, you can try to set the PKG_CONFIG_PATH
variable with the directory pkgconfig where are .pc files.

echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig/:/lib/pkgconfig

Good Luck!

Sergio
> _______________________________________________
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list

Attachment: signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente

Reply via email to