personball
personball
Hi, any update for ” the array tags at the root level object, that encompasses all the tags available in the api, remains empty“ ? Solved with: ```csharp using System.Linq;...
When I build mediapipe behind http_proxy, `http_archive` in WORKSPACE works well, but `http_file` in third_party/external_files.bzl failed, are they different impl? Finally, I Fix this by set powershell env ( on...
> Does this happen with any header or is specific to pcl? Thank you for reply. I have no idea about pcl cpp code or header dependencies, I'm new to...
I try to build from source, but failed. ``` PS build> & 'C:\Program Files\Git\bin\sh.exe' .\build.sh -configuration Debug -platform x64 -target-framework net8.0 net8.0 Archive llvm-6eb36a-windows-vs2022-x64-Debug.7z already exists. Using debug LLVM build:...
I tried to install llvm in vs2022 workload, and it's failed to build c++ project CppSharp.CppParser; And tried to build llvm from source code follow https://github.com/mono/CppSharp/blob/main/docs/LLVM.md, It's failed again. ```...