Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <53454.210.148.102.27.1128606747.squirrel@www.forum8.co.nz> In-Reply-To: <43452355.6060102@familiehaase.de> References: <51362 DOT 210 DOT 148 DOT 102 DOT 27 DOT 1128588140 DOT squirrel AT www DOT forum8 DOT co DOT nz> <43451057 DOT 4000303 AT familiehaase DOT de> <2165 DOT 210 DOT 203 DOT 254 DOT 105 DOT 1128601962 DOT squirrel AT www DOT forum8 DOT co DOT nz> <43452355 DOT 6060102 AT familiehaase DOT de> Date: Fri, 7 Oct 2005 02:52:27 +1300 (NZDT) Subject: Re: can't "make" gtkglarea-1.2.3 From: "Grant Allan" To: cygwin AT cygwin DOT com Reply-To: grant AT forum8 DOT co DOT nz User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20051007025227_83477" X-IsSubscribed: yes ------=_20051007025227_83477 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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. ------=_20051007025227_83477 Content-Type: text/plain; name="Makefile.am.rej" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="Makefile.am.rej" *************** *** 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 ------=_20051007025227_83477 Content-Type: text/plain; charset=us-ascii -- 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/ ------=_20051007025227_83477--