X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Tj3ucrrL9dNr5YwV 6MaEfiqfEbROBc399i66AR9Q6e9Q4V9CWeY539vHI6nQdU8mQpD6Ns98obnUY7Xr vDMtkXQDYKFSGI4eP8FRQnypkUV4MooxHDYRW0twEQ5ZSdcHgNywyqZyAElYAAFx sbMr23bB10oWXPwgw8dsifGDt2A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Ydoo0qTt1M1lcwMDOM6wZL mmztA=; b=NKhrV9gR0/jE45ky50RoSIrmXoBkx747bOtxO2zUSHQ+xMg5uYa5ch i50D/PPnmdISvRpnFhCxEGKYrwc5o/YGQNQZJihF/rhppBVaDB4hzaYCybDYzsWv gAajd+iKbOlmaWkTt/BDaq3+XgNAkPS0bphgDR1+KwC+gBA6vRAnM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=francis, Francis, UD:6.2-1.tar.xz, UD:libpq-fe.h X-HELO: mail-lf0-f42.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=MxrxYE/xpo85zj36L4dbgjdTYB/Vi5N2iuwfsWTe9VU=; b=ULXVtpCvlEXvFgASC94pwR7Kmy0/siPaggkyNMuWUstcsxpLG10Xe0pzNxhm6LLkjo wU1I4Pl7piMzVrncl6zniR7Tc1GdYxu5EHZoSylTxmk7mZg0j0b0HfkncziHAt4iBhHL xH7XXcU6G1oHbFVxG/AZbFdgFOwujbJKRRBMxX4GfesLR4oVgJHgK/3TwrILg74XHfu4 6obapPvPLzxcW4jQ0y373TaQO9fIJ/BXQKBw2xB4L+bSZJ0nr1/r2CAVzz10kL9pj0fp hRKexWEZOLKM2dCfQ1UNIhklH/jAbhUh3wSi5P85q0oHZfxiy4vnLKcLTwblRg3ZvZps cYbg== X-Gm-Message-State: AFeK/H0UVRk4I4HfeosQhMkRik3F8+gpo/nmmqdvOkxZpJO7fEk/I0XK4fj2B0WxxxtPOg== X-Received: by 10.46.82.208 with SMTP id n77mr8999853lje.56.1489999528134; Mon, 20 Mar 2017 01:45:28 -0700 (PDT) Subject: Re: postgresql-client-9.6.2-1: Where is the libpq-fe.h include? To: cygwin AT cygwin DOT com References: <8b08f321-9b82-6c3e-429d-4e930b674a37 AT orange DOT fr> From: Marco Atzeri Message-ID: <690fd781-9d08-54ad-55ef-54de213e0231@gmail.com> Date: Mon, 20 Mar 2017 09:45:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <8b08f321-9b82-6c3e-429d-4e930b674a37@orange.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 20/03/2017 08:52, Francis ANDRE wrote: > Hi > > I installed both the file: > > //C:/cygwin/var/cache/setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86/release/postgresql/postgresql-client/postgresql-client-9.6.2-1.tar.xz > > and the file > > file://C:/cygwin/var/cache/setup/http%3a%2f%2fcygwin.mirror.constant.com%2f/x86/release/postgresql/postgresql-devel/postgresql-devel-9.6.2-1.tar.xz > > but none of these installations provide the libpq-fe.h include. > > [FrancisANDRE AT idefix ~ ]$find /usr/include -name "*libpq-*.*" > /usr/include/postgresql/server/libpq/libpq-be.h > /usr/include/postgresql/server/libpq/libpq-fs.h > > How can I get this include? > > Thank for any pointer. > > FA > Use "https://cygwin.com/packages/" or "cygcheck -p libpq-fe.h" As you can see from: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=libpq-fe.h&arch=x86_64 you need to install libpq-devel-9.6.2-1 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple