On Sat, 2010-09-25 at 08:45 -0700, Tristen Ennemuist wrote: > Hello > > > Can I ask here for some help in cross-compiling? > > > Any help would be really appreciated. I'm trying to cross-compile > because the windows binaries seem to have gone > away: > http://www.bonifazi.eu/appunti/2008/02/gtk-glade-gtkglext-all-in-one-windows.html > > > I therefore did the GIT thing to get the latest version of the source > code. > > > $ git clone git://git.gnome.org/gtkglext > > > I ran ./bootstrap to create the necessary files and then: > > > $ mingw32-configure > > > which ran to completion no errors, however upon: > > > $ make > > > It seems to go ok for a bit but then this happens: > > > Creating library file: .libs/libgdkglext-win32-1.0.dll.a > Cannot export gdk_gl_font_use_pango_font: symbol not defined > Cannot export gdk_gl_font_use_pango_font_for_display: symbol not > defined > Cannot export gdk_gl_parse_args: symbol not defined > Cannot export gdkglext_binary_age: symbol not defined > Cannot export gdkglext_interface_age: symbol not defined > Cannot export gdkglext_major_version: symbol not defined > Cannot export gdkglext_micro_version: symbol not defined > Cannot export gdkglext_minor_version: symbol not defined > collect2: ld returned 1 exit status
It looks like these need to be removed from gdkglext.def. -- Braden McDaniel <[email protected]> _______________________________________________ gtkglext-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkglext-list
