muodov / kociemba

A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
GNU General Public License v2.0
566 stars 126 forks source link

Error compiling on Linux #36

Open tesladodger opened 5 years ago

tesladodger commented 5 years ago

Compiler error in prunetable_helpers.c line 10, 23:

warning: implicit declaration of function 'strnlen'; did you mean 'strlen'?

tesladodger commented 5 years ago

It compiled after I changed it to strlen and removed the 500 argument.

muodov commented 3 years ago

strnlen() is a valid C function, which compiler are you using?