compiler error on suse-9.2
Sven <[email protected]> Mon, 8 Nov 2004 17:08:03 +0100 (CET)
| Newsgroups | gmane.comp.multimedia.avifile.general |
|---|---|
| Organization | dreampixel |
| Message-ID | <20863188.1099930083752.OPEN-XCHANGE.WebMail.wwwrun@postgirl> |
Hi@all,
when I try to compile avifile (cvs) on my suse-9.2 machine I becom the
following error:
-ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -pipe -MT fcc_type.lo -MD -MP -MF
".deps/fcc_type.Tpo" -c -o fcc_type.lo fcc_type.c; \
then mv -f ".deps/fcc_type.Tpo" ".deps/fcc_type.Plo"; else rm -f
".deps/fcc_type.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I../../include -Wall -Wno-unused
-I../../include -O2 -mcpu=i686 -march=i686 -ffast-math
-fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_GNU_SOURCE -pipe -MT fcc_type.lo -MD -MP -MF .deps/fcc_type.Tpo -c
fcc_type.c -fPIC -DPIC -o .libs/fcc_type.o
In file included from fcc_type.c:1:
../../include/utils.h:41: error: parse error before '{' token
../../include/utils.h:50: error: parse error before '{' token
../../include/utils.h:56: error: parse error before "uint16_t"
../../include/utils.h:61: error: parse error before '{' token
../../include/utils.h:70: error: parse error before '{' token
../../include/utils.h:78: error: parse error before "uint32_t"
../../include/utils.h:83: error: parse error before '{' token
../../include/utils.h:92: error: parse error before '{' token
../../include/utils.h:101: error: parse error before '{' token
../../include/utils.h:103: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:103: error: `v' undeclared here (not in a
function)
../../include/utils.h:103: warning: data definition has no type or
storage class
../../include/utils.h:104: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:104: error: conflicting types for `b'
../../include/utils.h:103: error: previous declaration of `b'
../../include/utils.h:104: error: `v' undeclared here (not in a
function)
../../include/utils.h:104: warning: data definition has no type or
storage class
../../include/utils.h:105: error: parse error before "return"
../../include/utils.h:108: error: parse error before '{' token
../../include/utils.h:117: error: parse error before '{' token
../../include/utils.h:119: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:119: error: conflicting types for `b'
../../include/utils.h:104: error: previous declaration of `b'
../../include/utils.h:119: error: `v' undeclared here (not in a
function)
../../include/utils.h:119: warning: data definition has no type or
storage class
../../include/utils.h:120: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:120: error: conflicting types for `b'
../../include/utils.h:119: error: previous declaration of `b'
../../include/utils.h:120: error: `v' undeclared here (not in a
function)
../../include/utils.h:120: warning: data definition has no type or
storage class
../../include/utils.h:121: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:121: error: conflicting types for `b'
../../include/utils.h:120: error: previous declaration of `b'
../../include/utils.h:121: error: `v' undeclared here (not in a
function)
../../include/utils.h:121: warning: data definition has no type or
storage class
../../include/utils.h:122: warning: type defaults to `int' in
declaration of `b'
../../include/utils.h:122: error: conflicting types for `b'
../../include/utils.h:121: error: previous declaration of `b'
../../include/utils.h:122: error: `v' undeclared here (not in a
function)
../../include/utils.h:122: warning: data definition has no type or
storage class
../../include/utils.h:123: error: parse error before "return"
../../include/utils.h:126: error: parse error before '{' token
../../include/utils.h:136: error: parse error before '{' token
../../include/utils.h:140: error: parse error before '{' token
../../include/utils.h:144: error: parse error before '{' token
fcc_type.c:8: error: parse error before '{' token
fcc_type.c:110: error: parse error before '{' token
make[2]: *** [fcc_type.lo] Fehler 1
make[2]: Leaving directory
`/data/home/sven/Download/BigBash-1.0-dev/src/avifile/avifile-20041108/lib/common'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory
`/data/home/sven/Download/BigBash-1.0-dev/src/avifile/avifile-20041108/lib'
make: *** [all-recursive] Fehler 1
on suse-9.1 was this error not present. Can anybody help me?
with best regards
sven