-
Notifications
You must be signed in to change notification settings - Fork 60
Could NOT find liblcf (missing: LIBLCF_LIBRARY) (found version "0.7.0") #446
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
Comments
Can you surround the liblcf finding in cmake with this: and post the output of cmake?
|
Thanks for your quick reply.
I have the debug commands between thesse 2 lines : https://github.com/EasyRPG/Player/blob/d9fa057dba51f040749edb340f30cbd5d2cb053d/CMakeLists.txt#L787-L788 |
Can you verify where |
I found a fix (at least for me). liblcf/builds/liblcf-config.cmake.in Line 61 in 0ed38af
and liblcf/builds/liblcf-config.cmake.in Line 67 in 0ed38af
It seems that CMAKE_INSTALL_LIBDIR already includes the PREFIX, thus ${_IMPORT_PREFIX}/ isn't needed.
|
moved to liblcf as obviously a problem with the cmake-config file |
…cked mess Should resolve all problems of consumers of our library. In case of autotools a very simple config file that only uses PkgConfig is used. Everything else is not maintainable as the config files generated by CMake look horrible. Fix EasyRPG#446
…cked mess Should resolve all problems of consumers of our library. In case of autotools a very simple config file that only uses PkgConfig is used. Everything else is not maintainable as the config files generated by CMake look horrible. Fix EasyRPG#446
…ur hacked mess Should resolve all problems of consumers of our library. In case of autotools a very simple config file that only uses PkgConfig is used. Everything else is not maintainable as the config files generated by CMake look horrible. Fix EasyRPG#446
…ur hacked mess Should resolve all problems of consumers of our library. In case of autotools a very simple config file that only uses PkgConfig is used. Everything else is not maintainable as the config files generated by CMake look horrible. Fix EasyRPG#446
…ur hacked mess Should resolve all problems of consumers of our library. In case of autotools a very simple config file that only uses PkgConfig is used. Everything else is not maintainable as the config files generated by CMake look horrible. Fix EasyRPG#446
Trying to build easyrpg for Mageia and update it, I found an error which was already reported, but solved with the way of static library, what we avoid in distribution.
What surprise me is that something is found, because version number is reported. The shared library is at 0.7.0 version.
The problem was already present before I try to update to 0.7.0: http://pkgsubmit.mageia.org/autobuild/cauldron/x86_64/core/2022-11-15/easyrpg-player-0.6.2.3-2.mga9.src.rpm/build.x86_64.0.20221115174342.log
The text was updated successfully, but these errors were encountered: