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

[activemq-cpp] point to correct path for libapr-1.dll #31622

Closed
xventura81 opened this issue May 25, 2023 · 0 comments · Fixed by #31623
Closed

[activemq-cpp] point to correct path for libapr-1.dll #31622

xventura81 opened this issue May 25, 2023 · 0 comments · Fixed by #31623
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@xventura81
Copy link
Contributor

Is your feature request related to a problem? Please describe.

After installing activemq-cpp in vcpkg and doing find_package( activemq-cpp CONFIG ) I get the following warning:

1> [CMake] CMake Warning at XXXXX/vcpkg/scripts/buildsystems/vcpkg.cmake:834 (_find_package):
1> [CMake] Found package configuration file:
1> [CMake]
1> [CMake] XXXXX/vcpkg/installed/x64-windows/share/activemq-cpp/activemq-cppConfig.cmake
1> [CMake]
1> [CMake] but it set activemq-cpp_FOUND to FALSE so package "activemq-cpp" is
1> [CMake] considered to be NOT FOUND. Reason given by package:
1> [CMake]
1> [CMake] Activemq-cpp vcpkg install dependency failure: apr vcpkg port not found in
1> [CMake] XXXXX/vcpkg/installed/x64-windows.
1> [CMake] "XXXXX/vcpkg/installed/x64-windows/lib/libapr-1.dll"
1> [CMake] not found.
1> [CMake] "XXXXX/vcpkg/installed/x64-windows/debug/lib/libapr-1.dll"
1> [CMake] not found.

Proposed solution

The *.dll on Windows should be searched in the folder bin, not lib.

Describe alternatives you've considered

No response

Additional context

No response

@xventura81 xventura81 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label May 25, 2023
@Cheney-W Cheney-W changed the title activemq-cpp to point to correct path for libapr-1.dll [activemq-cpp] point to correct path for libapr-1.dll May 25, 2023
@Cheney-W Cheney-W added category:port-bug The issue is with a library, which is something the port should already support and removed category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist labels May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants