Hello again,
I think you are still trying to call san_mov even if the macro BOOK_CREATE is not defined, which leads to an undefined reference ;-)
(util.cpp)
/usr/bin/ld: build/intermediate/Release/util_5f0290dd.o: in function SEARCHER::pgn_to_epd(char*, _IO_FILE*, int)': util.cpp:(.text+0x6248): undefined reference to SEARCHER::san_mov(unsigned int&, char*)'
collect2: error: ld returned 1 exit status
Thanks
Hello again,
I think you are still trying to call san_mov even if the macro BOOK_CREATE is not defined, which leads to an undefined reference ;-)
(util.cpp)
/usr/bin/ld: build/intermediate/Release/util_5f0290dd.o: in function
SEARCHER::pgn_to_epd(char*, _IO_FILE*, int)': util.cpp:(.text+0x6248): undefined reference toSEARCHER::san_mov(unsigned int&, char*)'collect2: error: ld returned 1 exit status
Thanks