-
Guest60
Dennis Louis Babcock jr Statoshinakomoto hello world I’m back mn
-
Guest60
Any old school members
-
Guest60
ec you from 90s
-
Guest60
?
-
m-relay
<ashven:matrix.org> Hi guys hope we see Monero GUI integration for Keystone HW wallet
-
m-relay
-
m-relay
-
m-relay
<ashven:matrix.org> I have shared this room with keystone wallet core dev for any questions on their end
-
m-relay
<monero.arbo:matrix.org> woof. I do not care for this. Cake seems super self serving since they expanded their wallet into shitcoins
-
m-relay
<syntheticbird:monero.social> Cake downfall arc have begin
-
einliterflasche
Hey guys, i'm trying to build a rust wrapper around the monero codebase but I'm getting a linker error:
paste.debian.net/1346320. I'm on mac and ran `make release-static`.
-
einliterflasche
Is that an issue with my boost installation?
-
m-relay
<syntheticbird:monero.social> ah rust wrapper?
-
m-relay
<syntheticbird:monero.social> around the monero codebase?
-
m-relay
<syntheticbird:monero.social> which part of the monero codebase?
-
m-relay
<syntheticbird:monero.social> oh wallet
-
einliterflasche
Just wallet2_api. I'm working on UnstoppableSwap with binarybaron and to support mobile we can't spawn monero wallet rpc.
-
m-relay
<syntheticbird:monero.social> weird i don't know
-
einliterflasche
I had some problems installing a compatible libboost version but i did manage to get that working in the end. The symbols look like they could be from boost though, so it's the obvious suspect
-
sech1
Linker errors are about nghttp2 functions now found, so you need to link with nghttp2 library
-
einliterflasche
I did install nghttp2 and libhttp2 using brew
-
einliterflasche
Should I specify the lib's path? If so, how?
-
sech1
You need to add it to CMakeLists.txt
-
sech1
"EXTRA_LIBRARIES" list is probably the best place
-
sech1
just add nghttp2 or libnghttp2 to the list (whichever works)
-
einliterflasche
At this part `elseif(APPLE OR OPENBSD OR ANDROID)`? Or at `if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)`?
-
einliterflasche
now the linker complains that the library couldn't be found... Is there a way to build just the wallet2_api and skip the binaries like wallet-rpc and stuff?
-
sech1
yes, but I don't remember how exactly
-
sech1
there are many CMakeLists files in subfolders, you can try to use them instead
-
einliterflasche
I'm trying to build just src/wallet/api/CMakeLists.txt now, but it needs the utility make commands. How can I make sure that `include (${PROJECT_SOURCE_DIR}/cmake/libutils.cmake)` points to <root>/cmake/libutils.cmake? cuz when I execute src/wallet/api/CMakeLists the PROJECT_SOURCE_DIR is set to src/wallet/api... Just appending ../../../.. didn't
-
einliterflasche
work either
-
m-relay
<0xfffc:monero.social> einliterflasche, what you are trying to achieve? (keep it simple please). I might be able to help .
-
m-relay
<syntheticbird:monero.social> This really sounds like an LLM prompt
-
m-relay
<syntheticbird:monero.social> (ignore me)
-
m-relay
<jeffro256:monero.social> einliterflasche: if you want to just build libwallet, run the command `mkdir -p build/libwallet; cd build/libwallet; cmake ../..; make -j${nproc} wallet_api` from the root dir and the libraries will be in the lib dir inside the build dir
-
m-relay
<jeffro256:monero.social> The libraries are files `libwallet.a` and `libwallet_api.a`
-
einliterflasche
Thank you so much
-
selsta
.merge+ 9460 9459
-
xmr-pr
Added
-
selsta
.merges
-
xmr-pr
9459 9460 9523 9643 9666 9680 9688 9689 9691 9692
-
selsta
.merge+ 9693 9694
-
xmr-pr
...
-
m-relay
<ofrnxmr:monero.social> Jeffro is an LLM, remember?
-
m-relay
<ack-j:matrix.org> Seth brought up a good point on a recent podcast. When FCMP++ is released and sender privacy is solved for the most part would we finally feel comfortable bumping the version to 1.0?