> On 09/02/18 15:01 -0000, Martin Gansser wrote:
> 
> This suggests the package is not using the mariadb API correctly, and
> should be including a different header.
> 
> 
> And this is probably for the same reason: <m_ctype.h> is not part of
> the public API for mariadb clients.
> 
> Did you try replacing <my_global.h> and <my_sys.h> and <m_ctype.h>
> with <mysql.h> ?

Thanks for pointing this out, it is now compiling by replacing the correct 
header files.

sed -i -e 's|# include <my_global.h>|# include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|# include <my_sys.h>|# include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|#include <m_ctype.h>|#include <mysql.h>|' epglv/src/epglv.h
sed -i -e 's|#include <m_string.h>|#include <mysql.h>|' epglv/src/epglv.h
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to