compiling igel with error with MSVS2022

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

chessica
Posts: 963
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

compiling igel with error with MSVS2022

Post by chessica »

1>bitboards.cpp
1>evaluate.cpp
1>eval_params.cpp
1>history.cpp
1>main.cpp
1>misc.cpp
1>moveeval.cpp
1>moves.cpp
1>evaluate_nnue.cpp ----->>>> many errors as:

Error C2039
Error C2737
Error C3536
Error C2737
Error C3536
Error C2039
Error C2530
Error C3536
Error C2109
Error C2039
Error C2530
Error C3536
Error C2039
Error C2737
Error C2039
Error C2530
Error C3536
Error C3536
Error C2660
Error C2039
Error C2530
Error C3536
Error C2039
Error C2039
Error C2039
Error C1083
Error C1083
.
.
.
1>notation.cpp
1>position.cpp
1>search.cpp
1>time.cpp
1>tt.cpp
1>uci.cpp
User avatar
Gabor Szots
Posts: 1452
Joined: Sat Jul 21, 2018 7:43 am
Location: Budapest, Hungary
Full name: Gabor Szots

Re: compiling igel with error with MSVS2022

Post by Gabor Szots »

Try creating a subfolder called weights under src and put the net there.
Gabor Szots
CCRL testing group
chessica
Posts: 963
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: compiling igel with error with MSVS2022

Post by chessica »

Unfortunately this does not help. I suspect that my pc is already too old , only 32 bit pc.
chessica
Posts: 963
Joined: Thu Aug 11, 2022 11:30 pm
Full name: Esmeralda Pinto

Re: compiling igel with error with MSVS2022

Post by chessica »

It is solved now. The error is round about line 291 in nnue.cpp.