-
```
ante:camlistore.org $ git pull
Already up-to-date.
ante:camlistore.org $ git reset --hard origin/master
HEAD is now at bf001df app/publisher: serve text types with their right MIMEs
ante:camlistor…
-
I'm trying to upgrade from an older version of Armory. I use an old Asus Eee PC 900 as my off-line wallet. Its an Intel x86 32-bit machine running Ubuntu. There isn't a 32-bit build of Armory, so I us…
-
```
g++ -DNDEBUG -g2 -O3 -march=native -Wall -Wextra -Wno-type-limits -Wno-unknown-pragmas -pipe -c validat0.cpp
validat0.cpp: In function 'bool TestSettings()':
validat0.cpp:27:47: error: call of ove…
-
Need to be able to split files up and store them in multiple places, and perhaps have some sort of file health indicator or whatever. Files need to go up and be healthy.
I don't currently know if the…
-
ANy body have any wixExtensions latest dll that are compatible with VS2013. i am unable to build the WixExtenions dll. These are errors that i am getting
> C:\Users\user\Downloads\msiext-master\msi…
-
Hello guys, I'm getting the following error when compiling the daemon on Xubuntu 14.04 64bit using:
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen…
-
It happens on 15.06 and also when I checkout the default.nix from master.
I'm on i686.
```
github.com/vitrun/qart/gf256
github.com/vitrun/qart/coding
github.com/vitrun/qart/qr
github.com/syncthing/sy…
-
```
g++ -shared -o libcryptopp.so -DNDEBUG -g2 -O3 -march=native -Wall -Wextra -Wno-type-limits -Wno-unknown-pragmas -pipe 3way.o adler32.o algebra.o algparam.o arc4.o asn.o authenc.o base32.o base64.…
-
When emerging syncthing, the build fails. I can't find any clue why. The error message is:
```
[...]
github.com/syncthing/syncthing/lib/model
github.com/syncthing/syncthing/lib/connections
github.com…
-
The first lines of org.bouncycastle.pqc.math.linearalgebra.GF2mField.exp() are "if (a == 0) { return 0; }" but I believe the rule that k == 0 --> a^k == 1 for all a even applies when a == 0.
Perhaps …