Opened 19 years ago

Closed 18 years ago

#2780 closed defect (wontfix)

BUG: gnome-vfs 2.10.1 fails to build

Reported by: nburrell@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: pguyot (Paul Guyot), yeled@…, nathan.stocks@…, sean@…, josebiro@…, sedwards2@…, bugzilla@…
Port:

Description

The port for gnome-vfs 2.10.0 fails to build with the attached error. It seems to be a problem with the CDDA support provided. In configure:

checking cdda_interface.h usability... no checking cdda_interface.h presence... yes configure: WARNING: cdda_interface.h: present but cannot be compiled configure: WARNING: cdda_interface.h: check for missing prerequisite headers? configure: WARNING: cdda_interface.h: see the Autoconf documentation configure: WARNING: cdda_interface.h: section "Present But Cannot Be Compiled" configure: WARNING: cdda_interface.h: proceeding with the preprocessor's result configure: WARNING: cdda_interface.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for cdda_interface.h... yes checking cdda_paranoia.h usability... no checking cdda_paranoia.h presence... yes configure: WARNING: cdda_paranoia.h: present but cannot be compiled configure: WARNING: cdda_paranoia.h: check for missing prerequisite headers? configure: WARNING: cdda_paranoia.h: see the Autoconf documentation configure: WARNING: cdda_paranoia.h: section "Present But Cannot Be Compiled" configure: WARNING: cdda_paranoia.h: proceeding with the preprocessor's result configure: WARNING: cdda_paranoia.h: in the future, the compiler will take precedence configure: WARNING: ## ------------------------------------------ ## configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ## configure: WARNING: ## ------------------------------------------ ## checking for cdda_paranoia.h... yes

and in the build phase:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../imported/neon -DORBIT2=1

-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSSH_PROGRAM=\"/usr/bin/ssh\" -DG_DISABLE_DEPRECATED -DDATADIR=\"/opt/local/share\" -DPREFIX=\"/opt/local\" -DLIBDIR=\"/opt/local/lib\" -DSYSCONFDIR=\"/opt/local/etc\" -DG_LOG_DOMAIN=\"gnome-vfs-modules\" -L/opt/local/lib -I/opt/local/include -no-cpp-precomp -g -O2 -c cdda-method.c -MT cdda-method.lo -MD -MP -MF .deps/cdda-method.TPlo -fno-common -DPIC -o .libs/cdda-method.o In file included from /System/Library/Frameworks/IOKit.framework/Headers/scsi-commands/SCSITaskLib.h:29,

from /opt/local/include/cdda_interface.h:25, from cdda-cddb.h:31, from cdda-method.c:27:

