Hello,
I want to update codelite to version 14.0.2.
https://github.com/eranif/codelite
https://build.opensuse.org/package/show/home:andythe_great:branches:devel:tools/codelite
I got stuck on
144s] /home/abuild/rpmbuild/BUILD/codelite-14.0.2/sdk/databaselayer/src/dblayer/SqliteResultSetMetaData.cpp:78: undefined reference to `sqlite3_column_count'
I tried adding sqlite3 and its devel package as dependency, but does not work. I believe that cmake could not find sqlite3 files, could it be an issue with the build cmake build file?
Thanks