This is the mail archive of the sid@sources.redhat.com mailing list for the SID 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]

error build sid on cygwin


I am trying to build SID,  and I get the following error.

I am using:
 cygwin 1.5.11-1  
 gcc version 3.3.3-3
 w32api-3.1-1

Here is the offending stuff from make.out:

creating Makefile
creating tclConfig.sh
creating tcl.hpj
configuring in cygwin
running /bin/sh ./configure  --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin --prefix=/opt/sid --program-transform-name=s,y,y, --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking build system type... i686-pc-cygwin
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin environment... (cached) yes
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) .exe
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ar... (cached) ar
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... /usr/bin/install -c
updating cache .././config.cache
creating ./config.status
creating Makefile
creating tclConfig.sh
make[1]: Entering directory `/cygdrive/h/bak/src-041024/tcl'
make[2]: Entering directory `/cygdrive/h/bak/src-041024/tcl/win'
gcc -c -g -O2  -Wall -Wconversion  -I"./../generic" -I"." -mwin32   -DHAVE_NO_SEH=1 -DEXCEPTION_DISPOSITION=int   -DBUILD_tcl "tclWin32Dll.c" -o tclWin32Dll.o
In file included from ../win/tclWinPort.h:72,
                 from ../generic/tclPort.h:22,
                 from tclWinInt.h:21,
                 from tclWin32Dll.c:15:
/usr/include/w32api/winsock2.h:95:2: warning: #warning "fd_set and associated macros have been defined in sys/types.      This may cause runtime problems with W32 sockets"
tclWin32Dll.c:54: error: initializer element is not constant
tclWin32Dll.c:54: error: (near initialization for `asciiProcs.buildCommDCBProc')
tclWin32Dll.c:55: error: initializer element is not constant
tclWin32Dll.c:55: error: (near initialization for `asciiProcs.charLowerProc')
tclWin32Dll.c:56: error: initializer element is not constant
tclWin32Dll.c:56: error: (near initialization for `asciiProcs.copyFileProc')
tclWin32Dll.c:122: error: initializer element is not constant
tclWin32Dll.c:122: error: (near initialization for `unicodeProcs.searchPathProc')
tclWin32Dll.c:123: error: initializer element is not constant
tclWin32Dll.c:123: error: (near initialization for `unicodeProcs.setCurrentDirectoryProc')
tclWin32Dll.c:124: error: initializer element is not constant
tclWin32Dll.c:124: error: (near initialization for `unicodeProcs.setFileAttributesProc')
tclWin32Dll.c:41: warning: `ESP' defined but not used
tclWin32Dll.c:42: warning: `EBP' defined but not used
tclWin32Dll.c:403: warning: `_except_checkstackspace_handler' defined but not used
make[2]: *** [tclWin32Dll.o] Error 1
make[2]: Leaving directory `/cygdrive/h/bak/src-041024/tcl/win'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/h/bak/src-041024/tcl'
make: *** [all-tcl] Error 2
I have used the new cvs version and the snapshot-20041016, and it seems the same.

could someone help?


----------------------------------------------
À¬»øÓʼþ vs À¬»øɱÊÖ£¬whoÅÂwho£¿ 
http://www.polesoft.com/china/index_21cn.html 
Òƶ¯¿¨À²ok£¬¶À¼ÒÊÔ³ª 
http://mms.21cn.com/ring/ring.jsp 
רÌ⣺ÕÔޱָʹ˾»ú´òÈËʼþ 
http://news.21cn.com/social/ 
21CNÉÌÎñÓÊÏäÎåÒ»8ÕÛÓŻݣ¬·áºñ½±Æ·µÈÄãÄà 
http://mail.21cn.com/huodong/0405/business/detail.html 
ÆóÒµÓÊÏäÏÄÈÕ´óÓŻݣ¬ÊÖ»ú¡¢MP3¼´Ê±ËÍ 
http://mail.21cn.com/huodong/0405/corpmail/ 




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