[Gtk-sharp-list] Installing GTK# for Mac Issues solved.

SA phinsxiii@knology.net
Sun, 15 Aug 2004 14:44:51 -0500


Could you explain the steps you used to get GTK# to compile?

I still can not get it to compile correctly after re-installing Mono 
1.0.

I have followed the directions to the letter on the web site, but my 
compilation keeps breaking down when I run make.

Please list the steps you used to successfully compile GTK#.

Thanks.

SA
On Aug 14, 2004, at 12:46 PM, gennady wexler wrote:

> gtk-sharp works very nicely.
>
> I get successfully compiled and running example by doing this:
>
> mcs HelloWorld.cs -r:../gtk/gtk-sharp.dll -r:../gdk/gdk-sharp.dll
>
> that is if I am running from gtk-sharp's sample folder.
>
> System.WinForms are still being developed, mono web site has 
> references to
> various sources, including WINE or such, see here.
>
> http://www.mono-project.com/contributing/winforms.html
>
> so far, I see gtk is the fastest easiest way to get on with winforms 
> today.
>
> On 8/14/04 6:57 AM, "SA" <phinsxiii@knology.net> wrote:
>
>> Ok.
>>
>> I got it to build but when I try to build the sample file
>> HelloWorld.cs, with the following command: mcs -pkg:gtk-sharp
>> -target:winexe HelloWorld.cs, I get the following errors:
>>
>> Package gtk-sharp was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `gtk-sharp.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'gtk-sharp' found
>> error CS8027: Error running pkg-config. Check the above output.
>>
>
>
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>
>