gnuais icon indicating copy to clipboard operation
gnuais copied to clipboard

Application does not build anymore

Open BatchDrake opened this issue 1 year ago • 0 comments

Hi,

Pulling from master, the application does not build anymore. The problem is that out_mysql.h defines a variable named my, which gets included in many places and thus defined everywhere. This makes the same global symbol to be defined in different files, resulting in linker errors.

The workaround is to remove that deifnition from out_mysql.h and turn it into an extern variable instead.

BatchDrake avatar May 02 '23 07:05 BatchDrake