atk build problem



Hello,
I'm building atk from cvs.  I'm attaching the output from make but the
following error repeats itself several times.

../libtool -e: command not found

I have libtool 1.4.3 installed.  autogen.sh went ok after I installed a
newer version of gtk-doc.

Thanks.
Chris
-- 
The Moon is Waning Crescent (15% of Full)
cd . && /bin/sh /home/gnome/cvs/atk/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/home/gnome/cvs/atk'
Making all in atk
make[2]: Entering directory `/home/gnome/cvs/atk/atk'
glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --header >> xgen-gmh \
&& (cmp -s xgen-gmh atkmarshal.h || cp xgen-gmh atkmarshal.h) \
&& rm -f xgen-gmh xgen-gmh~					\
&& echo timestamp > stamp-atkmarshal.h
glib-genmarshal --prefix=atk_marshal ./atkmarshal.list --body >> xgen-gmc \
&& (cmp -s xgen-gmc atkmarshal.c || cp xgen-gmc atkmarshal.c) \
&& rm -f xgen-gmc xgen-gmc~					\
&& echo timestamp > stamp-atkmarshal.c
( cd . && glib-mkenums \
		--fhead "#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
		--fprod "/* enumerations from \"@filename \" */\n" \
		--vhead "GType @enum_name _get_type (void);\n#define ATK_TYPE_ ENUMSHORT@ (@enum_name _get_type())\n"         \
		--ftail "G_END_DECLS\n\n#endif /* __ATK_ENUM_TYPES_H__ */" \
	atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkvalue.h ) > tmp-atk-enum-types.h \
&& (cmp -s tmp-atk-enum-types.h atk-enum-types.h || cp tmp-atk-enum-types.h atk-enum-types.h ) \
&& rm -f tmp-atk-enum-types.h \
&& echo timestamp > s-enum-types-h
( cd . && glib-mkenums \
		--fhead "#include <atk.h>" \
		--fprod "\n/* enumerations from \"@filename \" */" \
		--vhead "GType\n enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G Type@Value values[] = {"     \
		--vprod "      { @VALUENAME@, \"@VALUENAME \", \"@valuenick \" }," \
		--vtail "      { 0, NULL, NULL }\n    };\n    etype = g_ type@_register_static (\"@EnumName \", values);\n  }\n  return etype;\n}\n" \
	atk.h atkaction.h atkcomponent.h atkdocument.h atkeditabletext.h atkgobjectaccessible.h atkhyperlink.h atkhypertext.h atknoopobject.h atknoopobjectfactory.h atkobject.h atkobjectfactory.h atkimage.h atkregistry.h atkrelation.h atkrelationtype.h atkrelationset.h atkselection.h atkstate.h atkstateset.h atkstreamablecontent.h atktable.h atktext.h atkutil.h atkvalue.h ) > tmp-atk-enum-types.c \
&& (cmp -s tmp-atk-enum-types.c atk-enum-types.c || cp tmp-atk-enum-types.c atk-enum-types.c ) \
&& rm -f tmp-atk-enum-types.c \
&& echo timestamp > s-enum-types-c
make  all-am
make[3]: Entering directory `/home/gnome/cvs/atk/atk'
source='atkaction.c' object='atkaction.lo' libtool=yes \
depfile='.deps/atkaction.Plo' tmpdepfile='.deps/atkaction.TPlo' \
depmode=gcc /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_DISABLE_DEPRECATED -pthread -I/home/gnome/garnome/include/glib-2.0 -I/home/gnome/garnome/lib/glib-2.0/include   -DATKLOCALEDIR=\"""\"    -g -O2 -Wall -c -o atkaction.lo `test -f 'atkaction.c' || echo './'`atkaction.c
../libtool: s%^.*/%%: No such file or directory
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
../libtool: -e: command not found
: compile: cannot determine name of library object from `'
make[3]: *** [atkaction.lo] Error 1
make[3]: Leaving directory `/home/gnome/cvs/atk/atk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/gnome/cvs/atk/atk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gnome/cvs/atk'
make: *** [all] Error 2


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