We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alfalfa adding a duplicate symbol due to the use of ComponentType. I suggest renaming it to AlfalfaComponentType or something.
https://github.com/NREL/OpenStudio/actions/runs/11677150396/job/32514562483#step:5:2580
Also need to update the macos runner os, the 11 was removed (and macos-12 will be removed in december 2024)
duplicate symbol '_CSharp_OpenStudio_ComponentType_LessThanEqual' in: /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/utilities/csharp_OpenStudioUtilitiesData_wrap.cxx.o /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/alfalfa/csharp_OpenStudioAlfalfa_wrap.cxx.o duplicate symbol '_CSharp_OpenStudio_ComponentType_LessThan' in: /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/utilities/csharp_OpenStudioUtilitiesData_wrap.cxx.o /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/alfalfa/csharp_OpenStudioAlfalfa_wrap.cxx.o duplicate symbol '_CSharp_OpenStudio_ComponentType___str__' in: /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/utilities/csharp_OpenStudioUtilitiesData_wrap.cxx.o /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/alfalfa/csharp_OpenStudioAlfalfa_wrap.cxx.o duplicate symbol '_CSharp_OpenStudio_delete_ComponentType' in: /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/utilities/csharp_OpenStudioUtilitiesData_wrap.cxx.o /Users/runner/work/OpenStudio/OpenStudio/build/csharp/CMakeFiles/openstudio_csharp.dir/__/src/alfalfa/csharp_OpenStudioAlfalfa_wrap.cxx.o
@kbenne @TShapinsky
OpenStudio/src/alfalfa/ComponentBase.hpp
Line 15 in cc1e0bb
OpenStudio/src/utilities/data/DataEnums.hpp
Lines 280 to 285 in cc1e0bb
The text was updated successfully, but these errors were encountered:
Fix #5290 - rename enums in Alfalfa to avoid clash with Utilities one…
cf2ee19
…s for C#
Successfully merging a pull request may close this issue.
Issue overview
Alfalfa adding a duplicate symbol due to the use of ComponentType. I suggest renaming it to AlfalfaComponentType or something.
https://github.com/NREL/OpenStudio/actions/runs/11677150396/job/32514562483#step:5:2580
Also need to update the macos runner os, the 11 was removed (and macos-12 will be removed in december 2024)
@kbenne @TShapinsky
OpenStudio/src/alfalfa/ComponentBase.hpp
Line 15 in cc1e0bb
OpenStudio/src/utilities/data/DataEnums.hpp
Lines 280 to 285 in cc1e0bb
The text was updated successfully, but these errors were encountered: