make -f makefile.unix
make -C ../i2psam -f makefile.unix
make[1]: Betrete Verzeichnis '/home/xxx/git/anoncoin/i2psam'
make[1]: Für das Ziel »first« ist nichts zu tun.
make[1]: Verlasse Verzeichnis '/home/xxx/git/anoncoin/i2psam'
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -DUSE_IRC -I/home/xxx/git/anoncoin/src -I/home/xxx/git/anoncoin/src/obj -DUSE_NATIVE_I2P -I"../i2psam" -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/xxx/git/anoncoin/src/leveldb/include -I/home/xxx/git/anoncoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from /usr/include/boost/variant.hpp:17:0,
from script.h:12,
from main.h:11,
from checkpoints.cpp:10:
/usr/include/boost/boost/variant/variant.hpp:51:63: Schwerwiegender Fehler: boost/type_traits/is_nothrow_move_constructible.hpp: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
make: *** [obj/checkpoints.o] Fehler 1
Could you check if you could build Litecoin, Bitcoin or any other coin? Because this does not seems like a Anoncoin problem, more like a boost development installation problem. I guessing you will get the same error there as well.