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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=VRXzELuf9qVYdGwhr0a8JSNjhBk3/ MIjTwWa4TZ6QJECvscMy6Zv6ZfvJEg17WwCfWHAZx6r+t2GmnjQI8FOlOYeZzILL bGMUukRrj6nxEQSjpEC6AOG7/E/0T/zN/QraQJ/QJUKmGz8dx7c92+POrRMQm6Bb j7bFbocTo8lh/4= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=jggULMzzpZSZVA2Hq2KU6G9B6+4=; b=A+V xfCxo8/C4hqavsH2z+E2+3SnOKcPVe7Z8dxPA9WgnegtrB+4E6M0J++tlgq4ze8e G14nqWjGSgYPXU0N3s9LCkEGdA2cuy9cMRvkz7MwKdGXuQUfMmlJGC0YiCgYLpC4 G4AncQM6wXV9SyL3NKfNW9Fcqw9BLO3RiNcuvgB4= 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-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=UD:I, creator, workings, H*c:alternative X-HELO: mail-it1-f178.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=WogILLR7WBUf+0GjF6HAbcPzA9X6XOgU5XejBRHzIac=; b=cUjCjxOoS9AkI8UyoZHXPobnuT5OLbbPVKzVkYtyCrBPGuhkVgzqxBK+DIN9WIbyNH gig1db4MdCkW3pCj6PTz8q7B67bTQRMyCayAm/ry+XFECLmS5l+a+fmeqdjS2re1oxKy BmMSdh/7lsfpnuy/O9cvQVFyR6Ai+N57FPDUxpTFPXrWaqkaMlvmvkIGwkavQMbLfQ7b XELGPmWQ0SZInMrq5PKPC0c5Z+smO8gGV7OV66Pa8AuQ0UZZJpa+r7QEQItEzK9SifiG nxhEjUk6NnjrxfF+nede3ONidnIFgGOB8Ovcsk2WRYvbHw3ER2zY4sRRAOz6qpWkcPq0 WgGA== MIME-Version: 1.0 From: Gavin M2301 Date: Tue, 12 Mar 2019 19:19:07 -0400 Message-ID: Subject: cmake cmake gui and soci 4 with postgresql To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hi- I kind of hoped that when I selected cmake gui from Cygwin mirror that it would know which dependencies I needed. I tried to launch it by typing cmake-gui into mintty and it did not load. I installed PostgreSQL for win 10 and then installed the command line tools for Cygwin and that went well. I tried it out and it is working. The creator of SOCI 4 said, no one tried to test soci with Cygwin.I don't see why it matters in this case whether I am using Cygwin or not. I use minGW to build DLLs with PostgreSQL headers and library files for my project. cmake kept saying about it didn't recognize directory. It would pull the path from mintty. I tried to pass it windows style paths but whatever mintty had displayed in the console it would pick that. For e.g. /cygdrive/c/cygwin64/home/username/soci-master is considered invalid. #1: Is there an easy way to get cmake-gui installed in Cygwin? Do I need both X and qt installed or can it figure out the dependencies? #2: Does it matter that I am using mintty when running cmake with all of its options? I guess the easiest way to put it is I am just trying to run cmake to an end which is to build binaries and lib files and do not care too much (within reason) about its inner workings. thx. for any assistance- roboloki -- 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