Ronald,

The makefile attempted to execute the command below and it returned error code 
139.

I have never seen this problem before.

Working from first principles ...

Is glib-mkenums in your path? If so, is it one built from latest glib?

Can you figure out from the contents of the directory /tmp/atk-0.8/atk how far 
did the command get? Do the files tmp-atk-enums-types.h, s-enum-types.h exist?

Can you create a file in the directory /tmp/atk-0.8/atk?

Padraig


> 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

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

Reply via email to