Compile stockfish 9?

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

dbuske
Posts: 4
Joined: Fri Jun 23, 2017 3:48 pm
Location: west central wisc. USA
Full name: Dan Buske

Compile stockfish 9?

Post by dbuske »

I keep getting the error 2 message when trying to compile.
I was using the stockfish compile file.
Any help is appreciated
Daniel J. Buske
zullil
Posts: 6442
Joined: Tue Jan 09, 2007 12:31 am
Location: PA USA
Full name: Louis Zulli

Re: Compile stockfish 9?

Post by zullil »

dbuske wrote:I keep getting the error 2 message when trying to compile.
I was using the stockfish compile file.
Any help is appreciated
Maybe post the error messages? :wink:
AndrewGrant
Posts: 1750
Joined: Tue Apr 19, 2016 6:08 am
Location: U.S.A
Full name: Andrew Grant

Re: Compile stockfish 9?

Post by AndrewGrant »

make build ARCH=x86-64 should work for you probably. Need to post more for any of us to help you
#WeAreAllDraude #JusticeForDraude #RememberDraude #LeptirBigUltra
"Those who can't do, clone instead" - Eduard ( A real life friend, not this forum's Eduard )
User avatar
Eelco de Groot
Posts: 4561
Joined: Sun Mar 12, 2006 2:40 am
Full name:   

Re: Compile stockfish 9?

Post by Eelco de Groot »

Assuming it was a serious post by OP, "error 2" usually is just the second serious error encountered by the compiler during compiling, (sometimes the same as error 1). So if you don't cut and paste the full message it's hard to see what is going on :)
Debugging is twice as hard as writing the code in the first
place. Therefore, if you write the code as cleverly as possible, you
are, by definition, not smart enough to debug it.
-- Brian W. Kernighan