Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Mailer: 21.2  (beta41) "Polyhymnia" XEmacs Lucid (via feedmail 8 I)
To: "bcoffey@gemacs.com" <bcoffey@gemacs.com>
Cc: cygwin@cygwin.com
Subject: Re: QT
References: <01C094C9.07B4CA40.bcoffey@gemacs.com>
X-Face: I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu
	}?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x@ogoS5|"-u?<s5ViLslvYMlj7_n!Tq1m@xt2Bhj4[Zg+e?
	/Yy\SE`V?%v~kRU3GoS1f&U]}
From: "Dr. Volker Zell" <Dr.Volker.Zell@oracle.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
Content-Type: text/plain; charset=us-ascii

>>>>> "Buddy" == Buddy Coffey <bcoffey@gemacs.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

