On Wed, Jun 07, 2006 at 09:03:26AM +0200, Dominique Dhumieres wrote: > On OSX 10.3 installing gnumeric-1.4.1-1 failed with: > > ... > if gcc-3.3 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I./widgets -I./dialogs > -I./tools -I../src/cut-n-paste-code/foocanvas -DORBIT2=1 -DXTHREADS > -D_REENTRANT -DXUSE_MTSAFE_API -DXNO_MTSAFE_UNISTDAPI -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include > -I/sw/include/libgsf-1 -I/sw/include/orbit-2.0 > -I/sw/include/bonobo-activation-2.0 -I/sw/include/gconf/2 > -I/sw/include/libbonobo-2.0 -I/sw/include/gnome-vfs-2.0 > -I/sw/lib/gnome-vfs-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/include > -I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 > -I/sw/lib/gtk-2.0/include -I/sw/include/libart-2.0 -I/sw/include/libgnome-2.0 > -I/sw/include/libgnomecanvas-2.0 -I/sw/include/gnome-keyring-1 > -I/sw/include/libbonoboui-2.0 -I/sw/include/libgnomeui-2.0 > -I/sw/include/libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2 > -I/sw/include/libglade-2.0 -I../src/cut-n-paste-code -I/sw/include -g -O2 > -DG_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -Wall -Wmissing-prototypes -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -Wwrite-strings -MT main-application.o -MD -MP -MF ".deps/main-application.Tpo" \ > -c -o main-application.o `test -f 'main-application.c' || echo > './'`main-application.c; \ > main-application.c: In function `gnumeric_arg_parse': > main-application.c:165: error: `GNOME_PARAM_POPT_TABLE' undeclared (first use > in this function) > main-application.c:165: error: (Each undeclared identifier is reported only > once > main-application.c:165: error: for each function it appears in.) > main-application.c:169: error: `GNOME_PARAM_POPT_CONTEXT' undeclared (first > use in this function)
There's an awful lot of bit-rot in the older gnome packages such as nautilus. Gotta remove -DGNOME_DISABLE_DEPRECATED in order to have new libgnome2 provide those deprecated constants. Someone please verify this bug with latest libgnome2-dev, test that removing that -D fixes it, and commit...my network is sucky tonite. dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
