darling icon indicating copy to clipboard operation
darling copied to clipboard

Darwin/macOS emulation layer for Linux

Results 224 darling issues
Sort by recently updated
recently updated
newest added

**Build Log** ``` [ 7%] Linking C shared library libexc_xtrace_mig.dylib [ 7%] Building C object src/kernel/emulation/linux/CMakeFiles/emulation_dyld.dir/common_at.c.o ld: unknown option: --as-needed clang-13: error: linker command failed with exit code 1 (use...

**Build Log** /usr/bin/ld: cannot find crtbeginS.o: No such file or directory /usr/bin/ld: cannot find -lgcc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libgcc_s.so.1 when searching for libgcc_s.so.1 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libgcc_s.so.1 when searching for...

**Expected Result** Install Sublime Text using their `dmg` file: `hdiutil attach sublime.dmg` I tried other apps also, I could mount some but others I couldn't. **Actual Result** ``` Darling [~/Downloads]$...

darling-dmg

**Build Log** So... on Mageia Linux, you need to make the folder /usr/include/multiarch-x86_64-_MULTIARCH_OS/ then symlink /usr/include/tiffconf.h into it or you get missing header file errors... I've already done that, but...

Build

**Framework** /System/Library/PrivateFrameworks/AssertionServices.framework **Test Application** Xcode 13.2.1, possibly earlier versions as well. **Steps To Reproduce** 1. Extract Xcode_13.2.1.xip to /Applications/Xcode.app 2. Run `xcode-select --switch /Applications/Xcode.app` 3. Run `clang` or any other...

Right now, we are using [Cocotron's implementation](https://github.com/darlinghq/darling-cocotron/tree/master/OpenGL) of OpenGL.framework (aka Core OpenGL aka CGL), which is (Win32- and) [X11-specific](https://github.com/darlinghq/darling-cocotron/blob/master/AppKit/X11.subproj/CGLContext.m). It is implemented as a wrapper around GLX, and AppKit (`X11Window`)...

Enhancement
Frameworks
GUI

For some reason, the `compiler-rt/lib/builtins/atomic_flag_clear.c` file is unable to detect the `atomic_flag` in from the `stdatomic.h` header. ``` [ 4%] Building C object src/external/compiler-rt/lib/builtins/CMakeFiles/compiler_rt_32bit.dir/atomic_flag_clear.c.o /home/user/Downloads/darling/src/external/compiler-rt/lib/builtins/atomic_flag_clear.c:23:33: error: unknown type name 'atomic_flag'...

Update Sources

**Build Log** What is the build error? ``` CMake Warning (dev) at CMakeLists.txt:42 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy...

**Expected Result** Window to open, or at least go into a windowless loop like some other gui apps current do **Actual Result** Segmentation fault: 11 Application seems to crash really...