Retriever

Results 10 issues of Retriever

CMake Error at libraries/chain/CMakeLists.txt:38 (enable_language): The CMAKE_ASM-LLVMWAR_COMPILER: g++ is not a full path and was not found in the PATH. Tell CMake where to find the compiler by setting either...

Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set "LLVM_DIR" to a directory containing one of the above files. If "LLVM" provides a separate development package or SDK, be...

http://blog.sina.com.cn/bylixiaolai https://web.archive.org/web/20150810161411/http://xiaolai.li/

for original bzip2 decompress.c it contains `BZ2_decompress` function which contains [from case 10 to case 50](https://gitlab.com/bzip2/bzip2/-/blob/master/decompress.c?ref_type=heads#L106-647), and how do you rewrite these switch-cases in this project?

I'm experiencing difficulties in building the bzip2 project, which I have converted from C to Rust using C2Rust. The [original bzip2 project is hosted on GitLab](https://gitlab.com/bzip2/bzip2), and my converted version...

by following the guide from https://immunant.com/blog/2020/06/kernel_modules/ from @Immunant > Using hypervisor 2.1: https://github.com/Bareflank/hypervisor/tree/v2.1/bfdriver/src/platform/linux # C2Rust with errors ```bash c2rust transpile ./compile_commands.json --emit-no-std --emit-modules -o bareflank-rs "$@" >output.txt 2>error.txt ``` #...

translate project

trying to re-compile `ridl_token.wast` by using `eosio-cpp` version 1.1.1 `eosio-cpp -o ridl_token.wast ridl_token.cpp` ``` In file included from ridl_token.cpp:1: In file included from ./ridl_token.hpp:3: In file included from /usr/local/eosio.wasmsdk/bin/../include/eosiolib/asset.hpp:2: /usr/local/eosio.wasmsdk/bin/../include/eosiolib/serialize.hpp:1:10:...

Update the latest p2p-peer-list for bos-testnet