Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <6bbc9e48040825191077f98487@mail.gmail.com> Date: Wed, 25 Aug 2004 22:10:14 -0400 From: Pat Smith Reply-To: Pat Smith To: cygwin AT cygwin DOT com Subject: wxPython Install problems Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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.) 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.) 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.) 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.) 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.) 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 How can I fix this and get wxPython installed. Thanks. Patrick Smith Please include smith DOT patrick AT gmail DOT com in any replies. -- 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/