On Mon, 23 Jan 2006 12:38 pm, Rob Butcher wrote: > On Mon, 2006-01-23 at 05:49 +1000, Phillip J Shelton wrote: </snip> > In the Makefile for /src, add -I/usr/include/libgoffice-0.3 to the > values for GNUMERIC_CFLAGS = > > Add -lgoffice-0 to the values for GNUMERIC_LIBS = > > Then in a terminal cd into /home/Software/gnumeric-1.6.0, make then make > install > Rod
The Makefile already has -I/usr/include/libgoffice-1 and -lgoffice-1 in those lines. Do I need to add the above as well? GNUMERIC_CFLAGS = -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 -I/usr/include/libxml2 -I/usr/include/libgoffice-1 -I/usr/include/gtk-2.0 -I/usr/include/libglade-2.0 -I/usr/include/libgnomeprint-2.2 -I/usr/include/libart-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/libgnomeprintui-2.2 -I/usr/include/libgnomecanvas-2.0 GNUMERIC_LIBS = -Wl,--export-dynamic -lgoffice-1 -lgsf-1 -lglade-2.0 -lgnomeprintui-2-2 -lgnomeprint-2-2 -lgnomecanvas-2 -lxml2 -lz -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lart_lgpl_2 _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
