X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f NNTP-Posting-Date: Mon, 01 Nov 2010 04:46:53 -0500 From: "Allan" Newsgroups: comp.os.msdos.djgpp References: <201010180403 DOT o9I43JXr003895 AT delorie DOT com> Subject: Re: ANNOUNCE: DJGPP port of lib PNG 1.4.4 uploaded. Date: Mon, 1 Nov 2010 04:46:55 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Message-ID: Lines: 37 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 4.226.105.157 X-Trace: sv3-QZkRSxZ3YfOjz+Ro4UzIOXncYm4kJZXYNgFPkyZo1txUD/Saz9SfH37ewOzJoUIZZtIrOpKlYJ0xgy+!8UCcp+HxiSoprHHWNeoc5x1hx6Kd9Z49IoagGOQXJwF+8R5p60/GqWgQ534eAUiX+HvDIL39+xSf!vqyZfnBzaz8qLNBGNwzwRECFY0rviOom X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Bytes: 2851 X-Original-Bytes: 2790 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Juan Manuel Guerrero" wrote in message news:201010180403 DOT o9I43JXr003895 AT delorie DOT com... > This is a port of lib PNG 1.4.4 to MSDOS/DJGPP. > > > DJGPP specific changes. > ======================= > > The sources require to compile snprintf, so I have taken the appropriate > files from djgpp CVS source tree. This is the only change to the > sources. > Apart from this change only the usual files needed for configuration with > djgpp have been added. That files are stored in the /djgpp directory. > To configure the package you will have to install the zlib port available > at > ftp.delorie.com and mirrors as: > ftp://ftp.delorie.com/pub/djgpp/current/v2tk/zlib125b.zip > or: > ftp://ftp.delorie.com/pub/djgpp/beta/v2tk/zlib125b.zip > Of course, you can download a newer version of zlib if available. The > zlib > stored in /current have been compiled with djdev203 and the one from > /beta > is compiled with djdeb204 beta. > > Please read the docs to become familiar with the products. > ...(snip) Thanks, I installed this and zlib 1.2.5 . Also I want to mention that I used the source code of libpng 1.4.5 beta *03* and made similar changes to the official port and it also built nicely. When I tried this with beta02 the compilation failed on one module. So I suspect that the official port of 1.4.5 when released should not require any special changes besides the ones already made for 1.4.4. Thanks again for all the outstanding work.