-
Notifications
You must be signed in to change notification settings - Fork 32
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
Compilation fails due to FindBoostThreadpool.cmake missing #15
Comments
Which commit are you using? Last commit modifies how this project should be compiled. After this commit the project is able to be compiled using I recommend you to use the previous commit which matches with the current documentation. |
Thank you for your support, Ricardo. I was using the last November commit "Colcon support (#13)". I've switched to the previous commit "Update to Fast DDS v2.0.0 (#11)" and now cmake is successful. I've built the rpcdds.sln and also the Install project. Now I have the two libraries. What should I do to have the rpcddsgen.bat working? It is complaining about a missing jar. |
You should compile the java application. First update git submodules.
Go to
|
I've installed gradle and built the jar using it. I have fastdds version 2.1 installed from the binaries and I'm trying to build rpcoverdds against it. I'm not using cmake with EPROSIMA_INSTALLER flag because I need to link against the existing third party (without using the git module). Maybe without that flag, I'm missing something. Is it possibile to proceed like I'm trying or should I wait for the complete colcon support? |
I'm trying to build rpc library from source.
The boost libraries have been installed with command:
\.b2 link=shared.
When executing command:
build>cmake -DRPCPROTO=rpcdds -A x64 ..
the boost libraries are correctly found:
-- Found Boost: F:/boost_1_75_0/boost_1_75_0 (found version "1.75.0") found components: thread system date_time chrono regex atomic
but cmake fails at the following instruction:
find_package(BoostThreadpool REQUIRED)
with the following message:
But no file containing "BoostThreadpool" is present in any directory and at the moment is not possible to complete the compilation
The text was updated successfully, but these errors were encountered: