At 10:10 PM 8/25/2004, you wrote: >I'm attempting to install wxPython from the source wxPythonSrc-2.5.2.7 >on Cygwin. > >I am able to run 'configure' ok, but when I run the make file i get >the following error: > >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 then tried to go into the wxPython folder and run: >"python setup.py install" > >and I get: >Usage: wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--release] > [--basename] [--static] [--libs] [--gl-libs] > [--cppflags] [--cflags] [--cxxflags] [--ldflags] [--rezflags] > [--cc] [--cxx] [--ld] > [--inplace] > >wx-config returns configuration information about the installed >version of wxWindows. It may be used to query its version and >installation directories and also retrieve the C and C++ compilers >and linker which were used for its building and the corresponding >flags. > >The --inplace flag allows wx-config to be used from the wxWindows >build directory and output flags to use the uninstalled version of >the headers and libs in the build directory. (Currently configure >must be invoked via a full path name for this to work correctly.)
<snip> >C:\cygwin\bin\python2.3.exe (2580): *** unable to remap >C:\cygwin\bin\cygiconv-2.dll to same address as parent(0x11B0000) != >0x11C0000 > 3 [main] python 2868 sync_with_child: child 2580(0x690) died >before initialization with status code 0x1 > 95459 [main] python 2868 sync_with_child: *** child state child loading dlls >Traceback (most recent call last): > File "setup.py", line 371, in ? > gl_config = os.popen(WX_CONFIG + ' --libs gl', 'r').read()[:-1] >OSError: [Errno 11] Resource temporarily unavailable Ever google? <http://www.cygwin.com/ml/cygwin/2003-08/msg00447.html> Wheee, that was easy! ;-) -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- 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/