This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CygWin - GCC compiler error


MariLiza Koukouli wrote:

gcc  -I./  -DTABLE_PATH=\"/usr/local/lib\"  -Dlinux
-DFOPEN64 -c PBGroutines.c
PBGroutines.c:7: error: parse error before "off64_t"
PBGroutines.c:7: warning: data definition has no type
or storage class
In file included from PBGroutines.c:12:
PBGroutines.h:9: error: parse error before "ftello64"
PBGroutines.h:9: warning: data definition has no type
or storage class
PBGroutines.h:28: error: parse error before "off64_t"
PBGroutines.h:28: warning: no semicolon at end of
struct or union
PBGroutines.h:89: error: parse error before '}' token
PBGroutines.h:89: warning: data definition has no type
or storage class
PBGroutines.c:90: error: parse error before '*' token
PBGroutines.c:90: warning: data definition has no type
or storage class
PBGroutines.c:91: error: parse error before '*' token
PBGroutines.c:91: warning: data definition has no type
or storage class
PBGroutines.c: In function `pbgindx':
PBGroutines.c:127: error: parse error before "space"

Does this mean anything to anyone?
It's more likely to mean something if you show source code, before and after pre-processing.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]