Javier Navarro

Results 15 comments of Javier Navarro

It is not clear to me the reason why `uv/version.h` is not found. I understand that `uv-version.h` is not found because the file doesn't exist in the `libuv include dir:...

I need cross build, I build the library for `x86_64` and `arm64` `iPhoneSimulator` and for `arm64` `iPhoneOS` using a `MacBook Pro` with M1. I moved `uv` headers to `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.0.sdk/usr/include` and...

Hello, I have the same issue. Does the issue happen only on M1? Unfortunately, I don't have an intel mac here to test.

> I believe the issue is specific to a M1. I will test it tomorrow on a Intel and let you know 👍. > The bug here is, we need...

I have the same compilation problems on a `MacBook Pro (i5, 2014) macOs BigSur 11.6.8` ``` Apple clang version 13.0.0 (clang-1300.0.29.30) Target: x86_64-apple-darwin20.6.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` `Xcode...