Thunor - 2011-06-28

Hello (is that Paulo?)

The problem is that you compiled the project using the default "Run from current folder" settings and then moved the data folder so that the sz81 binary can't find it anymore.

Towards the top of the Makefile, comment-out the "Run from current folder" variable group and at the very top of the Makefile uncomment the "System wide installation" variable group. Then change the PREFIX?="/usr/local" to PREFIX?="/usr" and type:

make clean
make
sudo make install

Regards,
Thunor