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
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
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
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
> ../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:/
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
6 matches
Mail list logo