|
From: Daniel M. <mar...@gm...> - 2023-03-19 21:52:32
|
Hi, This has already been fixed in the main development branch with the following commit: https://github.com/Netatalk/netatalk/pull/225/commits/3293e32b2416209215b8dd79bc5adce41a973300 You can easily change that one line in your local code to get it working! FYI: The my_bool type is deprecated as of MySQL 8.0.1 Best, Daniel On Sun, Mar 19, 2023 at 2:48 PM Andres Valloud <te...@sm...> wrote: > Hi, compiling netatalk 3.1.14 fails with the following message: > > cnid_mysql.c: In function ‘cnid_mysql_open’: > cnid_mysql.c:851:5: error: unknown type name ‘my_bool’; did you mean > ‘bool’? > 851 | my_bool my_recon = true; > > > There is no other occurrence of the string "my_bool" in the source > directory. > > Andres. > > > _______________________________________________ > Netatalk-admins mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/netatalk-admins > |