Hi all,

I thought I'd play with Gtk-1.3, which requires ATK-0.8... However,

[7 Jan - rbultje@tux atk-0.8]# make
Making all in atk
make[1]: Entering directory `/tmp/atk-0.8/atk'
( cd . && glib-mkenums \
                --fhead "#ifndef __ATK_ENUM_TYPES_H__\n#define __ATK_ENUM_TYPES_H__\n"
\
                --fprod "/* enumerations from \"@filename@\" */\n" \
                --vhead "GType @enum_name@_get_type (void);\n#define
ATK_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
                --ftail "#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
make[1]: *** [s-enum-types-h] Error 139
make[1]: Leaving directory `/tmp/atk-0.8/atk'
make: *** [all-recursive] Error 1
[7 Jan - rbultje@tux atk-0.8]#

Any clue what this means and how to make it compile? (If I'm on the
wrong mailinglist, sorry, but I couldn't find any pointer in the README)

Thanks in advance,

Ronald

-- 
-   .-.
-   /V\    | Ronald Bultje <[EMAIL PROTECTED]>
-  // \\   | Running: Linux 2.4.14-XFS and OpenBSD 2.8
- /(   )\  | http://ronald.bitfreak.net/
-  ^^-^^

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to