Nothing. It's the command line
@echo $$(wc -l <codecs_auto.h) codecs found
that gives the error. $() is _not_ /bin/sh syntax. You have Linux-injury.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-12-07 08:42: Subject: Re: gentoo & make.conf
The rntcl-using "Windows_NT 4.0" kali.roxen.com invokes CPP with "rntcl -E -I", is that correct?
Also, what in the command line
| gcc -E -I. /export/home/kiwi/xeno/client/pike/gaia.isdnet.net/buildtmp/Pike7.4-20021207-025016/src/modules/_Ffmpeg/codecs_auto.c | sed -n -e 's/^.*(CODEC_ID_[A-Z_0-9]*),.*$/ add_integer_constant("\1",\1,0);/p' >codecs_auto.h 2>/dev/null || true
gives the error
| sh: syntax error at line 1: `(' unexpected
Doesn't sh understand 's?
/ Mirar