darling
darling copied to clipboard
Darwin/macOS emulation layer for Linux
Hi all, I'm trying Darling to port Arc Browser to Linux but I'm encountering this error. I've donwloaded the latest build of Darling (at least the one that's on the...
WinObjC is a project you should all know by now, it has a reimplementation of iOS frameworks in C based on Cocotron just like Darling. Borrowing WinObjC code will be...
Running a gtk4 application fails with the error `Symbol not found: _kCTFontOpenTypeFeatureValue` ``` Darling [/Volumes/SystemRoot/var/home/godvino/Projects/rcross]$ DYLD_LIBRARY_PATH=build/build/install/usr/local/lib/ ./build/src/rcross dyld: dyld cache load error: shared cache file open() failed dyld: Symbol not...
## TL;DR `curl` always crashes, Kerberos seems to be missing ## Details **Framework** We're missing Kerberos **Test Application** I tried to run `curl http://example.org` as shown in the documentation, but...
**Framework** What framework is required? What does Apple's developer documentation say about it? Is it open-source? CommerceKit.framework **Test Application** What application requires this framework? mas cli-only store (probably requires more...
**Build Log** What is the build error? fatal error: 'stddef.h' file not found ``` [ 0%] Built target bsdln [ 0%] Building CXX object src/external/cctools-port/cctools/ld64/src/CMakeFiles/x86_64-apple-darwin20-ld.dir/ld/InputFiles.cpp.o In file included from /path/to/darling/src/external/cctools-port/cctools/ld64/src/ld/InputFiles.cpp:34:...
See #1435 Building Darling on a path that contains spaces (ex: a folder named `Git repos`) causes build failures. ``` # The path should be `/home/adrs/Git repos/d/l/darling/src/external/libc/darling/include/weak_reference.h`, but it gets...
**Build Log** What is the build error? ``` darling/src/external/xnu/darling/src/libsystem_kernel/emulation/linux/fdpath.c:14:9: error: call to undeclared function 'vchroot_fdpath'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return vchroot_fdpath(&args); ^ ```...
**Expected Result** Darling shell is open **Actual Result** ` myname@ubuntu22:~$ darling shell Setting up a new Darling prefix at /home/myname/.darling Bootstrapping the container with launchd... Failed to allocate stack of...
**Expected Result** i386 executable should always execute without issues. **Actual Result** You may occasionally run into this error when you try to launch an i386 executable (this error message will...