7 Dec 12:26
stray '#' in program and environ undeclared
From: Alexander Skwar <alexanders.mailinglists+nospam <at> gmail.com>
Subject: stray '#' in program and environ undeclared
Newsgroups: gmane.comp.sysutils.backup.fsvs.devel
Date: 2007-12-07 11:31:11 GMT
Subject: stray '#' in program and environ undeclared
Newsgroups: gmane.comp.sysutils.backup.fsvs.devel
Date: 2007-12-07 11:31:11 GMT
Hello once more...
Now I'm getting this compile error:
CC export.c
CC fsvs.c
fsvs.c: In function 'Version':
fsvs.c:539: error: stray '#' in program
fsvs.c:539: error: called object '"compile options:\012\011 HAVE_LOCALES=1
AC_CV_C_UINT32_T=uint32_t HAVE_STRUCT_STAT_ST_MTIM=1 O_DIRECTORY==(0)="' is not a function
fsvs.c:544: error: syntax error before string constant
fsvs.c: In function 'main':
fsvs.c:852: error: 'environ' undeclared (first use in this function)
fsvs.c:852: error: (Each undeclared identifier is reported only once
fsvs.c:852: error: for each function it appears in.)
gmake[1]: *** [fsvs.o] Error 1
gmake: *** [default-target] Error 2
line 539 is the line with STRINGIFY:
#ifdef O_DIRECTORY
STRINGIFY(O_DIRECTORY=)#O_DIRECTORY
#endif
--(askwar <at> winds06)-(98/pts/4)-(12:30:35/2007-12-07)--
--($:~/Source/fsvs)-- /opt/csw/gcc4/bin/gcc --version
gcc (GCC) 4.0.2
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
(Continue reading)
RSS Feed