Zoltan Szilvassy
Zoltan Szilvassy
I will create a PR for Issue#109 regarding cmake install first. If the build system handles the copy of the files (headers, lib etc..), the conan recipe will be shorter...
I will add to the recipe that zlib and icu are conditionally required, based on the compiler flags. But I haven’t found information about the minimum required versions. Do you...
Thank you for the information. I have added the conan recipe in the PR. I wrote (the non-existing) version 1.7.5, since that will be the first version that contains the...
> What sort of test package? For example, my GitHub workflow executes some SQL scripts testing to access encrypted database files. It's for testing the package itself rather than the...
I have found an issue during testing when I include sqlite3mc.h instead of sqlite3.h: sqlite3mc.h(16,10): error C1083: Cannot open include file: 'sqlite3mc_version.h': No such file or directory I'll have to...
> In the conan recipe no header files are mentioned. Maybe the header file sqlite3mc_version.h was not copied to wherever the header files are expected to be? Yeah that was...
> > > In the conan recipe no header files are mentioned. Maybe the header file sqlite3mc_version.h was not copied to wherever the header files are expected to be? >...
I've pushed the latest commit, I think this one can be merged if no errors found.
1. I see the yaml linter threw an error for the "---" beginning. I included that in the first place due to their guidelines: the yaml linter warned me locally...
> Personally, I don't see that failure as a real error, because all recipes should be using version 2. Interestingly, less than 20 recipes ofover 1600 recipes refer to version...