This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Does wxWidgets 2.5.3 compile with Cygwin for anyone?


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.Kraaijeveld@Askesis.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]