-
built with perl aesp8.pl ppc64
hmm.S: Assembler messages:
hmm.S:471: Error: invalid conditional option
hmm.S:1206: Error: invalid conditional option
hmm.S:1835: Error: invalid conditional option…
-
I'm following the guide.
[Building The Library](https://botan.randombit.net/manual/building.html)
But have errors.
My steps.
**1.** **Set enviroment for x64 with "vcvars64.bat"**
C:\Program…
-
When building for ios using macOS Mojave 10.14.3, the generated Makefile uses -soname instead of -install_name. The workaround mentioned in https://github.com/randombit/botan/issues/861 is a temporary…
-
Please post:
1. Your CPU, RAM parameters, operating system and compiler (if you compiled yourself).
2. Verification mode results.
3. Mining mode results (optional).
Precompiled binaries are av…
-
Hello!
Looking at guide, doing things as said:
python configure.py --cc=msvc --os=windows --link-method=copy --cpu=i386 --disable-modules=pmull
then "nmake". And then accepting hoard of errors,…
ghost updated
5 years ago
-
INFO: /home/nvidia/Documents/qtcreator/qt-creator-opensource-src-4.7.2/src/libs/botan/../3rdparty/botan/configure.py invoked with options "--cc=gcc --cc-bin=g++ --amalgamation --minimized-build --d…
-
I started the build with make -j3, which goes on for a while but errors out at:
> g++ -DNDEBUG -g2 -O3 -fPIC -pthread -pipe -c ppc-simd.cpp
> In file included from ppc-simd.h:23:0,
> …
-
MacOS 10.13.6 High Sierra. Xcode-9.4.1.
```
./configure.py --prefix=/opt/local --with-os-features=security_framework,commoncrypto,getentropy --with-openssl --with-boost --with-lzma --with-bzip2 --…
-
先是git https://github.com/randombit/botan.git
然后按wiki里
./configure.py --prefix=/mingw64 --disable-modules=tls --os=mingw --without-stack-protector
出现以下信息
INFO: ./configure.py invoked …
-
I am trying to compile botan with clang/llvm for webassembly with the following command
```
./configure.py --minimized-build --cc=clang --os=llvm --cpu=llvm
INFO: ./configure.py invoked w…