bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building gnuchess 5.06 in cygwin


From: Jim Rogers
Subject: building gnuchess 5.06 in cygwin
Date: Sun, 27 Jul 2003 08:43:45 +0000

Hi,

What is the build procedure for gnuchess 5.06 in cygwin? I tried "./configure" followed by "make" from the gnuchess root directory (see below).

Thanks,

Jim Rogers

$ ./configure
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... .exe
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD compatible install... /usr/bin/install -c
checking for mawk... (cached) gawk
checking whether ln -s works... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tputs in -lncurses... no
checking for readline in -lreadline... yes
checking how to run the C preprocessor... gcc -E
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for ANSI C header files... yes
checking for time.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for errno.h... yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdint-types....... "(putting them into src/GCint.h)"
checking for uintptr_t... no
checking for uintptr_t... no
checking for uintptr_t... no
checking for uintptr_t... no
checking for uint32_t... no
checking for uint32_t... no
checking for uint32_t... no
checking for uint32_t... no
checking for u_int32_t... yes
checking for uint64_t... yes
... seen our u_int32_t in sys/types.h (u_int64_t too)
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of void*... 4
creating src/GCint.h : _SRC_GCINT_H
checking for int_least32_t... no
checking for int_fast32_t... no
..adding include stddef.h
..adding include sys/types.h
... need to look at C basic types
... seen bsd/sysv typedefs
... seen good uint64_t
..adding typedef int32_t intptr_t
..adding generic int_least-types
..adding generic int_fast-types
... DONE src/GCint.h
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for working malloc... yes
checking for working memcmp... yes
checking for gettimeofday... yes
checking for strchr... yes
checking for strcspn... yes
checking for strstr... yes
checking for strerror... yes
checking for memset... yes
checking for nanosleep... yes
checking for usleep... yes
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h

Media address@hidden /cygdrive/c/gnuchess-5.06
$ make
Making all in src
make[1]: Entering directory `/cygdrive/c/gnuchess-5.06/src'
cd .. \
 && CONFIG_FILES= CONFIG_HEADERS=src/config.h \
    /bin/sh ./config.status
config.status: creating src/config.h
config.status: src/config.h is unchanged
make  all-am
make[2]: Entering directory `/cygdrive/c/gnuchess-5.06/src'
source='atak.c' object='atak.o' libtool=no \
depfile='.deps/atak.Po' tmpdepfile='.deps/atak.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c `test -f atak.c || echo './'`atak.
c
In file included from common.h:40,
                from atak.c:29:
GCint.h:12: warning: redefinition of `uint8_t'
/usr/include/cygwin/types.h:133: warning: `uint8_t' previously declared here
GCint.h:13: warning: redefinition of `uint16_t'
/usr/include/cygwin/types.h:137: warning: `uint16_t' previously declared here
GCint.h:14: warning: redefinition of `uint32_t'
/usr/include/cygwin/types.h:141: warning: `uint32_t' previously declared here
GCint.h:29: conflicting types for `uintptr_t'
/usr/include/cygwin/types.h:167: previous declaration of `uintptr_t'
GCint.h:30: conflicting types for `intptr_t'
/usr/include/cygwin/types.h:172: previous declaration of `intptr_t'
make[2]: *** [atak.o] Error 1
make[2]: Leaving directory `/cygdrive/c/gnuchess-5.06/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/c/gnuchess-5.06/src'
make: *** [all-recursive] Error 1

Media address@hidden /cygdrive/c/gnuchess-5.06
$

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail





reply via email to

[Prev in Thread] Current Thread [Next in Thread]