From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dr. Volker Zell" To: "bcoffey@gemacs.com" Cc: cygwin@cygwin.com Subject: Re: QT Date: Mon, 12 Feb 2001 09:16:00 -0000 Message-id: References: <01C094C9.07B4CA40.bcoffey@gemacs.com> X-SW-Source: 2001-02/msg00608.html >>>>> "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