Holger wrote:> No ilbmtoppm either.
Very strange; "ilbmtoppm" is part of the "netpbm" package and required to build R'n'D from a Git checkout.
Maybe try to uninstall and install the "netpbm" package again?
Everything is OK now:
Code: Select all
giorgos-Τρι 25/08/2015 02:48 μμ~/rocksndiamonds>locate ilbmtoppm
/usr/bin/ilbmtoppm
/usr/share/man/man1/ilbmtoppm.1.gz
giorgos-Τρι 25/08/2015 02:50 μμ~/rocksndiamonds>
I don't know why it didn't work at the first place.
Anyway! Mint is based on Ubuntu LTS, which is based on Debian Testing.
Beta is a beta is a beta!
There will always be, some rough edges.
Stable is meant to be, only...the stable version (Debian).
Holger wrote:> No. I got no messages at all.
Again, very strange -- as you apparently do not have any PNG file created yet, this should be done by the Makefile. Please "cd" into "graphics/gfx_classic" and do a "make clean ; make" (after you have a working "ilbmtoppm" installed).
> No. I can see only one PNG (RocksIcon32x32.png) and the respective ILBM files (eg. RocksFontSmall.ilbm).
Yes, the icon PNG file is part of the Git checkout (as it cannot be built from an ILBM file), while all other PNG files are created from their ILBM counterparts.
Success!!!
Now every PNG file, is in place.
The executable seems to work properly now (although I'm getting some warnings):
Code: Select all
giorgos-Τρι 25/08/2015 02:48 μμ~/rocksndiamonds>./rocksndiamonds
rocksndiamonds: warning: configuration file '/home/giorgos/.rocksndiamonds/cache/artworkinfo.cache' is empty
rocksndiamonds: warning: cannot open configuration file '/home/giorgos/.rocksndiamonds/editorcascade.conf'
rocksndiamonds: warning: cannot open configuration file '/home/giorgos/.rocksndiamonds/editorsetup.conf'
giorgos-Τρι 25/08/2015 02:48 μμ~/rocksndiamonds>