Re: Compile fix for flphoto

2012-12-22 Thread Matthias Andree
Am 18.12.2012 08:58, schrieb Hans Petter Selasky: > --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig > +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx > @@ -56,6 +56,7 @@ > > #ifdef HAVE_LIBCUPS > # include > +# include > #endif // HAVE_LIBCUPS > > > The above patch is needed in order for fl

Re: Compile fix for flphoto

2012-12-21 Thread Eitan Adler
On 18 December 2012 02:58, Hans Petter Selasky wrote: > --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig > +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx > @@ -56,6 +56,7 @@ > > #ifdef HAVE_LIBCUPS > # include > +# include > #endif // HAVE_LIBCUPS could you file a PR so this doesn't get lost?

Compile fix for flphoto

2012-12-17 Thread Hans Petter Selasky
--- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx @@ -56,6 +56,7 @@ #ifdef HAVE_LIBCUPS # include +# include #endif // HAVE_LIBCUPS The above patch is needed in order for flphoto to compile. --HPS ___