To me it looks like you do have to use an older version of protoc - or maybe the boost lib version is wrong.
EDIT: I would like to reproduce in a docker container - can you post a
Code: Select all
dpkg -l
Code: Select all
dpkg -l
Code: Select all
qmake CONFIG+="c++11" pokerth.pro
qmake CONFIG+="client c++11" pokerth.pro
qmake "CONFIG+=client c++11" pokerth.pro
qmake CONFIG+="client c++11" pokerth.pro
qmake CONFIG+="client c++11" -spec linux-g++ pokerth.pro
make
Code: Select all
apt install libboost-all-dev=1.67.0.1
Code: Select all
apt-get --purge remove libboost*
Really sounds a bit like. I experienced issues with buster and mysql++ bindings - and for bullseye the jump from libboost1.67 to 1.74 as current used version changed a few related function definitions which makes adaption of server code really mandatory.sam289 wrote: Sun Feb 26, 2023 10:39 am Debian pokerth maintainer can't find patches for our problem.
It seem they transfer the pokerth executable from one Debian version to another
without compiling it new an each version.
Ok - sounds like you did it!sam289 wrote: Sun Feb 26, 2023 10:39 am YEAH, my first docker experience
A lot of stuff he is doing ...
It ends without errors.
And next I have find out how to start that virtual image ...
Code: Select all
qmake CONFIG+="client c++11" -spec linux-g++ pokerth.pro