Code: Select all
...
mv -f libpokerth_protocol.a lib/
make[1]: Leaving directory `/usr/src/slapt-src/games/pokerth/PokerTH-0.8.2-src'
/usr/bin/qmake /usr/src/slapt-src/games/pokerth/PokerTH-0.8.2-src/pokerth_db.pro -o Makefile.pokerth_db
make -f Makefile.pokerth_db
make[1]: Entering directory `/usr/src/slapt-src/games/pokerth/PokerTH-0.8.2-src'
g++ -c -m64 -pipe -std=gnu++0x -O2 -Wall -W -D_REENTRANT -fPIC -DENABLE_IPV6 -DQT_NO_DEBUG -I/usr/lib64/qt/mkspecs/linux-g++-64 -I. -I/usr/lib64/qt/include -I. -Isrc -I/usr/include -Imocs -o obj/serverdbcallback.o src/db/common/serverdbcallback.cpp
g++ -c -m64 -pipe -std=gnu++0x -O2 -Wall -W -D_REENTRANT -fPIC -DENABLE_IPV6 -DQT_NO_DEBUG -I/usr/lib64/qt/mkspecs/linux-g++-64 -I. -I/usr/lib64/qt/include -I. -Isrc -I/usr/include -Imocs -o obj/serverdbfactory.o src/db/common/serverdbfactory.cpp
In file included from src/db/common/serverdbfactory.cpp:20:0:
src/db/serverdbfactory.h:24:26: fatal error: boost/asio.hpp: No such file or directory
compilation terminated.
make[1]: *** [obj/serverdbfactory.o] Error 1
make[1]: Leaving directory `/usr/src/slapt-src/games/pokerth/PokerTH-0.8.2-src'
make: *** [sub-pokerth_db-pro-make_default-ordered] Error 2
fakeroot -- sh pokerth.SlackBuild Failed
Any clue? Thanks in advance.