/System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:53: error: parse error before string constant /System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:63: error: parse error before '}' token /System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:75: error: parse error before string constant /System/Library/Frameworks/IOKit.framework/Headers/scsi/SCSICmds_INQUIRY_Definitions.h:93: error: parse error before '}' token cdda-method.c:647: error: parse error before "else" cdda-method.c:649: error: conflicting types for `global_context' cdda-method.c:69: error: previous declaration of `global_context' cdda-method.c:649: error: `drive' undeclared here (not in a function) cdda-method.c:649: error: `uri' undeclared here (not in a function) cdda-method.c:649: warning: data definition has no type or storage class cdda-method.c:650: error: `escaped_name' undeclared here (not in a function) cdda-method.c:650: warning: passing arg 1 of `get_file_info_for_basename' makes pointer from integer without a cast cdda-method.c:650: error: initializer element is not constant cdda-method.c:650: warning: data definition has no type or storage class cdda-method.c:651: error: parse error before "if" cdda-method.c:655: warning: data definition has no type or storage class cdda-method.c:656: error: parse error before '}' token cdda-method.c:659: warning: parameter names (without types) in function declaration cdda-method.c:659: error: conflicting types for `g_free' /opt/local/include/glib-2.0/glib/gmem.h:52: error: previous declaration of `g_free' cdda-method.c:659: warning: data definition has no type or storage class cdda-method.c:660: error: parse error before "return" cdda-method.c: In function `do_open_directory': cdda-method.c:722: warning: passing arg 1 of `cdda_context_free' makes pointer from integer without a cast cdda-method.c:723: warning: assignment makes integer from pointer without a cast cdda-method.c:724: warning: passing arg 1 of `cdda_set_file_info_for_root' makes pointer from integer without a cast cdda-method.c:731: warning: assignment makes integer from pointer without a cast cdda-method.c:732: warning: passing arg 1 of `cdda_set_file_info_for_root' makes pointer from integer without a cast cdda-method.c: At top level: cdda-method.c:734: error: parse error before "else" cdda-method.c:738: error: redefinition of `global_context' cdda-method.c:655: error: `global_context' previously defined here cdda-method.c:738: warning: data definition has no type or storage class cdda-method.c:739: warning: data definition has no type or storage class cdda-method.c:740: warning: parameter names (without types) in function declaration cdda-method.c:740: warning: data definition has no type or storage class cdda-method.c:741: warning: parameter names (without types) in function declaration cdda-method.c:741: warning: data definition has no type or storage class cdda-method.c:742: error: parse error before "return" cdda-method.c:745: error: redefinition of `method_handle' cdda-method.c:739: error: `method_handle' previously defined here cdda-method.c:745: warning: initialization from incompatible pointer type cdda-method.c:745: error: initializer element is not constant cdda-method.c:745: warning: data definition has no type or storage class cdda-method.c:746: warning: parameter names (without types) in function declaration cdda-method.c:746: warning: data definition has no type or storage class cdda-method.c:748: error: parse error before "return" make[2]: * [cdda-method.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Full build log is attached.

Attachments (3)

gnome-vfs 2.10.0 build log.txt (241.9 KB) - added by nburrell@… 19 years ago.
build log for gnome-vfs 2.10.0
gnome-vfs.log (17.9 KB) - added by pguyot (Paul Guyot) 19 years ago.
YA build log
build_log (209.0 KB) - added by nburrell@… 18 years ago.
build log for gnome-vfs 2.12.1.1 on 10.3.9 (gcc 3.3)

Download all attachments as: .zip

Change History (31)

Changed 19 years ago by nburrell@…

build log for gnome-vfs 2.10.0

comment:1 Changed 19 years ago by nburrell@…

Summary: gnome-vfs 2.10.0 fails to build gnome-vfs 2.10.0 fails to build

This appears to be a conflict with the header files /opt/local/include/cdda_interface.h provided by the cdparanoia port. Removing that port allows gnome-vfs 2.10.0_0 to build correctly.

comment:2 Changed 19 years ago by snu@…

Owner: changed from darwinports-bugs@… to gnome-darwinports@…
Summary: gnome-vfs 2.10.0 fails to buildBUG: gnome-vfs 2.10.0 fails to build

comment:3 Changed 19 years ago by olegb@…

The workaround here should be (havn't tried it though):

port -d deactivate cdparanoia port -d clean --all gnome-vfs port -d install gnome-vfs

Changed 19 years ago by pguyot (Paul Guyot)

Attachment: gnome-vfs.log added

YA build log

comment:4 Changed 19 years ago by pguyot (Paul Guyot)

Summary: BUG: gnome-vfs 2.10.0 fails to buildBUG: gnome-vfs 2.10.1 fails to build

comment:5 Changed 19 years ago by olegb@…

I think this was the bug with the compiler suite, try:

gcc_select 3.3 gcc_select 4.0 port -d clean gnome-vfs port -d build gnome-vfs

(I this this is fixed in later dev. tools).

comment:6 Changed 19 years ago by olegb@…

(In reply to comment #6)

I think this was the bug with the compiler suite, try:

gcc_select 3.3 gcc_select 4.0

ups .. instead try out the new version of the portfile which uses gcc-4 (still is might not help as it is a bug in the compilersuite).

port -d clean gnome-vfs port -d build gnome-vfs

(I this this is fixed in later dev. tools).

comment:7 Changed 19 years ago by pguyot (Paul Guyot)

Cc: pguyot@… added

comment:8 Changed 19 years ago by pguyot (Paul Guyot)

The new portfile didn't fix the problem for me, but gcc_select 3.3 && gcc_select 4.0 did.

I swear I never called gcc_select before.

BTW, this is what gcc -v gives here:

Using built-in specs. Target: powerpc-apple-darwin8 Configured with: /private/var/tmp/gcc/gcc-5026.obj~19/src/configure --disable-checking --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/[cg][+.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/gcc/darwin/4.0/c++ --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 Thread model: posix gcc version 4.0.0 (Apple Computer, Inc. build 5026)

comment:9 Changed 19 years ago by olegb@…

Cc: nathan.stocks@… added

* Bug 4792 has been marked as a duplicate of this bug. *

comment:10 Changed 19 years ago by toby@…

Cc: sean@… added

* Bug 4965 has been marked as a duplicate of this bug. *

comment:11 Changed 19 years ago by toby@…

Cc: josebiro@… added

* Bug 5091 has been marked as a duplicate of this bug. *

comment:12 Changed 19 years ago by toby@…

Cc: sedwards2@… added

* Bug 5106 has been marked as a duplicate of this bug. *

comment:13 Changed 19 years ago by sean@…

I do not know if it was appropriate to mark these last three bugs as dups of this one, because it is clearly visible that this one is concerned with some problem in cdda-method.c, while "our" three bugs are related to xdgmimecache.c.

Moreover, I already wrote in "my" Bug 4965, that the work arounds provided here, don't do any good in my case. On the other hand Bug 5091 at least proposes some beginning of a fix for "our" problem.

Greetings

comment:14 Changed 19 years ago by josebiro@…

After fixing the u_int32_t problem in xdmimecache.c, here's what eventually got it to link...

ICONV_PERL="/opt/local/bin/perl" CPPFLAGS="-L/opt/local/lib -I/opt/local/include" LDFLAGS="-lresolv" ./configure --prefix=/opt/local --mandir=/opt/local/share/man --enable-ipv6 --disable-static --disable-cdda --disable-hal --openssl_incs="/opt/local/includes" --openssl_libs="/opt/local/lib" --enable-howl

I'm not exactly sure if this is the configure command, I'm working from memory, but it's very close, the only thing I'm not entirely sure of is the ICONV_PERL, if you read through the configure script source, there is a reference to I* which is an internationalization library. It's looking for perl and one of the dependancies is broken if it finds /usr/bin/perl first.

BTW this is in response to my own bug 5091, running 10.3.9 with gcc3.3

comment:15 Changed 19 years ago by josebiro@…

Found the right env varible. It's INTLTOOL_PERL="/opt/local/bin/perl"

Figured this out through libbonoboui failing to build.

comment:16 Changed 19 years ago by josebiro@…

gcc3.3 on 10.3.9 powerbook:

libbonoboui fails to build:

This configure seems to get past a few hurdles: PKG_CONFIG="/opt/local/bin/pkg-config" INTLTOOL_PERL="/opt/local/bin/perl" CPPFLAGS="-I/opt/local/include -L/opt/local/lib" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" ./configure --prefix=/opt/local --mandir=/opt/local/share/man --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib

But still no compile. I manually altered the following in bonobo/Makefile which did not detect correctly: GLIB_GENMARSHAL = /opt/local/bin/glib-genmarshal GLIB_MKENUMS = /opt/local/bin/glib-mkenums

This got past the "fhead: command not found" errors... Still no build though. Maybe someone else has had better luck?

root# make make all-recursive Making all in bonobo /opt/local/bin/glib-mkenums --fhead "#ifndef BONOBO_UI_TYPE_BUILTINS_H\n" \

--fhead "#define BONOBO_UI_TYPE_BUILTINS_H 1\n\n" \ --fhead "#include <glib-object.h>\n\n" \ --fhead "G_BEGIN_DECLS\n\n" \ --ftail "G_END_DECLS\n\n" \ --ftail "#endif /* BONOBO_UI_TYPE_BUILTINS_H */\n" \ --fprod "\n/* --- @filename@ --- */" \ --eprod "#define BONOBO_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \ --eprod "GType @enum_name@_get_type (void);\n" \

bonobo-canvas-component.h bonobo-canvas-item.h bonobo-control-frame.h

bonobo-control.h bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h > xgen-gth \ && cp xgen-gth bonobo-ui-type-builtins.h \ && rm -f xgen-gth /opt/local/bin/glib-mkenums --fhead "#include \"libbonoboui.h\"\n\n" \

--fhead "#include \"bonobo-ui-type-builtins.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" \

bonobo-canvas-component.h bonobo-canvas-item.h bonobo-control-frame.h

bonobo-control.h bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h > xgen-gtbec \ && cp xgen-gtbec bonobo-ui-type-builtins.c \ && rm -f xgen-gtbec /opt/local/bin/glib-genmarshal bonobo-ui-marshal.list --body --prefix=bonobo_ui_marshal > bonobo-ui-marshal.c /opt/local/bin/glib-genmarshal bonobo-ui-marshal.list --header --prefix=bonobo_ui_marshal > bonobo-ui-marshal.h /opt/local/bin/glib-mkenums --comments ";; @comment@" \

--fprod "; enumerations from \"@filename@\"\n " \ --vhead "(define-@type@ @EnumName@" \ --vprod " (@valuenick@ @VALUENAME@)" \ --vtail ")" \ bonobo-canvas-item.h bonobo-control-frame.h bonobo-control.h

bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h /opt/local/bin/glib-mkenums > xgen-gdef \

&& (cmp -s xgen-gdef libbonoboui.defs
cp xgen-gdef libbonoboui.defs) \

&& rm -f xgen-gdef source='bonobo-a11y.c' object='bonobo-a11y.lo' libtool=yes \ depfile='.deps/bonobo-a11y.Plo' tmpdepfile='.deps/bonobo-a11y.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-a11y.lo test -f 'bonobo-a11y.c' || echo './'bonobo-a11y.c mkdir .libs

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-a11y.c -MT bonobo-a11y.lo -MD -MP -MF .deps/bonobo-a11y.TPlo -fno-common -DPIC -o .libs/bonobo-a11y.o

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-a11y.c -MT bonobo-a11y.lo -MD -MP -MF .deps/bonobo-a11y.TPlo -o bonobo-a11y.o >/dev/null 2>&1 source='bonobo-dock.c' object='bonobo-dock.lo' libtool=yes \ depfile='.deps/bonobo-dock.Plo' tmpdepfile='.deps/bonobo-dock.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-dock.lo test -f 'bonobo-dock.c' || echo './'bonobo-dock.c

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock.c -MT bonobo-dock.lo -MD -MP -MF .deps/bonobo-dock.TPlo -fno-common -DPIC -o .libs/bonobo-dock.o

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock.c -MT bonobo-dock.lo -MD -MP -MF .deps/bonobo-dock.TPlo -o bonobo-dock.o >/dev/null 2>&1 source='bonobo-dock-item.c' object='bonobo-dock-item.lo' libtool=yes \ depfile='.deps/bonobo-dock-item.Plo' tmpdepfile='.deps/bonobo-dock-item.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-dock-item.lo test -f 'bonobo-dock-item.c' || echo './'bonobo-dock-item.c

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock-item.c -MT bonobo-dock-item.lo -MD -MP -MF .deps/bonobo-dock-item.TPlo -fno-common -DPIC -o .libs/bonobo-dock-item.o In file included from bonobo-dock-item.c:41: /opt/local/include/gtk-2.0/gdk/gdkx.h:33:22: X11/Xlib.h: No such file or directory /opt/local/include/gtk-2.0/gdk/gdkx.h:34:23: X11/Xutil.h: No such file or directory In file included from bonobo-dock-item.c:41: /opt/local/include/gtk-2.0/gdk/gdkx.h:42: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:42: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:43: error: parse error before "gdk_x11_drawable_get_xid" /opt/local/include/gtk-2.0/gdk/gdkx.h:43: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:44: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:44: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:45: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:45: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:46: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:46: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:47: error: parse error before "gdk_x11_colormap_get_xcolormap" /opt/local/include/gtk-2.0/gdk/gdkx.h:47: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:48: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:48: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:49: error: parse error before "gdk_x11_cursor_get_xcursor" /opt/local/include/gtk-2.0/gdk/gdkx.h:49: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:50: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:50: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:51: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:51: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:52: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:52: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:53: error: parse error before "gdk_x11_gc_get_xgc" /opt/local/include/gtk-2.0/gdk/gdkx.h:53: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:54: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:54: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:126: error: parse error before "VisualID" /opt/local/include/gtk-2.0/gdk/gdkx.h:137: error: parse error before "Colormap" /opt/local/include/gtk-2.0/gdk/gdkx.h:141: error: parse error before "XID" /opt/local/include/gtk-2.0/gdk/gdkx.h:160: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:164: error: parse error before "gdk_x11_atom_to_xatom_for_display" /opt/local/include/gtk-2.0/gdk/gdkx.h:165: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:167: error: parse error before "Atom" /opt/local/include/gtk-2.0/gdk/gdkx.h:168: error: parse error before "gdk_x11_get_xatom_by_name_for_display" /opt/local/include/gtk-2.0/gdk/gdkx.h:169: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:171: error: parse error before "Atom" make[2]: * [bonobo-dock-item.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

comment:17 Changed 19 years ago by josebiro@…

Seems to be a list of common problems here. Unable to find the right perl, unable to find the right pkg-config, unable to find the right X headers.

Here's the configure command line that fixes libbonoboui install: PKG_CONFIG="/opt/local/bin/pkg-config" INTLTOOL_PERL="/opt/local/bin/perl" CPPFLAGS="-I/opt/local/include -I/usr/X11R6/include -L/opt/local/lib -L/usr/X11R6/lib" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" ./configure --prefix=/opt/local --mandir=/opt/local/share/man

(In reply to comment #16)

gcc3.3 on 10.3.9 powerbook:

libbonoboui fails to build:

This configure seems to get past a few hurdles: PKG_CONFIG="/opt/local/bin/pkg-config" INTLTOOL_PERL="/opt/local/bin/perl" CPPFLAGS="-I/opt/local/include -L/opt/local/lib" CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" ./configure --prefix=/opt/local --mandir=/opt/local/share/man --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib

But still no compile. I manually altered the following in bonobo/Makefile which did not detect correctly: GLIB_GENMARSHAL = /opt/local/bin/glib-genmarshal GLIB_MKENUMS = /opt/local/bin/glib-mkenums

This got past the "fhead: command not found" errors... Still no build though. Maybe someone else has had better luck?

root# make make all-recursive Making all in bonobo /opt/local/bin/glib-mkenums --fhead "#ifndef BONOBO_UI_TYPE_BUILTINS_H\n" \

--fhead "#define BONOBO_UI_TYPE_BUILTINS_H 1\n\n" \ --fhead "#include <glib-object.h>\n\n" \ --fhead "G_BEGIN_DECLS\n\n" \ --ftail "G_END_DECLS\n\n" \ --ftail "#endif /* BONOBO_UI_TYPE_BUILTINS_H */\n" \ --fprod "\n/* --- @filename@ --- */" \ --eprod "#define BONOBO_TYPE_@ENUMSHORT@

@enum_name@_get_type()\n" \

--eprod "GType @enum_name@_get_type (void);\n" \

bonobo-canvas-component.h bonobo-canvas-item.h bonobo-control-frame.h

bonobo-control.h bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h > xgen-gth \ && cp xgen-gth bonobo-ui-type-builtins.h \ && rm -f xgen-gth /opt/local/bin/glib-mkenums --fhead "#include \"libbonoboui.h\"\n\n" \

--fhead "#include \"bonobo-ui-type-builtins.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" \

bonobo-canvas-component.h bonobo-canvas-item.h bonobo-control-frame.h

bonobo-control.h bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h > xgen-gtbec \ && cp xgen-gtbec bonobo-ui-type-builtins.c \ && rm -f xgen-gtbec /opt/local/bin/glib-genmarshal bonobo-ui-marshal.list --body --prefix=bonobo_ui_marshal > bonobo-ui-marshal.c /opt/local/bin/glib-genmarshal bonobo-ui-marshal.list --header --prefix=bonobo_ui_marshal > bonobo-ui-marshal.h /opt/local/bin/glib-mkenums --comments ";; @comment@" \

--fprod "; enumerations from \"@filename@\"\n " \ --vhead "(define-@type@ @EnumName@" \ --vprod " (@valuenick@ @VALUENAME@)" \ --vtail ")" \ bonobo-canvas-item.h bonobo-control-frame.h bonobo-control.h

bonobo-dock-band.h bonobo-dock-item.h bonobo-dock-layout.h bonobo-dock.h bonobo-file-selector-util.h bonobo-plug.h bonobo-property-control.h bonobo-selector-widget.h bonobo-selector.h bonobo-socket.h bonobo-ui-component.h bonobo-ui-config-widget.h bonobo-ui-container.h bonobo-ui-engine.h bonobo-ui-main.h bonobo-ui-node.h bonobo-ui-sync.h bonobo-ui-toolbar-button-item.h bonobo-ui-toolbar-item.h bonobo-ui-toolbar-toggle-button-item.h bonobo-ui-toolbar.h bonobo-ui-util.h bonobo-widget.h bonobo-window.h bonobo-zoomable-frame.h bonobo-zoomable.h /opt/local/bin/glib-mkenums > xgen-gdef \

&& (cmp -s xgen-gdef libbonoboui.defs
cp xgen-gdef libbonoboui.defs) \

&& rm -f xgen-gdef source='bonobo-a11y.c' object='bonobo-a11y.lo' libtool=yes \ depfile='.deps/bonobo-a11y.Plo' tmpdepfile='.deps/bonobo-a11y.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-a11y.lo test -f 'bonobo-a11y.c' || echo './'bonobo-a11y.c mkdir .libs

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-a11y.c -MT bonobo-a11y.lo -MD -MP -MF .deps/bonobo-a11y.TPlo -fno-common -DPIC -o .libs/bonobo-a11y.o

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-a11y.c -MT bonobo-a11y.lo -MD -MP -MF .deps/bonobo-a11y.TPlo -o bonobo-a11y.o >/dev/null 2>&1 source='bonobo-dock.c' object='bonobo-dock.lo' libtool=yes \ depfile='.deps/bonobo-dock.Plo' tmpdepfile='.deps/bonobo-dock.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-dock.lo test -f 'bonobo-dock.c' || echo './'bonobo-dock.c

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock.c -MT bonobo-dock.lo -MD -MP -MF .deps/bonobo-dock.TPlo -fno-common -DPIC -o .libs/bonobo-dock.o

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock.c -MT bonobo-dock.lo -MD -MP -MF .deps/bonobo-dock.TPlo -o bonobo-dock.o >/dev/null 2>&1 source='bonobo-dock-item.c' object='bonobo-dock-item.lo' libtool=yes \ depfile='.deps/bonobo-dock-item.Plo' tmpdepfile='.deps/bonobo-dock-item.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\""/opt/local"\" -DPLUGIN_DIR=\"""\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\""/opt/local/share/gnome-2.0/ui/"\" -DBONOBO_LIBDIR=\""/opt/local/lib"\" -DBONOBO_DATADIR=\""/opt/local/share"\" -DBONOBO_PIXMAPDIR=\""/opt/local/share/pixmaps"\" -DBONOBO_BINDIR=\""/opt/local/bin"\" -DBONOBO_LOCALSTATEDIR=\""/opt/local/var"\" -DBONOBO_LOCALEDIR=\""/opt/locallocale"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c -o bonobo-dock-item.lo test -f 'bonobo-dock-item.c' || echo './'bonobo-dock-item.c

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -DORBIT2=1 -D_REENTRANT

-I/opt/local/include/libgnomecanvas-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/orbit-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/opt/local/include/libgnome-2.0 -I/opt/local/include/gconf/2 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/gnome-vfs-2.0/include -I/opt/local/include/libxml2 -DPREFIX=\"/opt/local\" -DPLUGIN_DIR=\"\" -DBONOBO_UI_INTERNAL -DBONOBO_UIDIR=\"/opt/local/share/gnome-2.0/ui/\" -DBONOBO_LIBDIR=\"/opt/local/lib\" -DBONOBO_DATADIR=\"/opt/local/share\" -DBONOBO_PIXMAPDIR=\"/opt/local/share/pixmaps\" -DBONOBO_BINDIR=\"/opt/local/bin\" -DBONOBO_LOCALSTATEDIR=\"/opt/local/var\" -DBONOBO_LOCALEDIR=\"/opt/locallocale\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Bonobo\" -DVERSION=\"2.10.1\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"libbonoboui-2.0\" -I/opt/local/include -L/opt/local/lib -no-cpp-precomp -flat_namespace -undefined suppress -c bonobo-dock-item.c -MT bonobo-dock-item.lo -MD -MP -MF .deps/bonobo-dock-item.TPlo -fno-common -DPIC -o .libs/bonobo-dock-item.o In file included from bonobo-dock-item.c:41: /opt/local/include/gtk-2.0/gdk/gdkx.h:33:22: X11/Xlib.h: No such file or directory /opt/local/include/gtk-2.0/gdk/gdkx.h:34:23: X11/Xutil.h: No such file or

directory

In file included from bonobo-dock-item.c:41: /opt/local/include/gtk-2.0/gdk/gdkx.h:42: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:42: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:43: error: parse error before "gdk_x11_drawable_get_xid" /opt/local/include/gtk-2.0/gdk/gdkx.h:43: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:44: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:44: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:45: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:45: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:46: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:46: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:47: error: parse error before "gdk_x11_colormap_get_xcolormap" /opt/local/include/gtk-2.0/gdk/gdkx.h:47: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:48: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:48: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:49: error: parse error before "gdk_x11_cursor_get_xcursor" /opt/local/include/gtk-2.0/gdk/gdkx.h:49: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:50: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:50: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:51: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:51: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:52: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:52: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:53: error: parse error before "gdk_x11_gc_get_xgc" /opt/local/include/gtk-2.0/gdk/gdkx.h:53: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:54: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:54: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:126: error: parse error before "VisualID" /opt/local/include/gtk-2.0/gdk/gdkx.h:137: error: parse error before "Colormap" /opt/local/include/gtk-2.0/gdk/gdkx.h:141: error: parse error before "XID" /opt/local/include/gtk-2.0/gdk/gdkx.h:160: error: parse error before '*' token /opt/local/include/gtk-2.0/gdk/gdkx.h:164: error: parse error before "gdk_x11_atom_to_xatom_for_display" /opt/local/include/gtk-2.0/gdk/gdkx.h:165: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:167: error: parse error before "Atom" /opt/local/include/gtk-2.0/gdk/gdkx.h:168: error: parse error before "gdk_x11_get_xatom_by_name_for_display" /opt/local/include/gtk-2.0/gdk/gdkx.h:169: warning: data definition has no type or storage class /opt/local/include/gtk-2.0/gdk/gdkx.h:171: error: parse error before "Atom" make[2]: * [bonobo-dock-item.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

comment:18 Changed 19 years ago by josebiro@…

libgnomeui is also broken, same types of issues with not finding correct file versions. Here's the configure command line that allows build:

GCONFTOOL="/opt/local/bin/gconftool-2" PERL="/opt/local/bin/perl" LIBGLADE_CONVERT="/opt/local/bin/libglade-convert" GDK_PIXBUF_CSOURCE="/opt/local/bin/gdk-pixbuf-csource" PKG_CONFIG="/opt/local/bin/pkg-config" CPPFLAGS="-L/opt/local/lib -L/usr/X11R6/lib -I/opt/local/include -I/usr/X11R6/include" ./configure --prefix=/opt/local

comment:19 Changed 19 years ago by bugzilla@…

Cc: bugzilla@… added

comment:20 Changed 18 years ago by yeled@…

Cc: yeled@… added

comment:21 Changed 18 years ago by matt@…

Regarding the gnome-vfs bugs marked as duplicate, upgrading from XCode 2.0 to 2.1 fixed this for me on Mac OS 10.4

comment:22 Changed 18 years ago by rhwood@…

Please confirm that this bug still exists with gnome-vfs 2.12.1.1.

comment:23 Changed 18 years ago by nburrell@…

This still fails to build with gnome-vfs 2.12.1.1. See attached output of "port -dv clean --all gnome-vfs && port install -dv gnome-vfs". Problem is still in xdgmimecache.c This is on 10.3.9 with gcc 3.3.

Changed 18 years ago by nburrell@…

Attachment: build_log added

build log for gnome-vfs 2.12.1.1 on 10.3.9 (gcc 3.3)

comment:24 Changed 18 years ago by rhwood@…

Please close this bug report and open new bug reports for any continuing build problems with gnome-vfs. This bug report jumps across build problems and gnome-vfs versions.

Please test building gnome-vfs against version 2.12.2. The current portfile for gnome-vfs is version 2.12.2 and contains a fix that should address (the most common) build problems on Mac OS X 10.3.9.

If using Mac OS X 10.4 test only with Xcode tools version 2.1 or 2.2.

Thank you.

comment:25 Changed 18 years ago by jml@…

Original author of PR says - 2.12.2 worksforme in 10.4.4 (whether the cause was port update, system update, or xcode update I can't say, as I could not stage the three). I'm willing to concede this issue fixed.

comment:26 Changed 18 years ago by jmpp@…

Resolution: worksforme
Status: newclosed

Closing bug per Randall's request, setting to "Works for some" as some claim to still experience problems with gnome-vfs but Randall requested them to open more detailed bug reports on each case.

-jmpp

PS: We really need to get Bugzilla perms fixed, any OD admin reading this willing to help me?

comment:27 Changed 18 years ago by jmpp@…

Resolution: worksforme
Status: closedreopened

comment:28 Changed 18 years ago by jmpp@…

Resolution: wontfix
Status: reopenedclosed

Sorry for the goof, requested resolution was "WONTFIX", setting as such and closing again.

-jmpp

Note: See TracTickets for help on using tickets.