GNOME Bugzilla – Bug 72020
build failed in libgtop/doc
Last modified: 2004-12-22 21:47:04 UTC
I'm building libgtop from cvs head my building of libgtop failed when make try to execute the following command cd . && -I /home/hingwah/src/gnome/libgtop/doc \ `echo libgtop2.texi | sed 's,.*/,,'` the following patch fixed the problem -- Makefile.am 2002/01/10 02:30:57 1.14.4.2 +++ Makefile.am 2002/02/20 14:48:06 @@ -4,6 +4,7 @@ auto-macros.texi version.texi main.texi \ white-paper.texi +MAKEINFO = @MAKEINFO@ MAKEINFO += -I @libgtop_top_builddir@/doc EXTRA_DIST = auto-macros.texi.in
Is this still a problem, Hing-Wah or Jacob?
i haven't hit this, but it looks legit
This seems to be fixed since the 12/3/02. Please reopen if you come across this problem again.