On Linux platform on last cvs and songcue-1.0b1 release.
gcc -g -DMODULE -DHAS_DB -DLEFTSUPPORT -g -O2
-no-cpp-precomp -I/usr/X11R6/include
-DSONGDIR="\"/music\"" -I. -I../jukebox -I../db
-I../frontend -c ../frontend/vu.c -o vu.o
gcc: unrecognized option `-no-cpp-precomp'
../frontend/vu.c:26: parse error before `mydata'
../frontend/vu.c:26: warning: data definition has no
type or storage class
../frontend/vu.c: In function `vumain':
../frontend/vu.c:79: invalid type argument of `unary *'
../frontend/vu.c:97: invalid type argument of `unary *'
../frontend/vu.c:99: invalid type argument of `unary *'
../frontend/vu.c:103: `errno' undeclared (first use in
this function)
../frontend/vu.c:103: (Each undeclared identifier is
reported only once
../frontend/vu.c:103: for each function it appears in.)
../frontend/vu.c:103: `EBADF' undeclared (first use in
this function)
../frontend/vu.c:103: `EFAULT' undeclared (first use in
this function)
../frontend/vu.c:104: `EINVAL' undeclared (first use in
this function)
../frontend/vu.c:104: `EIO' undeclared (first use in
this function)
../frontend/vu.c:113: warning: assignment makes integer
from pointer without a cast
../frontend/vu.c:127: invalid type argument of `->'
../frontend/vu.c:128: invalid type argument of `->'
../frontend/vu.c:134: invalid type argument of `->'
../frontend/vu.c:136: invalid type argument of `->'
../frontend/vu.c:142: invalid type argument of `->'
../frontend/vu.c:143: invalid type argument of `->'
../frontend/vu.c:145: invalid type argument of `->'
../frontend/vu.c:149: invalid type argument of `->'
../frontend/vu.c:162: invalid type argument of `->'
../frontend/vu.c:163: invalid type argument of `->'
../frontend/vu.c:171: invalid type argument of `->'
../frontend/vu.c:173: invalid type argument of `->'
../frontend/vu.c:181: invalid type argument of `->'
../frontend/vu.c:222: invalid type argument of `->'
../frontend/vu.c:223: invalid type argument of `->'
../frontend/vu.c:224: invalid type argument of `->'
../frontend/vu.c:233: invalid type argument of `->'
../frontend/vu.c:235: invalid type argument of `->'
../frontend/vu.c:238: invalid type argument of `->'
../frontend/vu.c:239: invalid type argument of `->'
make: *** [vu.o] Error 1
Logged In: YES
user_id=189212
Looks like a header isn't getting included, but not sure what. Also looks like
HTML is somehow part of the .c source code. Are you sure your compiler is
working?
Wow. I really should check these bugs more often. I wonder why I never got
email notification about this bug....