Re: Still no luck with compilation



dov@imagic.weizmann.ac.il (Dov Grobgeld) writes:
> Indeed in my last letter I made the mistake of
> 
>   setenv ACLOCAL_FLAGS "-I/usr/local/alpha/share/aclocal"
> 
> which should be 
> 
>   setenv ACLOCAL_FLAGS "-I /usr/local/alpha/share/aclocal"
> 
> But the autogen in gnome-libs still dies:
> 
> aclocal: /usr/local/alpha/share/aclocal//gtk.m4: 7: duplicated macro `AM_PATH_GTK'

This is the problem.  You seem to have `gtk.m4' both in 

	/usr/share/aclocal

and in

	/usr/local/alpha/share/aclocal

Unfortunately, `aclocal' is not smart enough to pick just one and keep
silent.  You'll have to remove one.  Another fix is to

	cat /usr/local/alpha/share/aclocal/gtk.m4 >> gnome-libs/acinclude.m4

> support/Makefile.am:813: BUILD_alpha_SUPPORT does not appear in AM_CONDITIONAL

What's this `BUILD_alpha_SUPPORT'.  It should read `BUILD_GNOME_SUPPORT'.

- Hari
-- 
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]