From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 12:10:16 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1DAC106564A for ; Wed, 17 Aug 2011 12:10:16 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp2.utsp.utwente.nl [130.89.2.9]) by mx1.freebsd.org (Postfix) with ESMTP id 1AF578FC12 for ; Wed, 17 Aug 2011 12:10:15 +0000 (UTC) Received: from pieter-dev.localnet (lux.student.utwente.nl [130.89.161.112]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id p7HCA9QC006918; Wed, 17 Aug 2011 14:10:09 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Wed, 17 Aug 2011 14:10:09 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.39-2-amd64; KDE/4.6.5; x86_64; ; ) References: <4E42D5F7.9010702@hawaii-pacific.com> In-Reply-To: <4E42D5F7.9010702@hawaii-pacific.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201108171410.09454.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Bruce Meier Subject: Re: postgresql-libpqxx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 12:10:16 -0000 On Wednesday, August 10, 2011 09:03:19 PM Bruce Meier wrote: > I have installed postgresql-libpqxx and included it in a test program > and get the following error: > "main.cpp:1:21: error: pqxx/pqxx: No such file or directory". Hi, Did you add -I/usr/local/include to the compiler flags of the test program? All ports install their headers there. Regards, Pieter