Re: [gtk-list] Re: gtk+-971109 released



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]