From: Bullwinkle Newsgroups: comp.os.msdos.djgpp Subject: allegro WIP help needed Message-ID: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 29 Date: Sat, 07 Apr 2001 18:18:02 GMT NNTP-Posting-Host: 12.88.86.194 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 986667482 12.88.86.194 (Sat, 07 Apr 2001 18:18:02 GMT) NNTP-Posting-Date: Sat, 07 Apr 2001 18:18:02 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm currently using Windows 98. I have DJGPP version 2.03 installed. With that I have Allegro version 3.12 installed and running. I'm trying to update Allegro using the WIP files on the Allegro web site. When I go to 'patch' my Allegro version it dosen't seem to work. The command line output when I try to 'patch' using the all3910.diff file is as follows: C:\DJGPP>patch -p1 < all391~2.dif patching file "allegro/docs/allegro._tx" Hunk #1 FAILED at 41. 1 out of 1 hunk FAILED -- saving rejects to file "allegro/docs/allegro._tx.rej" can't find file to patch at input line 22 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -U 3 -N --recursive previous/allegro/done.txt current/allegro/done.txt |--- previous/allegro/done.txt Fri Apr 9 23:22:36 1999 |+++ current/allegro/done.txt Sun Apr 11 00:15:58 1999 -------------------------- File to patch: I'm hoping to update Allegro starting with the all3910 diff file and working my way up to the all3934 diff file (the most recent one posted on the web site). If anyone could tell why this patch dosen't work and what I can do to make it work I'd greatly appreciate it. Thanks much for any help you can provide.