Hi, Pascal --

I am compiling 3.6.9 on a MacBookPro and reach the following error  
when I reach the section that compiles crafty:

cd engines/crafty-20.14/ && make linux && cd ../../
make target=LINUX \
         CC=gcc CXX=g++ \
         CFLAGS=' -Wall -pipe -D_REENTRANT -march=i686 -O3 \
                 -fbranch-probabilities -fforce-mem -fomit-frame- 
pointer\
                 -fno-gcse -mpreferred-stack-boundary=2' \
         CXFLAGS= \
         LDFLAGS=' -lstdc++' \
         opt=' -DINLINE32 -DSMP -DCPUS=2' \
         crafty-make
gcc -Wall -pipe -D_REENTRANT -march=i686 -O3            -fbranch- 
probabilities -fforce-mem -fomit-frame-pointer         -fno-gcse - 
mpreferred-stack-boundary=2 -DINLINE32 -DSMP -DCPUS=2 -DLINUX -c  
crafty.c
attacks.c: In function 'Attacked':
attacks.c:69: note: file crafty.gcda not found, execution counts  
estimated
evaluate.c: In function 'EvaluateKings':
inline32.h:51: error: can't find a register in class 'Q_REGS' while  
reloading 'asm'
inline32.h:51: error: can't find a register in class 'Q_REGS' while  
reloading 'asm'
make[3]: *** [crafty.o] Error 1
make[2]: *** [crafty-make] Error 2
make[1]: *** [linux] Error 2
make: *** [crafty] Error 2


I changed the default make to darwin in the crafty makefile.
It now reads like this:

default:
        $(MAKE) -j darwin

However, I still get the same error, so I guess the default is being  
overridden somehow,
but I don't know where.

Any guidance?

Rick




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to