Computer Chess Club Archives


Search

Terms

Messages

Subject: Compiling Error Crafty18.12

Author: Nolan Denson

Date: 22:08:36 10/17/01


Hello

Need some help once again .. I get the following error while trying to compile
the New version of crafty 18.12.

IPO compilation", line 622: (col. 1) warning: unknown error
"IPO compilation", line 965: (col. 1) warning: unknown error
xilink6: executing 'F:\PROGRA~1\MICROS~3\VC98\bin\link.exe'
11523.obj : error LNK2001: unresolved external symbol @TestEPD@4
craftySMP___Win32_Release/craftySMP.exe : fatal error LNK1120: 1 unresolved
externals
Error executing xilink6.exe.

craftySMP.exe - 2 error(s), 7 warning(s)

I can copy version 18.11 over the the 18.12 and i get no errors.
I use a blob.c file because i know of no other way to do it.

This is my Blob.c settings:
#include "x86.c"
#include "boolean.c"
#include "swap.c"
#include "attacks.c"
#include "evaluate.c"
#include "make.c"
#include "unmake.c"
#include "movgen.c"
#include "quiesce.c"
#ifdef DO_EXTENSIONS
#include "searche.c"
#else
#include "search.c"
#endif
#include "next.c"
#include "searchr.c"
#include "repeat.c"
#include "nextr.c"
#include "history.c"
#include "nexte.c"
#include "utility.c"
#include "valid.c"
#include "searchmp.c"
#include "thread.c"
#include "enprise.c"
#include "book.c"
#include "data.c"
#include "drawn.c"
#include "edit.c"
#include "epd.c"
#include "epdglue.c"
#include "init.c"
#include "input.c"
#include "interupt.c"
#include "iterate.c"
#include "main.c"
#include "output.c"
#include "phase.c"
#include "ponder.c"
#include "preeval.c"
#include "resign.c"
#include "root.c"
#include "learn.c"
#include "setboard.c"
#include "test.c"
#include "time.c"
#include "validate.c"
#include "annotate.c"
#include "option.c"
#include "analyze.c"
#include "evtest.c"
#include "bench.c"
#include "hash.c"
#include "probe.c"

These are my studio settings:

/nologo /Gr /MT /W4 /GX /Ob2 /D "_USE_INTEL_COMPILER" /D "T41_INCLUDE" /D
"T33_INCLUDE" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "FAST" /D "VC_INLINE_ASM"
/D "NT_i386" /D "SMP" /D CPUS=256 /D "EGTB6"
/Fp"craftySMP___Win32_Release/craftySMP.pch" /YX /Fo"craftySMP___Win32_Release/"
/Fd"craftySMP___Win32_Release/" /FD /O3 /Qvec_report3 /Qwp_ipo /Qpc64 /QxW /QaxW
/G7 /Zm500 /Qipo_c /W5 /Qopenmp /Qprec_div /Qip /c

Thanks

Nolan Denson



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.