Hi Dan,

> I am setting up regression testing for MySQL 8.0 and getting this error on 
> the build:

> /usr/home/dan/src/bacula/regress/build/libtool --silent --tag=CXX --mode=link 
> /usr/bin/c++    -o libbaccats.la cats_null.lo -export-dynamic -rpath 
> /usr/home/dan/src/bacula/regress/bin -release 9.4.3
> Compiling mysql.c
> mysql.c:201:4: error: unknown type name 'my_bool'
>    my_bool reconnect = 1;
>    ^
> 1 error generated.
> *** Error code 1

MySQL removed "my_bool" in version 8, a patch is needed. For example:

see https://patches.ubuntu.com/b/bacula/bacula_9.4.2-2ubuntu1.patch

There might be cleverer approaches.

Regards,

Carsten


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to