Mono and GTK#, installing problem with gtk#
- by user207785
I've been trying and trying to install gtk# into mono, but I can't seem to install gtk# I've downloaded the tarball, used ./configure, and I get this:
Configuration summary
Installation prefix = /usr/local
C# compiler: /usr/bin/mcs -define:GTK_SHARP_2_6 -define:GTK_SHARP_2_8 -define:GTK_SHARP_2_10 -define:GTK_SHARP_2_12
Optional assemblies included in the build:
glade-sharp.dll: no
gtk-dotnet.dll: yes
Mono.Cairo.dll: using system assembly
NOTE: if any of the above say 'no' you may install the
corresponding development packages for them, rerun
autogen.sh to include them in the build.
Documentation build enabled: yes
WARNING: The install prefix is different than the monodoc prefix.
Monodoc will not be able to load the documentation.
Now what? I've been ./autogen.sh - ing like crazy and its not working! Please help!
I just want to program in c# with a visual window builder like in c# visual studio...