From: dsuffiel <dav...@hp...> - 2005-12-06 21:38:52
|
I have posted the following patch at hpinkjet.sf.net in the project files area. The HPLIP 0.9.7-2 patch fixes the following issues. 1. Photosmart 2570 series blue screen error. 2. GetDeviceStatus overwrite in hpiod. (RH patch) 3. SuperB margin issue with OJ K550, OJ K850 and DJ9800. 4. _GNU_SOURCE define in hpaio.h. (RH patch) How to apply the patch: cd hplip-0.9.7 patch -p1 < hplip-0.9.7-2.patch ./configure --prefix=/usr make clean make make install -dave On Fri, 25 Nov 2005 13:54:27 +0000, Tim Waugh wrote: > Hi, > > I needed this patch to fix compilation against current glibc in Fedora > Core devel. > > Tim. > */ > > --- hplip-0.9.6/scan/sane/hpaio.h.compile 2005-11-18 12:02:11.000000000 +0000 > +++ hplip-0.9.6/scan/sane/hpaio.h 2005-11-18 12:02:30.000000000 +0000 > @@ -31,8 +31,8 @@ > > #include <stdio.h> > > -#ifndef __USE_GNU > -#define __USE_GNU > +#ifndef _GNU_SOURCE > +#define _GNU_SOURCE > #endif > > #include <sys/time.h> > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click |