I thought this allready, but I doubted
that the application window of pokerth is popping up in Gnome, isn't it ?
Search found 10 matches
- Tue Feb 28, 2023 10:26 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
- Mon Feb 27, 2023 5:25 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
Re: Compile pokerTH on Debian 11 doesnt work
Thanks for your effort. 
Do you know how to do the same with the application pokerth client ?
I wanted to change some code and step by step debugging.
Change stacks in BB, add buttons for 3x, 4x etc etc

Do you know how to do the same with the application pokerth client ?
I wanted to change some code and step by step debugging.
Change stacks in BB, add buttons for 3x, 4x etc etc
- Sun Feb 26, 2023 10:39 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
Re: Compile pokerTH on Debian 11 doesnt work
Can't unrar the rar files after installing unrar-free package. "unknown archive type" I installed docker and it seems to work. Now I am reading "Containerize an application" .... :roll: And then "der Groschen ist gefallen" I got it. Build an image ... before rename Dock...
- Sat Feb 25, 2023 10:14 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
Re: Compile pokerTH on Debian 11 doesnt work
I additionally install libboost-all-dev but no success. I tried to install older libboost-all-dev for debian 10 with apt install libboost-all-dev=1.67.0.1 but it failed. It can't find it. For Debian 11 it is libboost-all-dev (1.74.0.3) . Then I deleted all libboost* packages with apt-get --purge rem...
- Fri Feb 24, 2023 5:53 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
Re: Compile pokerTH on Debian 8 doesnt work
Not good idea to flood 1800 lines text here :D So a link is better, I think. https://davalo.de/storage/packetliste.txt I tried many possibilities: qmake CONFIG+="c++11" pokerth.pro qmake CONFIG+="client c++11" pokerth.pro qmake "CONFIG+=client c++11" pokerth.pro qmake C...
- Thu Feb 23, 2023 2:12 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
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 ...
- Wed Feb 22, 2023 9:23 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
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 ?
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 ?
- Wed Feb 22, 2023 12:01 am
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
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...
- Thu Jan 12, 2023 3:02 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
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.

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.
- Wed Jan 11, 2023 6:01 pm
- Forum: Installation
- Topic: Compile pokerTH on Debian 11 doesnt work
- Replies: 21
- Views: 1185
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...