James Brown:
> Now it just has one error:
> 
> dict_mysql.c:171:10: fatal error: 'mysql.h' file not found
> #include <mysql.h>
>          ^~~~~~~~~
> 1 error generated.
> make: *** [dict_mysql.o] Error 1
> make: *** [update] Error 1
> 
>  % locate mysql.h
> /opt/homebrew/Cellar/mysql/8.0.32/include/mysql/mysql.h
> 
> Thanks so much for your help again.

I suspect a missing -I directive in CCARGS.

        Wietse

Reply via email to