Hi,

2008/7/1 W. van den Akker <[EMAIL PROTECTED]>:

>
> The Phalanx source which is included in the last scid version 3.6.24
> didnt build correct.


I faced the same problem. I found a simple solution. Just try to replace two
lines in scid/engines/Phalanx-XXII/makefile
===========================
# CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops
CFLAGS = -O0 -Wall -fomit-frame-pointer -std=c99 -D_GNU_SOURCE
===========================
by
===========================
CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops
#CFLAGS = -O0 -Wall -fomit-frame-pointer -std=c99 -D_GNU_SOURCE
===========================

Mikhail Kalenkov.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to