Linux friendly engines at all levels

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

jdart
Posts: 4366
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Linux friendly engines at all levels

Post by jdart »

Code: Select all

make
clang: error: no input files
expr: syntax error
awk: syntax error at source line 1
 context is
	BEGIN{print CCVER >>>  >= <<< 
awk: illegal statement at source line 1
awk: illegal statement at source line 1
Makefile:186: *** GCC version is : versions <  not supported.  Stop.
You need to follow the build instructions here: https://github.com/jdart1/arasan-chess/ ... c/BUILD.md

For MacOS, use "make CC=clang".

--Jon