Closed VinayIsHere closed 3 years ago
so inside the below path
ccnet-server/net/common
I just search for the my_bool
type using
grep -nr 'my_bool' *
I got four results in the same file, the file was ccnet-db.c
, So I just changed them from my_bool
to bool
and then it works.
While running
make
command I am getting the following errorhow to solve this
My
mariadb
versionmariadb Ver 15.1 Distrib 10.5.10-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Please help