Re: Kalendar creator

Evo ga sve linije, ono maloprije sam radio make ali sa zaključanim fajlovima
- Kod: Označi sve
romcal-v6 # make
cc -c -o printweb.o printweb.c
cc -c -o printtxt.o printtxt.c
printtxt.c: In function ‘printtxt1’:
printtxt.c:50:7: warning: incompatible implicit declaration of built-in function ‘sprintf’ [enabled by default]
printtxt.c:57:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printtxt.c:64:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
cc -c -o printrtf.o printrtf.c
printrtf.c: In function ‘printrtf’:
printrtf.c:66:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printrtf.c:83:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printrtf.c:127:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
cc -c -o printpsg.o printpsg.c
printpsg.c: In function ‘printpsg’:
printpsg.c:71:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printpsg.c:96:7: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
cc -c -o printpsc.o printpsc.c
printpsc.c: In function ‘printpsc’:
printpsc.c:65:6: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printpsc.c:86:6: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
printpsc.c:112:6: warning: incompatible implicit declaration of built-in function ‘free’ [enabled by default]
cc -c -o printmon.o printmon.c
cc -c -o printics.o printics.c
printics.c: In function ‘printics’:
printics.c:68:6: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
cc -c -o printhtm.o printhtm.c
printhtm.c: In function ‘printhtm’:
printhtm.c:57:4: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
cc -c -o printcal.o printcal.c
cc -c -o version.o version.c
cc -c -o doydate.o doydate.c
cc -c -o rtfrow.o rtfrow.c
cc -c -o montail.o montail.c
cc -c -o splitstr.o splitstr.c
cc -c -o psformat.o psformat.c
cc -c -o mkhead.o mkhead.c
mkhead.c: In function ‘main’:
mkhead.c:46:29: warning: comparison between pointer and integer [enabled by default]
cc -o mkhead mkhead.o
cat monheadR.hdr | ./mkhead | \
sed 's/__MKHEAD__/monheadR/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > monheadR.h
cat monheadH.hdr | ./mkhead | \
sed 's/__MKHEAD__/monheadH/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > monheadH.h
cc -c -o monhead.o monhead.c
cc -c -o init.o init.c
cc -c -o lent.o lent.c
cc -c -o center.o center.c
cc -c -o ord2.o ord2.c
cc -c -o ord1.o ord1.c
cc -c -o easter.o easter.c
cc -c -o leapyear.o leapyear.c
cc -c -o eastdate.o eastdate.c
cat calheadR.hdr | ./mkhead | \
sed 's/__MKHEAD__/calheadR/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > calheadR.h
cat calheadH.hdr | ./mkhead | \
sed 's/__MKHEAD__/calheadH/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > calheadH.h
cat calheadG.hdr | ./mkhead | \
sed 's/__MKHEAD__/calheadG/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > calheadG.h
cat calheadC.hdr | ./mkhead | \
sed 's/__MKHEAD__/calheadC/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > calheadC.h
cc -c -o calhead.o calhead.c
cc -c -o datestr.o datestr.c
cc -c -o gencel.o gencel.c
gencel.c: In function ‘gencel’:
gencel.c:40:10: warning: conflicting types for built-in function ‘malloc’ [enabled by default]
cc -c -o advent.o advent.c
cat caltailR.hdr | ./mkhead | \
sed 's/__MKHEAD__/caltailR/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > caltailR.h
cat caltailH.hdr | ./mkhead | \
sed 's/__MKHEAD__/caltailH/' | \
sed 's/__YEAR__/%d/' | \
sed 's/__MONTH__/%s/' > caltailH.h
cc -c -o caltail.o caltail.c
cc -c -o doy.o doy.c
cc -c -o xmas2.o xmas2.c
cc -c -o xmas1.o xmas1.c
cc -c -o parse.o parse.c
parse.c: In function ‘parse’:
parse.c:133:6: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
parse.c:210:3: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
cc -c -o mkfix.o mkfix.c
mkfix.c: In function ‘main’:
mkfix.c:71:7: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
mkfix.c:80:7: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
mkfix.c:191:4: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
cc -o mkfix mkfix.o
./mkfix
cc -c -o proper.o proper.c
cc -c -o romcal.o romcal.c
romcal.c: In function ‘main’:
romcal.c:63:7: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
romcal.c:106:4: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
cc -o romcal printweb.o printtxt.o printrtf.o printpsg.o printpsc.o printmon.o printics.o printhtm.o printcal.o version.o doydate.o rtfrow.o montail.o splitstr.o psformat.o monhead.o init.o lent.o center.o ord2.o ord1.o easter.o leapyear.o eastdate.o calhead.o datestr.o gencel.o advent.o caltail.o doy.o xmas2.o xmas1.o parse.o proper.o romcal.o
cc -DMAINPROG eastdate.c -o eastdate
eastdate.c: In function ‘main’:
eastdate.c:91:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
eastdate.c:92:7: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]
eastdate.c:96:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
eastdate.c:99:7: warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
eastdate.c:101:4: warning: incompatible implicit declaration of built-in function ‘exit’ [enabled by default]