I can't speak to these specific errors, but my first suggestion is to check whether you have all the dev packages installed. Debian separates out the files needed to JUST run things and those needed to actually compile things against libraries - I think there is some systematic way to install these but I'm not sure what it is. You're not finding things like stdio.h, so that's why I'm thinking maybe the dev packages aren't installed. That caused me a lot more grief than I care to admit, back in my Debian days.
Cheers, CY --- Martin Rubey <[EMAIL PROTECTED]> wrote: > Dear all, > > since my computer died last month, I have a hard time to get > everything running > again. In the process, I was switching to a debian system (grown by > my > sysad). So, after getting patch 45 with darcs, I get > > isds153:/home/rubey/axiom--main--1# export > AXIOM=/home/rubey/axiom--main--1/mnt/linux > isds153:/home/rubey/axiom--main--1# export PATH=$AXIOM/bin:$PATH > isds153:/home/rubey/axiom--main--1# make AWK=/usr/bin/nawk > 13 making noweb > patching file modules.c > patching file Makefile > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change lib/emptydefn > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change lib/unmarkup > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change lib/toascii > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change lib/btdefn > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change awk/noidx > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change awk/totex > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change awk/tohtml > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change awk/noindex > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change shell/nocount > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change shell/nountangle > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change shell/noweb > sed: -e expression #1, char 11: unknown option to `s' > awkname: failed to change shell/noroots > notangle.nw:23:19: stdio.h: No such file or directory > notangle.nw:24:20: string.h: No such file or directory > notangle.nw:25:20: stdlib.h: No such file or directory > notangle.nw:26:19: ctype.h: No such file or directory > In file included from notangle.nw:28: > getline.h:1: error: syntax error before '*' token > getline.h:4: error: syntax error before '*' token > In file included from notangle.nw:29: > modules.h:32: error: syntax error before "FILE" > modules.h:35: error: syntax error before '*' token > In file included from notangle.nw:33: > notangle.h:1: error: syntax error before '*' token > notangle.h:2: error: syntax error before '*' token > notangle.nw:37: error: syntax error before '*' token > notangle.nw: In function `emit_module_named': > notangle.nw:38: error: `NULL' undeclared (first use in this function) > notangle.nw:38: error: (Each undeclared identifier is reported only > once > notangle.nw:38: error: for each function it appears in.) > notangle.nw:40: error: `rootname' undeclared (first use in this > function) > notangle.nw:42: error: `locformat' undeclared (first use in this > function) > notangle.nw:42: error: `out' undeclared (first use in this function) > notangle.nw: At top level: > notangle.nw:56: error: syntax error before '*' token > notangle.nw: In function `read_defs': > notangle.nw:59: error: `NULL' undeclared (first use in this function) > notangle.nw:63: error: `in' undeclared (first use in this function) > notangle.nw: In function `insist': > notangle.nw:176: error: `NULL' undeclared (first use in this > function) > make[2]: *** [notangle.o] Error 1 > make[1]: *** [all] Error 2 > make: *** [noweb] Error 2 > > Please, please, please help! > > Martin > > > > _______________________________________________ > Axiom-developer mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/axiom-developer > __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com _______________________________________________ Axiom-developer mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-developer
