I have downloaded the file libassetml-1.1.tar.gz and unpacked.
the ./configure run without any error. but than the make command
brings the following result:
make all-recursive
make[1]: Entering directory /home/michael/downloads/
libassetml-1.1'
Making all in po
make[2]: Entering directory/home/michael/downloads/
libassetml-1.1/po'
make[2]: Für das Ziel ťallŤ ist nichts zu tun.
make[2]: Leaving directory /home/michael/downloads/
libassetml-1.1/po'
Making all in src
make[2]: Entering directory/home/michael/downloads/
libassetml-1.1/src'
assetml-marshal.list --body --prefix=assetml_marshal >
assetml-marshal.c.tmp
/bin/sh: line 1: assetml-marshal.list: command not found
make[2]: *** [assetml-marshal.c] Fehler 127
make[2]: Leaving directory /home/michael/downloads/
libassetml-1.1/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory/home/michael/downloads/
libassetml-1.1'
make: *** [all] Fehler 2
I have no idea what is wrong?
please help