Date: Sun, 7 Apr 2002 21:22:19 +0100 From: Dave Goode <dave@davegoode.net> To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: gnumeric-1.0.0 Message-ID: <200204072022.g37KMKq04446@dave.davegoode.net>
next in thread | raw e-mail | index | archive | help
Hello, I thought all my dependencies were up-to-date, but a make on Gnumeric failed round the point shown below. I don't have the necessary knowledge to determine where langinfo.h should come from and would greatly appreciate any help you can find time to offer. Thanks, Dave ---------------------------------------------------------------------- int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_isfinite) || defined (__stub___isfinite) choke me #else isfinite(); #endif ; return 0; } configure:9897: checking for finite in -lm configure:9916: cc -o conftest -O -pipe -I/usr/X11R6/include -Wall -Wunused -Wsign-promo -Wsign-compare -Wpointer-arith -Wnested-externs -Wchar-subscripts -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lm -L/usr/local/lib -lintl -liconv -pthread 1>&5 configure:9946: checking for langinfo.h configure:9956: cc -E -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9952: langinfo.h: No such file or directory configure: failed program was: #line 9951 "configure" #include "confdefs.h" #include <langinfo.h> configure:9987: checking for iconv.h configure:9997: cc -E -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:10028: checking for libxml (aka gnome-xml) libraries 1.8.14 <= version < 2.0.0 configure:10051: checking for perl configure:10080: checking for perl ExtUtils::Embed module configure:10135: checking for python configure:10185: checking if we can build a shared library depending on libpython configure:10229: checking for libole2 >= 0.2.4 configure:10271: checking for Bonobo >= 1.0.9 configure:10616: checking for Gb == 0.0.17 configure:10652: checking for GnomePrint libraries >= 0.29 configure:10674: checking for Glade libraries >= 0.16 configure:10695: checking for Gnome App libraries (GAL) >= 0.16 (end of "config.log") *** Error code 1 Stop in /usr/ports/math/gnumeric. dave# -- www.davegoode.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204072022.g37KMKq04446>