From: Dan b <the...@ya...> - 2018-06-24 19:54:48
|
Good afternoon Jamin Developers, Thank you for a useful and fascinating piece of software. I'm attempting to compile the latest git version to see if it's more stable than the version 0.97.14 I'm currently running. I used the git command 'git clone https://git.code.sf.net/p/jamin/code jamin-code' to get the latest version, I ran the ./configure which finished with a few complaints: config.status: executing libtool commandssed: can't read ./ltmain.sh: No such file or directorysed: can't read libtoolT: No such file or directoryconfig.status: executing default-1 commandsconfig.status: executing po/stamp-it commands Then I ran 'make'. During the make process, I received the error below: make[2]: Entering directory '/home/user/Downloads/jamin/jamin-code/controller'./xml2c.pl jamincont_1912.xml > jamincont_1912.c/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -MT jamincont_1912_la-jamincont_1912.lo -MD -MP -MF .deps/jamincont_1912_la-jamincont_1912.Tpo -c -o jamincont_1912_la-jamincont_1912.lo `test -f 'jamincont_1912.c' || echo './'`jamincont_1912.cmv -f .deps/jamincont_1912_la-jamincont_1912.Tpo .deps/jamincont_1912_la-jamincont_1912.Plomv: cannot stat '.deps/jamincont_1912_la-jamincont_1912.Tpo': No such file or directoryMakefile:389: recipe for target 'jamincont_1912_la-jamincont_1912.lo' failedmake[2]: *** [jamincont_1912_la-jamincont_1912.lo] Error 1make[2]: Leaving directory '/home/user/Downloads/jamin/jamin-code/controller'Makefile:378: recipe for target 'all-recursive' failedmake[1]: *** [all-recursive] Error 1make[1]: Leaving directory '/home/user/Downloads/jamin/jamin-code'Makefile:309: recipe for target 'all' failedmake: *** [all] Error 2 I would appreciate your advice. Thank you, Dan |