mess822/compileについて、ここに記述してください。

( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\' \
) > auto-ccld.sh
cat auto-ccld.sh make-load.sh > make-load
chmod 755 make-load
cat auto-ccld.sh find-systype.sh > find-systype
chmod 755 find-systype
./find-systype > systype
( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
chmod 755 load
cat auto-ccld.sh make-compile.sh > make-compile
chmod 755 make-compile
( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
compile
chmod 755 compile
./compile iftocc.c
cat auto-ccld.sh make-makelib.sh > make-makelib
chmod 755 make-makelib
( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
makelib
chmod 755 makelib
./compile mess822_date.c
./compile mess822_quote.c
./compile mess822_fold.c
./compile mess822_token.c
./compile mess822_addr.c
./compile mess822_when.c
mess822_when.c: In function ‘mess822_when’:
mess822_when.c:34:12: warning: implicit declaration of function ‘str_len’ [-Wimplicit-function-declaration]
   34 |     pos += str_len(x) + 1;
      |            ^~~~~~~
mess822_when.c:50:9: warning: implicit declaration of function ‘case_diffs’ [-Wimplicit-function-declaration]
   50 |    if (!case_diffs(x,"Jan")) { ct.date.month = 1; break; }
      |         ^~~~~~~~~~
./compile mess822_line.c
mess822_line.c: In function ‘mess822_end’:
mess822_line.c:44:10: warning: implicit declaration of function ‘case_diffb’ [-Wimplicit-function-declaration]
   44 |     if (!case_diffb(h->inprogress.s,pos,a->name))
      |          ^~~~~~~~~~
./compile mess822_ok.c

...

MoinQ: DJB/mess822/compile (last edited 2023-02-08 13:02:34 by ToshinoriMaeno)