I use debian stable. You can't use the compiled wallet version because it is compiled with ubuntu in mind, you have to compile by yourself if you want to use debian stable.
If you want, I can send you a wallet compiled for debian stable.
I think that you are talking about old stable, because the actual debian stable version uses 1.62, but that fact doesn't change anything that I have told :-)
sudo make -f makefile.unix # Headless CoinonatX
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/coinonatx/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: *** [coinonatxd] Error 1
To solve this, you have to give executing permissions to the file build_detect_platform (you can check a little up in your log that returns Permission denied with that file). In your case: