www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <95455e980802201631t62ff6b6pd8074e93d40fa7a7@mail.gmail.com> |
Date: | Thu, 21 Feb 2008 11:31:14 +1100 |
From: | hce <webmail DOT hce AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Building C++ program with QT under cygwin |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi, I am new to cygwin. I've just installed cygwin for building my C++ program which was generated from linux initially. The program is also need to be compiled with QT, actually the QT will generate the Makefile. Previously it was using minGW, the QT was built under window and the C++ program was built using macro #ifdef WIN32 for the code of select(), read() and write() system calls. My understand is that I can use all linux system calls under cygwin, should I remove all #ifdef WIN32 in the program and compile with a parameter -unix rather than win32? The major issue is the QT package. In linux, I installed a QT package for linux and called the QT gmake to generate a Makefile. On window the QT was installed for window and compiled under window environment. I have got errors when using window QT to generate Makefile under cygwin. How should I use the QT under cygwin? Should I download a unix version QT and build the QT using unix macro under cygwin, or should I still using window QT under cygwin? Thank you for your advice. Jim -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |