KaivnD
KaivnD
> @mupchurch-verys you need to call `cmake-js compile --CDCMAKE_TOOLCHAIN_FILE="..."` still not working...it's been a year
> @KaivnD have you tried it with something like this: > > ``` > > if(NOT DEFINED CMAKE_TOOLCHAIN_FILE) > > set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_LIST_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake") > > endif() > > project(top-level-projeczt) > >...
Hi ufna! It's very nice of you to solve my problem , here is the thing , I'm Chinese guy , my client use Chinese character as their username. So,...
By the way, I'm trying to wrap some native node.js object into my app, and I think `Promise` is something in `Javascript`. And `finally` seems to missing for a `Promise`...
Anything new here? @waruqi It's a nice thought
@waruqi Thanks for reply! Just wondering, does it possible to copy a `csharp project` with `xmake project -k vsxmake -m "debug;release"` command, a hook or somthing?
是的呢,也不行 ```bash Python 3.8.2 (default, Dec 21 2020, 15:06:04) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import _example zsh: segmentation fault python3...
@waruqi `lldb`没太用明白,不过在一顿折腾之后,系统弹出个窗口,显示一些错误信息,不知道有没有用,如下 ```bash Process: Python [1372] Path: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: 3.8.2 (3.8.2) Build Info: python3-73040006000000~129 Code Type: X86-64 (Native) Parent Process: zsh [716] Responsible: Terminal [713] User ID: 501...
@waruqi 但是使用`c++ -O3 -Wall -shared -std=c++17 -fPIC -undefined dynamic_lookup $(python3 -m pybind11 --includes) example.cpp -o example$(python3-config --extension-suffix)` 指令能行
还是不行,🤦♂️