I kept getting errors and warnings. This was from the Intel Output:Peter C wrote:What problems are you having with SF 2.0.1 GTB?
Peter
Code: Select all
1>------ Build started: Project: Stockfish-201GTB-x64, Configuration: Release x64 ------
1> benchmark.cpp
1> bitbase.cpp
1> bitboard.cpp
1>..\..\bitboard.cpp(312): warning C4146: unary minus operator applied to unsigned type, result still unsigned
1>..\..\bitboard.cpp(318): warning C4146: unary minus operator applied to unsigned type, result still unsigned
1> book.cpp
1> egtb.cpp
1> endgame.cpp
1> evaluate.cpp
1> history.cpp
1> main.cpp
1> material.cpp
1> misc.cpp
1> move.cpp
1> movegen.cpp
1> movepick.cpp
1> pawns.cpp
1> position.cpp
1> san.cpp
1> search.cpp
1> timeman.cpp
1> tt.cpp
1> Compiling...
1> uci.cpp
1> ucioption.cpp
1> gtb-att.c
1>c:\users\prima\desktop\sf201gtb-src\egtb\gtb-att.h(32): fatal error C1083: Cannot open include file: 'sysport.h': No such file or directory
1> gtb-dec.c
1>..\..\egtb\gtb-dec.c(38): fatal error C1083: Cannot open include file: 'hzip.h': No such file or directory
1> gtb-probe.c
1>..\..\egtb\gtb-probe.c(58): fatal error C1083: Cannot open include file: 'sysport.h': No such file or directory
1> tbprobe.c
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Code: Select all
Error 4 error C1083: Cannot open include file: 'hzip.h': No such file or directory C:\Users\PRIMA\Desktop\SF201GTB-SRC\egtb\gtb-dec.c 38 1 Stockfish-201GTB-x64
Error 3 error C1083: Cannot open include file: 'sysport.h': No such file or directory c:\users\prima\desktop\sf201gtb-src\egtb\gtb-att.h 32 1 Stockfish-201GTB-x64
Error 5 error C1083: Cannot open include file: 'sysport.h': No such file or directory C:\Users\PRIMA\Desktop\SF201GTB-SRC\egtb\gtb-probe.c 58 1 Stockfish-201GTB-x64
Warning 1 warning C4146: unary minus operator applied to unsigned type, result still unsigned C:\Users\PRIMA\Desktop\SF201GTB-SRC\bitboard.cpp 312 1 Stockfish-201GTB-x64
Warning 2 warning C4146: unary minus operator applied to unsigned type, result still unsigned C:\Users\PRIMA\Desktop\SF201GTB-SRC\bitboard.cpp 318 1 Stockfish-201GTB-x64
I still get errors even when I add the files from the "compression" folder and the "system support" folder.
By the way, when you compiled the 32-bit of Stockfish 2.0.1GTB, did you put all files into one folder, then used the Add/Existing items ONCE and then compiled it, or did you have to keep using the "Add/Existing items" to add files from different folders and then finally compile it?