-
```
While passing Clang's static analyzer on Colloquy, it output the following
warning for the file `miniupnpc.c`.
Indeed, in that file a `size_t` value (the result of an strlen) is
formatted as `%d`…
-
I am trying to compile the cryptonote and on the following line I get stuck. I am very new on machine programming and I would really appreciate any help!
```
[ 45%] Linking CXX executable azcoind
…
-
I'm trying to build Raptoreum on a Raspberry Pi 4 8GB running GNU/Linux Debian 11 with kernel 5.10.0-9-arm64 and the dependencies don't download and build QT5:
```
wget https://github.com/Raptor3um/…
-
```
While passing Clang's static analyzer on Colloquy, it output the following
warning for the file `miniupnpc.c`.
Indeed, in that file a `size_t` value (the result of an strlen) is
formatted as `%d`…
-
App doesn't work:
Last login: Sun Jan 6 20:51:18 on ttys000
/Users/user1/Desktop/trustplus-qt ; exit;
Natalyas-MBP:~ user1$ /Users/user1/Desktop/trustplus-qt ; exit;
dyld: Library not loaded: /…
-
Actual instructions are ambiguous, it lacks distribution dependencies (mostly -dev or -devel) and clear compile commands for easy compilation like most GitHub repos.
I can search for dependency pac…
-
While investigating #518 I attempted to reproduce the error with ubsan enabled. Unfortunately upon attempting to generate noise and have enemies move into my line of sight the following error occurred…
-
/tmp/mastercoin-source/src# make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_…
abweb updated
11 years ago
-
When I use pshs and `--bind 192.168.x.x` to my internal IPv4 address, it correctly engages UPnP and allows traffic in to the randomly selected port.
If I use it with the default settings however, i…
-
This is how I got develop to build on Big Sur (11.2.3):
```
git clone https://github.com/RavenProject/Ravencoin.git
cd Ravencoin/
git checkout develop
brew install automake berkeley-db4 libto…