Davin Pearson wrote: > davin@davins:~/Downloads/m4-1.4.19$ sudo make install > ... > make[1]: Leaving directory '/home/davin/Downloads/m4-1.4.19' > davin@davins:~/Downloads/m4-1.4.19$
So, the installation succeeded. > davin@davins:~/Public/sources/50webs-com$ make m4 > TARGET_DIR=./../../targets/50webs-com/. > mkdir -p ./../../targets/50webs-com/. > for X in activism apple bob-dylan-quotes-2 bob-dylan-quotes+ > bob-dylan-quotes book10 book12 card2 card cv cv-private cv-reference-andy > cv-reference-jon cv-reference-kerry cv-reference-neil cv-reference-tim > cv-wordpress davins-ugly-mug email greatest-artists hello index link > my-life-story not-so-hot-list other-links scruff smoking test the-fly > winke-poose; do (m4 -P -Dm4_home=. -Dm4_dirname=. -Dm4_filename=$X > -Dm4_is_dos= $X.hts >./../../targets/50webs-com/./$X.html); done > m4:index.m4:28: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:bob-dylan-quotes+.hts:324: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > sh: 1: cd: can't cd to /home/davin/Public/targets/davinpearson-nz > m4:book10.hts:26: ERROR: end of file in argument list > sh: 1: cd: can't cd to /media/www/Windows/home/hairy-lemon/output/50webs-com > m4:book12.hts:24: ERROR: end of file in argument list > m4:cv.hts.m4:720: ERROR: end of file in argument list > m4:cv.hts.m4:720: ERROR: end of file in argument list > m4:cv-reference-andy.hts:60: ERROR: end of file in argument list > m4:cv-reference-jon.hts:41: ERROR: end of file in argument list > m4:cv-reference-kerry.hts:70: ERROR: end of file in argument list > m4:cv-reference-neil.hts:31: ERROR: end of file in argument list > m4:cv-reference-tim.hts:48: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:greatest-artists.hts:3140: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:index.hts:186: ERROR: end of file in argument list > m4:my-life-story.hts:67: ERROR: end of file in argument list > m4:not-so-hot-list.hts:107: ERROR: end of file in argument list > m4:other-links.hts:952: ERROR: end of file in argument list > m4:scruff.hts:53: ERROR: end of file in argument list > m4:smoking.hts:302: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > m4:the-fly.hts:60: ERROR: end of file in argument list > m4:index.m4:28: ERROR: end of file in argument list > make: *** [../Makefile.mk:38: m5] Error 1 > davin@davins:~/Public/sources/50webs-com$ This is in a different directory than the source and build directory of m4. We can't help you debug arbitrary code / scripts / Makefiles that you happen to have on your disk. For a proper bug report 1. show the arguments, input files, and result of a SINGLE m4 invocation, 2. direct the bug report to the proper mailing list, which you get by invoking 'm4 --help'. Bruno