Hi Wittawat, On 01/05/07, Wittawat Yamwong wrote: > On Monday 30 April 2007 08:08, Hugh McMaster wrote: > > pixma.c: In function 'map_error': > > pixma.c:132: error: 'ECANCELED' undeclared (first use in this function) > > [...] > > Please grasp the CVS version. It's already fixed there. If you don't want to > do that for some reason, insert this code > > #ifndef ECANCELED > # define ECANCELED 10002 > #endif > > in backend/pixma.h after the #endif > > [...] > #ifndef ENODATA > # define ENODATA 10001 > #endif
Thankyou for your reply. I will obtain the latest CVS version and compile it. Hugh
