Date: Sat, 27 Dec 2014 11:06:10 +0100 From: Marc Balmer <marc@msys.ch> To: freebsd-pkg@freebsd.org Subject: libintl missing on FreeBSD 10.1 system Message-ID: <46D06ACB-6726-46A2-9CED-98437B72BC6A@msys.ch>
next in thread | raw e-mail | index | archive | help
I am trying to compile a piece of software on FreeBSD 10.1 that includes a PostgreSQL server header file, which tries to include libintl.h. I have the gettext package installed, but this libintl.h header file is missing:
In file included from /usr/local/include/postgresql/server/postgres.h:47:
/usr/local/include/postgresql/server/c.h:101:10: fatal error: 'libintl.h' file
not found
#include <libintl.h>
^
1 error generated.
*** Error code 1
Which package doese provide this file?
Thanks, Marc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46D06ACB-6726-46A2-9CED-98437B72BC6A>
