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

load dll built by MINGW with lib prefix #470

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

felixf4xu
Copy link
Contributor

Hi,

When a WIN32 shared dll project is built by MINGW, the .dll file name will have a prefix of lib by cmake default setting, for example, "librmw_cyclonedds_cpp.dll".

This PR add the support for the case, load the rmw middleware with a lib prefix if it's built by MINGW.

Signed-off-by: U-CW01\uig08771 <uig08771@HIL4255W.cw01.contiwan.com>
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

src/shared_library.c Outdated Show resolved Hide resolved
Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Felix F Xu <84662027+felixf4xu@users.noreply.github.com>
@fujitatomoya
Copy link
Collaborator

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

@fujitatomoya fujitatomoya self-assigned this Jun 14, 2024
@ahcorde ahcorde merged commit e9ec8a0 into ros2:rolling Jun 17, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

3 participants