On Thu, 2007-12-13 at 18:07 +0100, Marco De Santis wrote: > Hi! I'm trying to install Moonlight on Ubuntu 7.04 and so I have to > install gtk-sharp. > I have downloaded it from svn but when I execute the > command: ./bootstrap-2.12 --prefix=/usr > > the output is : > > checking for GTK... configure: error: Package requirements (gtk+- 2.0 > >= 2.12.0) were not met: > > Requested 'gtk+-2.0 >= 2.12.0' but version of GTK+ is 2.10.11
If you need 2.10 bindings, you need to use the 2.10 branch: branches/gtk-sharp-2-10-branch svn trunk is now setup to bind the 2.12 API. I will be releasing a 2.11.0 preview release for the adventurous in the next couple weeks. BTW, I would strongly advise against installing a private build in /usr, especially of a non-released svn image. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
