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

Fix DLL linkage/visibility issues #2254

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Conversation

mjcarroll
Copy link
Contributor

@mjcarroll mjcarroll commented Nov 21, 2023

This was caused by rebuilding the same file as a library and standalone executable. This simply separates the two.

Closes #2251

Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
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.

/github/workspace/src/cmd/runGui_main.cc:0:  No copyright message found.  You should have a line: "Copyright [year] <Copyright Owner>"  [legal/copyright] [5]

Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
@mjcarroll
Copy link
Contributor Author

There is a failing Windows test here, but the linkage warning are gone.

@scpeters scpeters dismissed ahcorde’s stale review November 21, 2023 23:50

copyright has been fixed

@scpeters scpeters merged commit a88340b into gz-sim7 Nov 22, 2023
8 of 9 checks passed
@scpeters scpeters deleted the mjcarroll/fix_dll_visibility branch November 22, 2023 01:53
@mjcarroll mjcarroll self-assigned this Nov 27, 2023
mjcarroll added a commit that referenced this pull request Jun 24, 2024
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
azeey pushed a commit that referenced this pull request Jul 10, 2024
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
azeey pushed a commit that referenced this pull request Jul 11, 2024
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Windows warnings about inconsistent dll linkage when building runGui.exe
3 participants