Developer at Phanos
Developer at Phanos
Unable to run application missing python package. I don't know what package is missing from python. ``` $ remarkable Traceback (most recent call last): File "/usr/bin/remarkable", line 65, in import...
We get the following error on Fedora 35 ```bash cling-0.9/tools/packaging/cling-build/cling-src/tools/cling/lib/Interpreter/DynamicLibraryManagerSymbol.cpp:621:43: error: ‘DF_1_PIE’ is not a member of ‘llvm::ELF’ 621 | if (Dyn.d_un.d_val & llvm::ELF::DF_1_PIE) | ^~~~~~~~ At global scope: ```...
**V version:0.3.0 71ff221** **OS:Linux** **What did you do?** I compiled a basic hello world and tried to debug it. ```v module main fn main() { println('Hello World!') } ``` I...