Áquila Freitas

Results 5 comments of Áquila Freitas

@Alexander-Miller `treemacs-project-follow-mode` seems to be working fine apart of the error message ```Error running timer ‘treemacs--apply-annotations-deferred’: (wrong-type-argument number-or-marker-p nil)``` every time I switch projects. Also, just an observation, if `treemacs-persist-file`...

> You should be able to manually `cd $MONERO_CPP/external/monero-project && make release-static -j8 && make release-static -j8` and confirm that the build completes. I can confirm the build completes successfully....

I am still missing the `libwallet-crypto.a` on `v0.18.0.0`. I will ask someone on monero-project about this. Quick question, as `libwallet_merged.a` have been removed, do we still need to double `make...

Just tested `fix_libwallet_crypto` and that did go through, thanks! I just got stuck with some epee dependencies now: [build.txt](https://github.com/monero-ecosystem/monero-cpp/files/9288875/build.txt) Have you seen these errors before?

Good point, I did make some modifications and forgot to revert. Just to let you know, it's possible to compile `monero-cpp` on M1 by replacing `-march=x86-64` with `-mcpu=native`. Monero Project...