nneonneo / 2048-ai

AI for the 2048 game
MIT License
1.09k stars 279 forks source link

Getting this error #60

Closed gamingwithmat closed 4 years ago

gamingwithmat commented 4 years ago

checking whether the C++ compiler works... no configure: error: in /Users/Mat/Desktop/2048-ai-master': configure: error: C++ compiler cannot create executables Seeconfig.log' for more details

nneonneo commented 4 years ago

Do you have the C++ compiler installed (try c++ at the command line)? If not, you might need to install it; on macOS, for instance, you may need to install Xcode and the accompanying command-line tools.

nneonneo commented 4 years ago

No activity for a month; closing. If the issue is still happening, feel free to reopen.