Yutong Huang
Yutong Huang
@ChaosinaCan I'm having a similar problem on my macbook, and I think it's because we have to route it to somewhere else than `localhost`. It would be great if you...
That sounds about right
This problem still persists in 19.1.7
> macos arm64 是后来新加的,之前 ci 上没适配。。可以提个 pr 过来直接修下 好的,可以指点一下应该看哪里的代码吗?对这个项目还不太熟悉😅
checkout了`luajit 2.1.0-beta3`看了一下,似乎是LuaJIT这个节点本身对平台的检测有点问题,在`src/lj_arch.h`中发现下面的代码: ```c #define LJ_TARGET_IOS (LJ_TARGET_OSX && (LUAJIT_TARGET == LUAJIT_ARCH_ARM || LUAJIT_TARGET == LUAJIT_ARCH_ARM64)) ``` 这里认为如果系统是OSX且架构是ARM或者ARM64,那么系统就是IOS,也就是说M1也被认定成了IOS。 ```c #if LJ_TARGET_IOS || LJ_TARGET_CONSOLE /* Runtime code generation is restricted on iOS. Complain...
> 或者等 https://github.com/xmake-mirror/build-artifacts/actions/runs/4955952415 这个 ci 跑完,看看能否命中预编译包拉取 > > > > 等跑完后执行下 > > > > ``` > > xrepo update-repo > > xmake f -cvD > > ``` 似乎还是没有命中,依然报了相同的错误,是不是调用cmake的时候没有相应的环境变量?我在powershell里面设置了也没有效果。
``` xmake f -c --require=n -vD checking for platform ... windows checking for architecture ... x64 checking for cl.exe ... C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.34.31933\bin\HostX64\x64\cl.exe checking for Microsoft Visual Studio...
> > -- The CXX compiler identification is unknown > > -- The C compiler identification is unknown > > CMake Error at CMakeLists.txt:113 (enable_language): > > No CMAKE_CXX_COMPILER could...
> it works for me as expected, cannot reproduce on macos Sorry, forgot to mention that this only happens when connecting to remote instances of neovim when using the --server...