Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake won't generate file sqlite3mc.pc #131

Open
taozuhong opened this issue Nov 24, 2023 · 5 comments
Open

CMake won't generate file sqlite3mc.pc #131

taozuhong opened this issue Nov 24, 2023 · 5 comments

Comments

@taozuhong
Copy link
Contributor

taozuhong commented Nov 24, 2023

The configure/make build script will output file sqlite3mc.pc,

but not CMake build script yet

@taozuhong taozuhong changed the title CMake won't genenerate file sqlite3mc.pc CMake won't generate file sqlite3mc.pc Nov 24, 2023
@taozuhong
Copy link
Contributor Author

Here is an example to generate sqlite3mc.pc with CMake:
https://discourse.cmake.org/t/how-to-generate-pc-pkg-config-file-supporting-prefix-of-the-cmake-install/4109

@utelle
Copy link
Owner

utelle commented Nov 24, 2023

Here is an example to generate sqlite3mc.pc with CMake: https://discourse.cmake.org/t/how-to-generate-pc-pkg-config-file-supporting-prefix-of-the-cmake-install/4109

Nice reading ... but it seems to be rather complex. I'm not a CMake expert. Therefore it would be nice if someone with good CMake knowledge would tackle this task.

@jammerxd
Copy link
Contributor

jammerxd commented Mar 8, 2024

@taozuhong I'll look into this if I get some time - did you need something specific from the .pc file? Or why is it required?

@taozuhong
Copy link
Contributor Author

Maybe it's good to keep the pc file same as makefile's output pc.

@utelle
Copy link
Owner

utelle commented Mar 9, 2024

Maybe it's good to keep the pc file same as makefile's output pc.

Yes, the resulting file sqlite3mc.pc should be identical to the one created by the autoconf/automake tool chain, if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants