Thread: Eclipse install
View Single Post
Old 19th October 2008
maxrussell maxrussell is offline
Package Pilot
 
Join Date: May 2008
Location: Montrose, Angus
Posts: 181
Default

Code:
===>  Building for libgnome-2.22.0_1
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.22.0'
Making all in libgnome
gmake[2]: Entering directory `/usr/ports/x11/libgnome/work/libgnome-2.22.0/libgnome'
(cd . \
        && glib-mkenums \
                        --fhead "#ifndef __LIBGNOMETYPEBUILTINS_H__\n" \
                        --fhead "#define __LIBGNOMETYPEBUILTINS_H__ 1\n\n" \
                        --fhead "#include <libgnome/libgnome.h>\n\n" \
                        --fhead "G_BEGIN_DECLS\n\n" \
                        --ftail "G_END_DECLS\n\n" \
                        --ftail "#endif /* __LIBGNOMETYPEBUILTINS_H__ */\n" \
                        --fprod "\n/* --- @filename@ --- */" \
                        --eprod "#define GNOME_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
                        --eprod "GType @enum_name@_get_type (void);\n" \
                gnome-config.h gnome-sound.h gnome-triggers.h gnome-program.h gnome-help.h gnome-i18n.h gnome-exec.h gnome-gconf.h gnome-url.h gnome-util.h gnome-macros.h gnome-score.h gnome-init.h libgnome.h ) > xgen-gth \
        && (cmp -s xgen-gth libgnometypebuiltins.h || cp xgen-gth libgnometypebuiltins.h) \
        && rm -f xgen-gth \
        && echo timestamp > stamp-libgnometypebuiltins.h
(cd . \
        && glib-mkenums \
                        --fhead "#include <config.h>\n" \
                        --fhead "#include <glib-object.h>\n" \
                        --fhead "#include \"libgnometypebuiltins.h\"\n\n" \
                        --fprod "\n/* enumerations from \"@filename@\" */" \
                        --vhead "static const G@Type@Value _@enum_name@_values[] = {" \
                        --vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
                        --vtail "  { 0, NULL, NULL }\n};\n\n" \
                        --vtail "GType\n@enum_name@_get_type (void)\n{\n" \
                        --vtail "  static GType type = 0;\n\n" \
                        --vtail "  if (!type)\n" \
                        --vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
                        --vtail "  return type;\n}\n\n" \
                gnome-config.h gnome-sound.h gnome-triggers.h gnome-program.h gnome-help.h gnome-i18n.h gnome-exec.h gnome-gconf.h gnome-url.h gnome-util.h gnome-macros.h gnome-score.h gnome-init.h libgnome.h ) > xgen-gtc \
        && cp xgen-gtc libgnometypebuiltins.c \
        && rm -f xgen-gtc
Reply With Quote