I am trying to install the latest version of spine 1.2.3 and i receive this error after the make:
Code: Select all
gcc -DHAVE_CONFIG_H -I. -I./config -I/usr/include/net-snmp -I/usr/include/net-snmp/.. -I/usr/include/mysql -g -O2 -MT sql.o -MD -MP -MF .deps/sql.Tpo -c -o sql.o sql.c
sql.c: In function ‘db_connect’:
sql.c:232:2: error: unknown type name ‘my_bool’; did you mean ‘bool’?
232 | my_bool reconnect = 1;
| ^~~~~~~
| bool
make: *** [Makefile:500: sql.o] Error 1
Is it possible that the configuration has a syntax error and or that the variable is not declared for the function?
I would try to declare it in sql.c but I prefer not to dive into something I may not be able to handle.
Thanks in advance to everyone for your time,
Elia