From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99715 invoked by alias); 12 Mar 2019 23:19:21 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 99706 invoked by uid 89); 12 Mar 2019 23:19:21 -0000 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 Received: from mail-it1-f178.google.com (HELO mail-it1-f178.google.com) (209.85.166.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 Mar 2019 23:19:20 +0000 Received: by mail-it1-f178.google.com with SMTP id k193so7330542ita.3 for ; Tue, 12 Mar 2019 16:19:20 -0700 (PDT) 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 23:19:00 -0000 Message-ID: Subject: cmake cmake gui and soci 4 with postgresql To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00327.txt.bz2 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