We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Create the following conanfile.txt
conanfile.txt
[requires] glib/2.73.3 [generators] PkgConfigDeps
Run
conan install .
The generated gio-2.0/pc file contains the following content
gio-2.0/pc
prefix=C:/.conan/85edc9/1 libdir1=${prefix}/lib includedir1=${prefix}/include # Custom PC content datadir=${prefix}/res schemasdir=${datadir}/glib-2.0/schemas bindir=${prefix}/bin giomoduledir=${libdir}/gio/modules gio=${bindir}/gio gio_querymodules=${bindir}/gio-querymodules glib_compile_schemas=${bindir}/glib-compile-schemas glib_compile_resources=${bindir}/glib-compile-resources gdbus=${bindir}/gdbus gdbus_codegen=${bindir}/gdbus-codegen gresource=${bindir}/gresource gsettings=${bindir}/gsettings Name: gio-2.0 Description: Conan component: glib-gio-2.0 Version: 2.73.3 Libs: -L"${libdir1}" -lgio-2.0 -liphlpapi -ldnsapi -lshlwapi Cflags: -I"${includedir1}" Requires: glib-2.0 gobject-2.0 gmodule-2.0 zlib
The libdir variable - required by giomoduledir is undefined (libdir1 is defined instead)
libdir
giomoduledir
libdir1
The text was updated successfully, but these errors were encountered:
Indeed, #12221 fixes this issue (but CI fails on macOS for other reasons, so PR is still pending). There is an explanation in #12221 (comment)
Sorry, something went wrong.
@planetmarshall I believe this has been fixed in #13645.
Closed since the mentioned PR went it
Successfully merging a pull request may close this issue.
Package and Environment Details
Conan profile
No response
Steps to reproduce
Create the following
conanfile.txt
Run
The generated
gio-2.0/pc
file contains the following contentThe
libdir
variable - required bygiomoduledir
is undefined (libdir1
is defined instead)Logs
No response
The text was updated successfully, but these errors were encountered: