hi to all, I've centos7 and C::B 17 in VM. I am configuring a project downloaded from internet. this shows followinf error :- from where should it be (libmysql.a)replaced by "libmysqlclient.so".
there is no build entries in codeblocks build properties.
g++: error: H:/CodeBlocks/Codeblocks/MinGW/lib/libmysql.a: No such file or directory
Find "mysql" in the project build options. Likely linker libraries.
Then you need to change it.
You likely will need to un-check a checkmark that auto adds the file extension.
Tim S.
thanks a lot you solved my problem.