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: chris AT parm DOT net Cc: cygwin AT sources DOT redhat DOT com Subject: Re: QT References: 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 00:46:23 +0100 In-Reply-To: chris@parm.net's message of "Sun, 11 Feb 2001 16:18:12 +0000 (GMT)" Message-ID: Lines: 39 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Polyhymnia) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "chris" == chris writes: chris> Hi; chris> Just a quick query - has anyone had any luck compiling QT 1.x with chris> CygWin? I'm assured it's possible (I'm trying to build 1.45, I think) but chris> the moc meta-object parser thing keeps breaking it - bison won't parse the chris> .y file at all, and byacc seems to generate broken code. I just compiled o qt-x11-2.2.4 - http://www.trolltech.com/ I copied /usr/local/qt/configs/linux-g++-static to /usr/local/qt/configs/cygwin-g++-static and added platform support in /usr/local/qt/configure CYGWIN_NT-4.0:*) PLATFORM=cygwin-g++ ;; In /usr/local/qt/src/kernel/qapplication_x11.cpp I added #if defined(_OS_CYGWIN_) # include // for FIONREAD on Cygwin #endif In /usr/local/qt/src/network the file qdns.cpp needed the header files from bind to compile. And for the examples (ftpclient, httpd, mail and networkprotocol) I added -L/usr/local/bind/lib -lbind in the appropriate Makefile. All examples and tutorials are working Ciao Volker -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple