hi, i tried to use "patch" but it got rejected. (rejection file attached)
not too sure what manual editing i should do, but happy to give it a shot if you can tell me. i did try pasting some of the lines from the patch into makefile.am and then went to run autreconf. but "autreconf" is an unknown command. do i have the spelling right? thanks, grant > Try `patch --help` first, and `man patch` should get you starting. > > Easy approch, just read the unified diff and edit the affected file > manually. Or just run `patch < gtkglarea-1.2.3-1.patch` from the top > sourcedir where you extracted gtkglarea.
*************** *** 11,17 **** gtkglinclude_HEADERS= gdkgl.h gtkglarea.h libgtkgl_la_SOURCES = gdkgl.c gtkglarea.c - libgtkgl_la_LDFLAGS = -version-info $(GTKGL_LIBRARY_VERSION) @GTK_LIBS@ @GL_LIBS@ makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/gtkgl/makefile.mingw.in cd $(top_builddir) && CONFIG_FILES=gtkgl/$@ CONFIG_HEADERS= $(SHELL) ./config.status --- 11,17 ---- gtkglinclude_HEADERS= gdkgl.h gtkglarea.h libgtkgl_la_SOURCES = gdkgl.c gtkglarea.c + libgtkgl_la_LDFLAGS = -no-undefined -version-info $(GTKGL_LIBRARY_VERSION) @GTK_LIBS@ @GL_LIBS@ makefile.mingw: $(top_builddir)/config.status $(top_srcdir)/gtkgl/makefile.mingw.in cd $(top_builddir) && CONFIG_FILES=gtkgl/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/