Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <23E073819EB9D111BF9C0000F87A0D41C8F387@A-KUSTI> From: "Laukala, Juha" To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: kde 1.1.1, qt-1.44 porting, Done/ToDo Date: Wed, 26 May 1999 09:35:34 +0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: multipart/alternative; boundary="---- =_NextPart_001_01BEA741.FA3302F4" ------ =_NextPart_001_01BEA741.FA3302F4 Content-Type: text/plain I managed to compile kde 1.1.1 & qt1.44 for cygwin, but this didn't come easy. Major problem seems to be that cygwin lacks of file socket implementation, so the kfm wont work. The qt1.44 has already some __CYGWIN32__ defines, but to compile nicely you'll need to define _WIN32_X11_ too. Also, _WIN32 defines will lead to use of win win32-api functions in directory browser which can be solved by forcing unix-style filehandling. Is there a way to implement under cygwin a file binded to a socket? - Juha Laukala ------ =_NextPart_001_01BEA741.FA3302F4 Content-Type: text/html kde 1.1.1, qt-1.44 porting, Done/ToDo

 I managed to compile kde 1.1.1 & qt1.44 for cygwin, but this didn't come easy. Major problem
seems to be that cygwin lacks of file socket implementation, so the kfm wont work.

 The qt1.44 has already some __CYGWIN32__ defines, but to compile nicely you'll need to
define _WIN32_X11_ too. Also, _WIN32 defines will lead to use of win win32-api functions
in directory browser which can be solved by forcing unix-style filehandling.

 Is there a way to implement under cygwin a file binded to a socket?

 - Juha Laukala

------ =_NextPart_001_01BEA741.FA3302F4 Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com ------ =_NextPart_001_01BEA741.FA3302F4--