Search found 15 matches

by sam289
Thu Feb 23, 2023 2:12 pm
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 14039

Re: Compile pokerTH on Debian 8 doesnt work

When compiler complains about source code then I guess it has something to do with newer C++ Compiler doesnt understand old code. I tried qmake CONFIG+="client c++11" pokerth.pro make but make produces same errors. I tried to contact the packages maintainer of Debian pokerth package. This ...
by sam289
Wed Feb 22, 2023 9:23 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 14039

Re: Compile pokerTH on Debian 8 doesnt work

This fixed it:
protoc pokerth.proto --cpp_out=./src/third_party/protobuf/
protoc chatcleaner.proto --cpp_out=./src/third_party/protobuf/
but now next problems: in the picture
It seems I have to compile with older C++ version ?
by sam289
Wed Feb 22, 2023 12:01 am
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 14039

Re: Compile pokerTH on Debian 8 doesnt work

Hi Now I installed debian 11. I installed pokerTH application ---> works fine apt build-dep pokerth ---> works apt install libmysql++-dev ---> works qt5-default is not available. I installed qt5-make only. I followed the instructons in INSTALL file. "qmake pokerth.pro" ---> works "mak...
by sam289
Thu Jan 12, 2023 3:02 pm
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 14039

Re: Compile pokerTH on Debian 8 doesnt work

Hi, thank you. :-)

The used HDD crashed now and I have to install Debian on other HDD, USB Stick and then I try your recommendations. Debian Gnome crashed, freezed.
by sam289
Wed Jan 11, 2023 6:01 pm
Forum: Installation
Topic: Compile pokerTH on Debian 11 doesnt work
Replies: 21
Views: 14039

Compile pokerTH on Debian 11 doesnt work

Hello I try to compile pokerTH on Debian 8 and stuck at libgcrypt library. apt-get install libgcrypt... --> doesn't work Download libgcrypt and compiling cause error libgpg-error missing Then download libgpg-error ... compiling successfull. Try again compiling libgcrypt with parameter where libgpg-e...