Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Greg Chicares
On 2010-06-28 03:40Z, Gavin wrote: [...] > {{ change winsock.h to match select.h; actual line is different, with > PASCAL and struct in it. The difference is intentional: http://www.cygwin.com/ml/cygwin/2010-01/msg00570.html > If someone can verify my change and make the patch, anyone else tryi

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Gavin
Sorry it's wxWigets 2.8.11 not 2.8.10 Resolved with simple change to match declaration of select() in /include/w32api/winsock.h with that in /usr/include/sys/select.h I hope I picked the right one! Frédéric, thanks for the help setting flags, but that wasn't the (only) problem. From the make lo

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Yaakov (Cygwin/X)
On Sun, 2010-06-27 at 02:12 -0500, Gavin wrote: > Freshly installed Cygwin 1.75, gcc etc included, on Win Vista SP2 32-bit > wxWidgets dies here after config, > > ../configure --with-msw --enable-debug Cygwin is a *NIX platform and therefore you should not be using the MSW port of wxWidgets. Cyg

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Christopher Faylor
On Sun, Jun 27, 2010 at 02:12:49AM -0500, Gavin wrote: >Freshly installed Cygwin 1.75, gcc etc included, on Win Vista SP2 32-bit >wxWidgets dies here after config, > >../configure --with-msw --enable-debug > >during make: > >In file included from ../src/msw/utils.cpp:56: >/usr/lib/gcc/i686-pc-cygwi

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Frédéric Bron
> ../configure --with-msw --enable-debug to have a windows binary (independent of cygwin): CC=gcc-3 CXX=g++-3 CFLAGS="-mno-cygwin" CXXFLAGS="-mno-cygwin" LDFLAGS="-mno-cygwin" ./configure --with-msw ... to have a cygwin binary ./configure --with-gtk ... Frédéric -- Problem reports: http:/

Error making wxWigets 2.8.10 in Cygwin 1.7.5

2010-06-27 Thread Gavin
Freshly installed Cygwin 1.75, gcc etc included, on Win Vista SP2 32-bit wxWidgets dies here after config, ../configure --with-msw --enable-debug during make: In file included from ../src/msw/utils.cpp:56: /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock.h:479: erro r: declar