Re: ATK 1.0.3 Build Fails



Timothy,

There should not be any difference. These files should be first things created 
when you type make.

I downloaded the tarball this morning and after typed make after running 
configure.

I have attached the start of the output from make so you can see how these files 
should be created.

Padraig

> 
> Hello all,
> 	I am trying to build Gnome 2.0.1 and having a problem compiling the
> ATK 1.0.3 tar file.  It complains that atkmarshal.c and atkmarshal.h do not
> exist.  Yet when I build ATK 1.0.2 it works just fine.  Did I/do I need to
> do something different in configureing 1.0.3??
> 
> Config: --prefix=/some/path --exec-prefix=/some/path
> gcc-2.95.3
> make-3.79.1
> 
> TIA
> 
> Timothy Reed
> Software Engineer \ Systems Administrator
> Lockheed Martin - NE & SS Syracuse
> Email: timothy a reed lmco com
> 
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list
anymachine:/export/home/padraigo/gnome-2.0/atk-1.0.3 81 % make
Making all in atk
make[1]: Entering directory `/export/home/padraigo/gnome-2.0/atk-1.0.3/atk'
( 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 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
case glib-genmarshal in								
        \
   .*) glib_genmarshal=`pwd`/glib-genmarshal ;;				\
   *) glib_genmarshal=glib-genmarshal ;;					
        	\
esac;										
        	\
$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
case glib-genmarshal in								
        \
   .*) glib_genmarshal=`pwd`/glib-genmarshal ;;				\
   *) glib_genmarshal=glib-genmarshal ;;					
        	\
esac;										
        	\
$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



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