Mono and GTK#, installing problem with gtk#

Posted by user207785 on Ask Ubuntu See other posts from Ask Ubuntu or by user207785
Published on 2013-10-26T03:48:29Z Indexed on 2013/10/26 4:10 UTC
Read the original article Hit count: 674

Filed under:
|

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...

© Ask Ubuntu or respective owner

Related posts about mono

Related posts about c#