From owner-freebsd-pkg@FreeBSD.ORG Sat Dec 27 10:06:34 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95D04AF9 for ; Sat, 27 Dec 2014 10:06:34 +0000 (UTC) Received: from sleipnir.msys.ch (smtp.msys.ch [46.175.8.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.msys.ch", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 28B07664AE for ; Sat, 27 Dec 2014 10:06:33 +0000 (UTC) Received: from mail.msys.ch (smtp.msys.ch [46.175.8.2]) by sleipnir.msys.ch (8.14.3/8.14.3) with ESMTP id sBRA6NSL010919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 27 Dec 2014 11:06:23 +0100 (CET) Received: from [46.175.8.84] ([46.175.8.84]) (authenticated bits=0) by mail.msys.ch (8.14.3/8.14.3) with ESMTP id sBRA6M6h002840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 27 Dec 2014 11:06:22 +0100 (CET) From: Marc Balmer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: libintl missing on FreeBSD 10.1 system Message-Id: <46D06ACB-6726-46A2-9CED-98437B72BC6A@msys.ch> Date: Sat, 27 Dec 2014 11:06:10 +0100 To: freebsd-pkg@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-SMTP-Vilter-Version: 1.3.6 X-Spamd-Symbols: AWL,RCVD_IN_SORBS_WEB X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 10:06:34 -0000 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 ^ 1 error generated. *** Error code 1 Which package doese provide this file? Thanks, Marc