On Thu, 2003-05-29 at 12:17, Timothy Ozimek wrote: > > > I've been trying to compile the latest gtk+ 2.2 on an AIX machine (aix > 4.3.3.0). I keep running into failures with glib where the module-load > test fails and the strfuncs test fails. Before I give any details, has > anyone successfully compiled gtk+ on this platform and if so what > changes/patches/compilers were needed.
I'd just ignore those test failures and try to continue ... the strfuncs test failures are known http://bugzilla.gnome.org/show_bug.cgi?id=106091 And it's likely that the module-load test just isn't set up to work properly for AIX - it probably assumes a fixed module suffix, while for AIX, you need to load the '.la' file instead of the module itself. Regards, Owne _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
