On 10/11/2009 20:38, Michael Schuh wrote:
Yaakov, thanks for the help with sorting out my last installation problem.

I had ruby gtk2 working and then it broke after I added a few more
packages.  I installed the additional packages following the
http://sourceware.org/cygwinports/ directions as I understand them.
This time I suspect I am not running the ports version of atk.so but
don't know how to check for this or fix it.

The distro does not provide ruby-gnome2, so this is extremely unlikely.

Can someone help me understand what step or concept I am missing on
> adding packages and how to fix my current problem?

I suspect you are actually running the distro GTK+ stack rather than Ports'. Please rename the attached program from .cygbin to .exe and run it (source also provided). If the result is not (null)\n(null), then you need to reinstall the GNOME packages from the distro.


Yaakov
Cygwin Ports
#pragma CCOD:script no
#pragma CCOD:options `pkg-config --cflags --libs gtk+-2.0`

#include <glib.h>
#include <glib/gprintf.h>
#include <gtk/gtk.h>

int
main(void) {
        const gchar * gliberr = glib_check_version(2, 18, 0);
        const gchar * gtkerr = gtk_check_version(2, 14, 0);
        g_printf("%s\n%s\n", gliberr, gtkerr);
        return 0;
}

Attachment: gtkversion.cygbin
Description: Binary data

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to