amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

Compile problems on 32 bit ARMv7 Raspberry Pi 4 #26

Closed ScallyBag closed 2 years ago

ScallyBag commented 2 years ago

Hi,

When I try to compile your Engine I get this error:

search.cpp:44:10: fatal error: curl/curl.h: No such file or directory

include <curl/curl.h>

      ^~~~~~~~~~~~~

compilation terminated. make[2]: [: search.o] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: Leaving directory '/home/Al/Engine-Source/shashChess/src/All' make[1]: [Makefile:893: gcc-profile-make] Error 2 make[1]: Leaving directory '/home/Al/Engine-Source/shashChess/src/All' make: [Makefile:751: profile-build] Error 2 Al@RPi4-SSD:~/Engine-Source/shashChess/src/All $

What I can I do to avoid this error?

Thanks,

Al.

amchess commented 2 years ago

You have to install curl library, but I'm not so expert about raspberry

ScallyBag commented 2 years ago

Thanks,

That works 👍

Al

Sent from Scally's iPhone 11 Pro

On 17 Sep 2021, at 20:14, amchess @.***> wrote:

 You have to install curl library, but I'm not so expert about raspberry

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.