Re: [gtk-list] Re: gtk+-971109 released
- From: Raja R Harinath <harinath cs umn edu>
- To: gtk-list redhat com
- Cc: automake gnu org
- Subject: Re: [gtk-list] Re: gtk+-971109 released
- Date: 10 Nov 1997 18:49:55 -0600
Raja R Harinath <harinath@cs.umn.edu> writes:
[snip]
> The way I fixed the problems with the build is that wherever there is a
> Makefile.am with an
>
> INCLUDES = ${top_srcdir}/glib
>
> I changed it to
>
> INCLUDES = ${top_srcdir}/glib ${top_builddir}/glib
That should read:
INCLUDES = -I${top_srcdir}/glib
I changed it to
INCLUDES = -I${top_srcdir}/glib -I${top_builddir}/glib
And similar stuff further on in my mail.
--
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions." -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing." -- Roy L Ash
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]