thc-chess-library icon indicating copy to clipboard operation
thc-chess-library copied to clipboard

Error type <‘int32_t’ does not name a type>

Open Chupaw1990 opened this issue 1 year ago • 1 comments

Hello, when I build this library ( Ubuntu 22.04,GNU GCC 11.3, CMake using FetchContent_Declare), I have a problem with types. This problem is solved by adding "#include <stdint.h>" in file "ChessDefs.h"

Chupaw1990 avatar Jun 25 '23 21:06 Chupaw1990

Thanks, I plan to do some much needed maintenance to fight bitrot soon. Sounds like a very sensible change. I should use the explicitly sized ints int32_t etc. more.

Thanks again,

Bill.

On Mon, 26 Jun 2023 at 09:18, Chuprikov Stanislav @.***> wrote:

Hello, when I build this library ( Ubuntu 22.04,GNU GCC 11.3, CMake using FetchContent_Declare), I have a problem with types. This problem is solved by adding "#include <stdint.h>" in file "ChessDefs.h"

— Reply to this email directly, view it on GitHub https://github.com/billforsternz/thc-chess-library/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSQYSSJQG3I44XV4N77FYLXNCTJ5ANCNFSM6AAAAAAZTL4Y3E . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Bill Forster 15A Boundary Road Kelburn Wellington 6012 New Zealand +64 21 357 371 @.***

billforsternz avatar Jun 25 '23 22:06 billforsternz