Author: Slater Wold
Date: 14:49:11 02/15/04
Go up one level in this thread
On February 15, 2004 at 17:36:32, Slater Wold wrote:
>On February 15, 2004 at 16:55:18, Russell Reagan wrote:
>
>>On February 15, 2004 at 16:33:56, Slater Wold wrote:
>>
>>>Still praying Eugene gets me on that Whidbey beta. :D
>>
>>Why don't you install gcc?
With assembly:
linux-amd64:
$(MAKE) target=NT_i386 \
CC=C:\mingw\bin\mingw32-gcc.exe CXX=C:\mingw\bin\mingw32-c++.exe \
CFLAGS='$(CFLAGS) -Wall -pipe -D_REENTRANT \
-fomit-frame-pointer -O3' \
CXFLAGS=$(CFLAGS) \
LDFLAGS='$(LDFLAGS) -lstdc++' \
opt='$(opt) -DPOSIX -DFAST \
-DVC_INLINE_ASM -DUSE_ASSEMBLY -DFUTILITY ' \
crafty-make
C:\craftysource>mingw32-make linux-amd64
mingw32-make target=NT_i386 \
CC=C:\mingw\bin\mingw32-gcc.exe CXX=C:\mingw\bin\mingw32-c++.exe \
CFLAGS=' -Wall -pipe -D_REENTRANT \
-fomit-frame-pointer -O3' \
CXFLAGS= \
LDFLAGS=' -lstdc++' \
opt=' -DPOSIX -DFAST \
-DVC_INLINE_ASM -DUSE_ASSEMBLY -DFUTILITY ' \
crafty-make
mingw32-make[1]: Entering directory `C:/craftysource'
mingw32-make[2]: Entering directory `C:/craftysource'
C:\mingw\bin\mingw32-gcc.exe -Wall -pipe -D_REENTRANT -fomit-frame-pointer -O3
-DPOSIX -DFAST -DVC_INLINE_ASM -DUSE_ASSEMBLY -DFUTILITY -DNT_i386 -c
crafty.c
In file included from chess.h:424,
from searchr.c:4,
from crafty.c:1:
vcinline.h: In function `PopCnt':
vcinline.h:11: error: parse error before '{' token
vcinline.h:27: warning: no return statement in function returning non-void
vcinline.h: In function `FirstOne':
vcinline.h:32: error: parse error before '{' token
vcinline.h:40: warning: no return statement in function returning non-void
vcinline.h: In function `LastOne':
vcinline.h:45: error: parse error before '{' token
vcinline.h:53: warning: no return statement in function returning non-void
In file included from crafty.c:1:
searchr.c: In function `SearchTrace':
searchr.c:300: warning: unsigned int format, different type arg (arg 3)
In file included from crafty.c:19:
utility.c: In function `ReadClock':
utility.c:882: warning: dereferencing type-punned pointer will break strict-alia
sing rules
In file included from crafty.c:19:
utility.c: In function `Kibitz':
utility.c:2183: warning: unknown conversion type character `I' in format
utility.c:2183: warning: format argument is not a pointer (arg 5)
utility.c:2183: warning: too many arguments for format
utility.c:2186: warning: unknown conversion type character `I' in format
utility.c:2186: warning: format argument is not a pointer (arg 5)
utility.c:2186: warning: too many arguments for format
In file included from crafty.c:36:
interupt.c: In function `Interrupt':
interupt.c:80: warning: unsigned int format, different type arg (arg 2)
interupt.c:92: warning: unsigned int format, different type arg (arg 2)
In file included from crafty.c:40:
option.c: In function `Option':
option.c:2945: warning: unsigned int format, different type arg (arg 2)
option.c:3404: warning: dereferencing type-punned pointer will break strict-alia
sing rules
option.c:3900: warning: dereferencing type-punned pointer will break strict-alia
sing rules
mingw32-make[2]: *** [crafty.o] Error 1
mingw32-make[2]: Leaving directory `C:/craftysource'
mingw32-make[1]: *** [crafty-make] Error 2
mingw32-make[1]: Leaving directory `C:/craftysource'
mingw32-make: *** [linux-amd64] Error 2
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.