mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Incompatibility with ZeroC Ice 3.8 #3096
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#3096
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hojjatjafary on GitHub (Feb 8, 2026).
The issue
The
SliceChecksumDict.icefile is included in theMumbleServer.iceIce interface. As a result, the generatedMumbleServer.hcontains the line#include <Ice/SliceChecksumDict.h>. However, in Ice version 3.8,SliceChecksumDict.hhas been removed, causing compilation withMumbleServer.hto fail because the file cannot be found. This issue does not occur in Ice 3.7 or earlier versions.Mumble version
1.5
Mumble component
Server
OS
Windows
Additional information
No response
@Krzmbrzl commented on GitHub (Feb 8, 2026):
Yeah, Mumble currently only targets Ice 3.7... I wasn't even aware of 3.8 having been released 👀