GCC error info
(kivymdenv) (base) Deepaks-MacBook-Air:KivyHelloWorldLabels deepak$ gcc --version
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Solution: Run xcode-select --install command in the terminal
Reference: https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-invalid-active-developer-path-when-attempting-to-use-git-a
Autoreconf error
configure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:7685: error: possibly undefined macro: AC_PROG_LD
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
Solution:
Refer: https://github.com/maxmind/libmaxminddb/issues/9