You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making in lang/cmu_indic_lex ...
gcc -I../../include -g -O2 -Wall -no-cpp-precomp -c cmu_indic_lex.c -o ../../build/arm-darwin23.1.0/obj/lang/cmu_indic_lex/cmu_indic_lex.o
cmu_indic_lex.c:305:13: error: call to undeclared function 'indic_digit_to_offset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
flag = (indic_digit_to_offset(ccc) == -1)? !(indic_digit_to_offset(ddd) == -1):
^
1 error generated.
make[2]: *** [../../build/arm-darwin23.1.0/obj/lang/cmu_indic_lex/cmu_indic_lex.o] Error 1
make[1]: *** [../build/arm-darwin23.1.0/obj/lang/.make_build_dirs] Error 2
make: *** [build/arm-darwin23.1.0/obj//.make_build_dirs] Error 2
The text was updated successfully, but these errors were encountered:
Yep, that was 2.1. I am staying on that version because I don't want to invest time into changing the rest of the project. I just wanted to share the fix. I understand this is fixed in the current version, so then I will close this issue.
Best
Hello
here a problem for compiling on MacOSX M2:
making in lang/cmu_indic_lex ...
gcc -I../../include -g -O2 -Wall -no-cpp-precomp -c cmu_indic_lex.c -o ../../build/arm-darwin23.1.0/obj/lang/cmu_indic_lex/cmu_indic_lex.o
cmu_indic_lex.c:305:13: error: call to undeclared function 'indic_digit_to_offset'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
flag = (indic_digit_to_offset(ccc) == -1)? !(indic_digit_to_offset(ddd) == -1):
^
1 error generated.
make[2]: *** [../../build/arm-darwin23.1.0/obj/lang/cmu_indic_lex/cmu_indic_lex.o] Error 1
make[1]: *** [../build/arm-darwin23.1.0/obj/lang/.make_build_dirs] Error 2
make: *** [build/arm-darwin23.1.0/obj//.make_build_dirs] Error 2
The text was updated successfully, but these errors were encountered: