simbahebinbo

Results 8 comments of simbahebinbo

| package | conan | note | | ------- |--------------------------------------------------| ---- | | GTest | https://conan.io/center/recipes/gtest?version=1.15.0 | | | Boost | https://conan.io/center/recipes/boost?version=1.86.0 | | | BoringSSL | | | |...

Regarding qtils, I have created a conan and am preparing to submit it to the conan repository: https://github.com/simbahebinbo/conan-qtils

Regarding soralog, I made a conan, but encountered an error https://github.com/simbahebinbo/conan-soralog Undefined symbols for architecture arm64: "YAML::detail::node_data::empty_scalar", referenced from: YAML::Node::Scalar() const in libconfigurator_yaml.a[2](configurator_from_yaml.cpp.o) "soralog::SinkToFile::SinkToFile(std::__1::basic_string, std::__1::__fs::filesystem::path, std::__1::optional, std::__1::optional, std::__1::optional, std::__1::optional, std::__1::optional)",...

Additionally, can soralog be replaced with spdlog in the source code of cpp-libp2p? Spdlog seems to be more versatile. This package also exists in conan https://github.com/gabime/spdlog https://conan.io/center/recipes/spdlog?version=1.14.1

Regarding BoringSSL and libsecp256k1, I am trying to use conan packaging, but it has not been successful yet https://github.com/simbahebinbo/conan-boringssl

Regarding SQLiteModernCpp, I haven't started yet

I ultimately tried to achieve this and offer it to conan. But I haven't succeeded yet. I'm stuck. https://github.com/simbahebinbo/conan-libp2p

```shell fmt must be 10.1.1 $ git clone https://github.com/fmtlib/fmt.git $ git checkout 10.1.1 (commit f5e54359df4c26b6230fc61d38aa294581393084) $ mkdir build $ cd build $ cmake -G Ninja .. $ cmake --build ....