| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
| content-class: | urn:content-classes:message |
| Subject: | Does wxWidgets 2.5.3 compile with Cygwin for anyone? |
| Date: | Thu, 16 Dec 2004 12:50:05 +0100 |
| Message-ID: | <A3D1526C98B7C1409A687E0943EAC41048A017@obelix.askesis.nl> |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Joost Kraaijeveld" <J DOT Kraaijeveld AT Askesis DOT nl> |
| To: | "Cygwin (E-mail)" <cygwin AT cygwin DOT com> |
| X-IsSubscribed: | yes |
| X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id iBGBoeTL028647 |
Hi all,
Is there anyone who has wxWidgets 2.5.3 compiled with Cygwin after running "./configure --enable-debug"? I get the follwoing error whic I cannot resolve:
$ make
./bk-deps g++ -c -o netdll_fs_inet.o -D__WXMSW__ -DwxUSE_GUI=0 -DWXUSINGDLL -DWXMAKINGDLL_NET -D__WXDEBUG__ -I
lib/wx/include/msw-ansi-debug-2.5 -I../include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -g -O0 -Wall ../src/common/fs_inet.
cpp
In file included from ../include/wx/gsocket.h:172,
from ../include/wx/sckaddr.h:24,
from ../include/wx/socket.h:28,
from ../include/wx/protocol/protocol.h:28,
from ../include/wx/url.h:24,
from ../src/common/fs_inet.cpp:30:
../include/wx/msw/gsockmsw.h:81: error: 'SOCKET' is used as a type, but is not
defined as a type.
../include/wx/msw/gsockmsw.h:92: error: field `m_timeout' has incomplete type
make: *** [netdll_fs_inet.o] Error 1
I have tried including several headers (including all the obvious ones) at various places in an attempt to resolve this problem but noting worked. Including <winsock.h> at a reasonable place gives me all kind of errors regarding conflicts with declarations in <sys/socket.h>
Anyone any ideas where to look for a sollution?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J DOT Kraaijeveld AT Askesis DOT nl
web: www.askesis.nl
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |