On Friday 07 December 2007 Alexander Skwar wrote:
> Philipp Marek schrieb:
> > environ is SUS:
> > environ - array of character pointers to the environment strings
> > http://opengroup.org/onlinepubs/007908799/xsh/environ.html
> >
> >
> > Does that help?
>
> Yes, it did. I'm still getting this, though:
>
> 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
> gmake[1]: *** [fsvs.o] Error 1
> gmake: *** [default-target] Error 2
Are you using r1255? It has this:
svn diff -r PREV:HEAD fsvs.c
Index: fsvs.c
===================================================================
--- fsvs.c (Revision 1254)
+++ fsvs.c (Revision 1255)
@@ -536,7 +536,7 @@ const char* Version(FILE *output)
STRINGIFY(HAVE_O_DIRECTORY)
#endif
#ifdef O_DIRECTORY
- STRINGIFY(O_DIRECTORY=)#O_DIRECTORY
+ STRINGIFY(O_DIRECTORY)
#endif
#ifdef HAVE_LINUX_KDEV_T_H
STRINGIFY(HAVE_LINUX_KDEV_T_H)
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]