mumblekit icon indicating copy to clipboard operation
mumblekit copied to clipboard

Building Mac OS X target still supported?

Open udoschneider opened this issue 10 years ago • 2 comments

According to the README building for Mac OS X was supported at some point in time. Is this still the case?

I hit several roadblocks with wrong architectures for MumbleKit as well as it's dependencies for the Mac OS X target (can be fixed in the build properties).

MKVoiceProcessingDevice.m also imports and uses UIKit w/o #ifdefs ... so this bombs as well.

Even after "fixing" those the build succeeds but no framework is built. So is this still supported ad all?

udoschneider avatar May 26 '14 18:05 udoschneider

MumbleKit on OS X is not something we use in any products, and it's not being CI'd either, so I'm sad to say that I actually don't know the current state of it.

With that said, we definitely want to support running and building MumbleKit on OS X, and we'll accept patches and/or pull requests that fix any issues that are currently present.

mkrautz avatar May 26 '14 20:05 mkrautz

Fixed in Pull 43

julian-weinert avatar Nov 09 '15 13:11 julian-weinert