Still the same. maybe I do something wrong? from history:

   26  git clone https://github.com/b4n/geany-plugins.git
   27  cd geany-plugins/
   28  git checkout debugger/master 
   29  sudo apt-get build-dep geany-plugins
   30  sudo apt-get remove geany-plugins-common 
   31  sudo apt-get remove geany-plugin-debugger geany-plugins-common
   32  #sudo apt-get install g++
   33  g++
   34  sudo apt-get install g++ autoconf checkinstall 
   35  ./autogen.sh --help
   36  ./configure --disable-all-plugins --enable-debugger
   37  make
   38  sudo checkinstall -D


Reply to this email directly or view it on GitHub.