Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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? 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: Lines: 32 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Polyhymnia) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "Buddy" == Buddy Coffey 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