You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, it builds with C++11 support and does not appear to have a feature/option to build using the C++98 project types. Our script for Windows checks for the presence of the folder zeroc-ice and if it does not exist it copies our custom port files to a new directory with that name. We need to move the vcpkg port folder in vcpkg/ports to something like vcpkg/ports/zeroc-ice_msbuild so we can add our custom port.
Steps to reproduce
Run the script in mumble/scripts/vcpkg to install vcpkg and dependency packages.
zeroc-ice package installs and produces a C++11 ice library which our project does not support.
Mumble version
No response
Mumble component
Server
OS
Windows
Reproducible?
Yes
Additional information
Will most likely affect macOS and Linux, possibly CI
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
ghost
added
bug
A bug (error) in the software
triage
This issue is waiting to be triaged by one of the project members
labels
Apr 13, 2022
My recommendation would be to change the name of the directory to helpers/vcpkg/ports/zeroc-ice-mumble and update the scripts accordingly.
Krzmbrzl
added
build
Everything related to compiling/building the code
and removed
triage
This issue is waiting to be triaged by one of the project members
labels
Apr 14, 2022
Description
A ZeroC Ice port was recently merged to vcpkg:
microsoft/vcpkg#23764
By default, it builds with C++11 support and does not appear to have a feature/option to build using the C++98 project types. Our script for Windows checks for the presence of the folder
zeroc-ice
and if it does not exist it copies our custom port files to a new directory with that name. We need to move the vcpkg port folder invcpkg/ports
to something likevcpkg/ports/zeroc-ice_msbuild
so we can add our custom port.Steps to reproduce
mumble/scripts/vcpkg
to install vcpkg and dependency packages.Mumble version
No response
Mumble component
Server
OS
Windows
Reproducible?
Yes
Additional information
Will most likely affect macOS and Linux, possibly CI
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: