Hi, On Tue, 2002-01-08 at 10:30, Padraig O'Briain wrote: > Is glib-mkenums in your path? If so, is it one built from latest glib?
Yes to both: [8 Jan - rbultje@tux atk]# pkg-config glib-2.0 --modversion 1.3.12 [8 Jan - rbultje@tux atk]# glib-mkenums --version glib-mkenums version glib-2.0 [...] [8 Jan - rbultje@tux atk]# There's only one file glib-mkenums on my computer: [8 Jan - rbultje@tux atk]# locate glib-mkenums /usr/bin/glib-mkenums /usr/man/man1/glib-mkenums.1 [8 Jan - rbultje@tux atk]# > 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? Not very far, I fear: [8 Jan - rbultje@tux atk]# 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 /* Generated data (by glib-mkenums) */ #ifndef __ATK_ENUM_TYPES_H__ #define __ATK_ENUM_TYPES_H__ Segmentation fault (core dumped) [8 Jan - rbultje@tux atk]# This is the first command in the Makefile, which obviously failed... :-( Since glib-mkenums seems to be perl: [8 Jan - rbultje@tux atk]# perl --version This is perl, v5.6.0 built for i386-linux [...] [8 Jan - rbultje@tux atk]# Can I debug perl in some way? > Can you create a file in the directory /tmp/atk-0.8/atk? Yes. Thanks, 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
