On 27/10/2009 23:56, Michael Schuh wrote: > The .so file is in the right place. > > bash-3.2$ ls -l /usr/lib/ruby/site_ruby/1.8/i386-cygwin/gtk2.so > -rwxr-x---+ 1 root Users 794112 Dec 18 2008 > /usr/lib/ruby/site_ruby/1.8/i386-cygwin/gtk2.so > > Does anyone have any ideas on how I might fix this?
1) You're not in the Users group, so you have no execute permissions, or 2) you're missing a DLL, which cygcheck /path/to/gtk2.so will show you easily, or 3) you're using Cygwin 1.5 and don't have the correct version of the C gtk2.0 library installed. You must use Ports' version, which is newer than that currently in the 1.5 distro. If it is none of the above, we'll need to see your "cygcheck -srv" output as a *plain-text attachment*. Yaakov Cygwin Ports ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Cygwin-ports-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general
