Re: Updated patches for GTK+ 0.99.7 support

Hugo van der Kooij (hvdkooij@caiw.nl)
Sat, 21 Mar 1998 14:13:39 +0100 (MET)

On 21 Mar 1998, Ben Gertzfield wrote:

> I made a few small errors with the older patches, notably removing
> the ability to build dynamic libraries. Woops! Here's a set of
> fixed patches.
>
> As usual, email me with any problems.
>
> Ben

> --- sane-0.71.orig/frontend/Makefile.in Tue Nov 4 23:36:47 1997
> +++ sane-0.71/frontend/Makefile.in Sat Mar 21 00:33:31 1998
> @@ -28,13 +28,13 @@
>
> CC = @CC@
> INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include \
> - -I/usr/local/include
> + -I/usr/local/include @GTK_CFLAGS@
> CPPFLAGS = @CPPFLAGS@
> CFLAGS = @CFLAGS@
> LDFLAGS = @LDFLAGS@
> LIBS = @LIBS@
> -LIBX11 = @LIBX11@
> -LIBGTK = @LIBGTK@
> +GTK_CFLAGS = @GTK_CFLAGS@
> +GTK_LIBS = @GTK_LIBS@
> DEFS = @DEFS@

Well this patch does not work very well. After running configure the
Makefile still has some @GTK_CFLAGS@ in there where these should be
extended.

I could not figure out where in the configure script this is missing but I
do suspect the problem lies withing the configure script.

Hugo.

+------------------------+------------------------------+
| Hugo van der Kooij | Hugo.van.der.Kooij@caiw.nl |
| Oranje Nassaustraat 16 | http://www.caiw.nl/~hvdkooij |
| 3155 VJ Maasland | (De man met de rode hoed) |
+------------------------+------------------------------+
"Computers let you make more mistakes faster than any other invention in
human history, with the possible exception of handguns and tequila."
(Mitch Radcliffe)

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com