|
From: Andres V. <te...@sm...> - 2023-03-19 21:54:58
|
Perfect, thanks! Also thank you for pointing that the edit that suggests itself is actually correct :). Andres. On 3/19/23 2:52 PM, Daniel Markstedt wrote: > Hi, > > This has already been fixed in the main development branch with the > following commit: > https://github.com/Netatalk/netatalk/pull/225/commits/3293e32b2416209215b8dd79bc5adce41a973300 <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... > <mailto: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... > <mailto:Net...@li...> > https://lists.sourceforge.net/lists/listinfo/netatalk-admins > <https://lists.sourceforge.net/lists/listinfo/netatalk-admins> > |