Nino Kettlitz
Nino Kettlitz
Thanks for review @RandomFractals! You are correct that these changes are for well known binary encoded in hex string (i.e. that's why I pass `{hex: true}` to `wkbFormat.readFeatures`). I also...
Recently facing a similar issue when remote debugging on Linux from MacOS host: `Could not load source './build/./build/../src/main.cpp': 'SourceRequest' not supported..`
Hi @HighCommander4, I'm using compile_commands.json but I'm afraid that I cannot share the logs b/c they would contain proprietary source code. This is the beginning of the log: ``` I[19:07:19.855]...
No, I only see the commands for the files that are currently opened.
Looking into the other issue mentioned above ticket(clangd/clangd#1608) I think I'm also affected by some symlink confusion. Basically my whole home directory is a symlink: `/home/ninokett` -> `/local/home/ninokett` Nevertheless I...
@amsgames94, @zellm, @soimy I had the same issue and build msdfgen from latest mainline and it works. (also strip is working). Should I create a PR with the updated binary...
PR is here: https://github.com/soimy/msdf-bmfont-xml/pull/37 but Travis is also failing for me: https://travis-ci.org/soimy/msdf-bmfont-xml/builds/534678791?utm_source=github_status&utm_medium=notification Can you point me to how I have to patch the binary with `patchelf`. I tried the following...
Sorry for the delayed answer. I tried to set the rpath but I also get a corrupted binary file. Might be the same issue as described here: https://github.com/NixOS/patchelf/issues/146 My Ubuntu...
Unfortunately building latest patchelf from source did not help. So we have to wait until https://github.com/NixOS/patchelf/issues/146 is fixed or upgrade CI to use Ubuntu 18.04.
@soimy Have you ever tried to set rpath when building msdfgen instead of patching it after building it? I will try this if I find time.