This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

Build failure on Cygwin


Hi,

I'm trying to build insight (6.8 or 7.0 snapshot) on Cygwin (1.7.1), but it
is failing with:

make[3]: Entering directory `/home/Jon/t/import/build/tcl/win'
gcc -c -g -O2 -Wall -Wconversion  -I"../../../src/tcl/win/../generic"
-I"../../../src/tcl/win" -mwin32  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1  -DBUILD_tcl ../../../src/tcl/win/../generic/tclAlloc.c -o
tclAlloc.o
In file included from
../../../src/tcl/win/../generic/../win/tclWinPort.h:72,
                 from ../../../src/tcl/win/../generic/tclPort.h:22,
                 from ../../../src/tcl/win/../generic/tclAlloc.c:29:
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock2.h:103:
2: warning: #warning "fd_set and associated macros have been defined in
sys/types.      This may cause runtime problems with W32 sockets"
In file included from
../../../src/tcl/win/../generic/../win/tclWinPort.h:72,
                 from ../../../src/tcl/win/../generic/tclPort.h:22,
                 from ../../../src/tcl/win/../generic/tclAlloc.c:29:
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../include/w32api/winsock2.h:632:
error: conflicting types for 'select'
/usr/include/sys/select.h:31: error: previous declaration of 'select' was
here

I've just been running configure with no options (which used to work for
Cygwin 1.5.x). Is there a magic option to get it to work, or does something
need fixing? 

Thanks,
Jon




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