| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Mailer: | 21.2 (beta41) "Polyhymnia" XEmacs Lucid (via feedmail 8 I) |
| To: | "bcoffey AT gemacs DOT com" <bcoffey AT gemacs DOT com> |
| Cc: | cygwin AT cygwin DOT com |
| Subject: | Re: QT |
| References: | <01C094C9 DOT 07B4CA40 DOT bcoffey AT gemacs DOT com> |
| X-Face: | I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu |
| }?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u?<s5ViLslvYMlj7_n!Tq1m AT xt2Bhj4[Zg+e? | |
| /Yy\SE`V?%v~kRU3GoS1f&U]} | |
| From: | "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com> |
| Date: | 12 Feb 2001 18:18:52 +0100 |
| In-Reply-To: | Buddy Coffey's message of "Mon, 12 Feb 2001 07:54:30 -0700" |
| Message-ID: | <kvlmrbhlab.fsf@vzell.de.oracle.com> |
| Lines: | 32 |
| User-Agent: | Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Polyhymnia) |
| MIME-Version: | 1.0 |
>>>>> "Buddy" == Buddy Coffey <bcoffey AT gemacs DOT com> writes:
Buddy> Volker,
Buddy> Thanks for posting your Qt installation instructions to the Cygwin list. I
Buddy> implemented them as written, but I'm still getting an error I cannot
Buddy> resolve.
Buddy> I ran configure with these options: -static, -gif, -system-jpeg, and
Buddy> -no-g++-exceptions, and it executed without error. When I ran "make," I
Buddy> received an error on the first routine it tried to compile. The error was
Buddy> traced to qglobal.h which said that Qt had not been ported to the operating
Buddy> system I was trying to compile under.
Buddy> I see at the top of qglobal.h there are a large number of
Buddy> #ifdef/#elif/#endif directives for various operating systems. I did not
Buddy> find one for _OS_CYGWIN_ however. I tried adding one, but to no avail.
Yes, I forgot to mention that I added
#elif defined(__CYGWIN__)
#define _OS_CYGWIN_
at the end of the long OS-list.
My configure line looks like this:
./configure -gif -system-zlib -system-libpng -system-jpeg -static -platform cygwin-g++
Buddy> Thanks in advance for any assistance you can give.
Ciao
Volker
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |