[gdome]Minor configure error



There's a minor error in the configure.in file in 0.7.4:

% zcat gdome2-0.7.4.tar.gz | tar xf -
% cd gdome2-0.7.4/
% ./configure --verbose
.
.
.
creating ./config.status
creating Makefile
creating libgdome/Makefile
creating libgdome/gdomecore/Makefile
creating libgdome/events/Makefile
creating libgdome/xpath/Makefile
creating libgdome/traversal/Makefile
sed: can't read ./libgdome/traversal/Makefile.in: No such file or directory

This Makefile is empty, but two solutions are

% mv libgdome/traversal/Makefile mv libgdome/traversal/Makefile.in

or

--- configure.in.0      2003-03-10 02:42:07.000000000 -0800
+++ configure.in        2003-03-13 10:39:39.000000000 -0800
@@ -138,7 +138,6 @@
 libgdome/gdomecore/Makefile
 libgdome/events/Makefile
 libgdome/xpath/Makefile
-libgdome/traversal/Makefile
 test/Makefile
 test/apigen/Makefile
 gtk-doc/Makefile

Best,
Blair

-- 
Blair Zajac <blair orcaware com>
Plots of your system's performance - http://www.orcaware.com/orca/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]