darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.4k stars 440 forks source link

build from master fails on fdpath.c #1432

Open aviumcaravan opened 1 year ago

aviumcaravan commented 1 year ago

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);
               ^

System Information What system are you building with?

Software Version
Arch Linux updated around 20/09
Clang 16.0.6
CMake 3.27.5
Linux Kernel 6.5.3-zen1-1-zen
Darling aa9eddbc04d02dc8781dc847299666b496af3ada
CuriousTommy commented 1 year ago

I've run into these errors while working on ARM64 support. It will take me a while to push a fix this though (I want to focus on ARM64 support).