bug-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

while compiling rcs , i am getting the following errors


From: Srini Garlapalli (sgarlapa)
Subject: while compiling rcs , i am getting the following errors
Date: Tue, 15 Sep 2020 04:21:21 +0000

Hi Team,

 

Can you please look into this issue ?

 

 

In file included from b-anchor.c:21:

./base.h: In function âunexpected_EOFâ:

./base.h:756:3: error: â_Noreturnâ in empty declaration

   exiting;

   ^~~~~~~

./base.h:43:18: warning: empty declaration

#define exiting  _Noreturn

                  ^~~~~~~~~

./base.h:756:3: note: in expansion of macro âexitingâ

   exiting;

   ^~~~~~~

./base.h:800:26: error: storage class specified for parameter âctabâ

extern enum tokens const ctab[];

                          ^~~~

./base.h:43:18: error: expected â=â, â,â, â;â, âasmâ or â__attrib

ute__â before â_Noreturnâ

#define exiting  _Noreturn

                  ^~~~~~~~~

./base.h:832:3: note: in expansion of macro âexitingâ

   exiting;

   ^~~~~~~

In file included from ../lib/string.h:27,

                 from b-anchor.c:22:

/usr/include/string.h:42:14: error: storage class specified for parameter âmemcpyâ

extern void *memcpy (void *__restrict __dest, const void *__restrict __src,

              ^~~~~~

/usr/include/string.h:46:14: error: storage class specified for parameter âmemmoveâ

extern void *memmove (void *__dest, const void *__src, size_t __n)

              ^~~~~~~

/usr/include/string.h:53:14: error: storage class specified for parameter âmemccpyâ

extern void *memccpy (void *__restrict __dest, const void *__restrict __src,

              ^~~~~~~

/usr/include/string.h:60:14: error: storage class specified for parameter âmemsetâ

extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1));

              ^~~~~~

/usr/include/string.h:63:12: error: storage class specified for parameter âmemcmpâ

extern int memcmp (const void *__s1, const void *__s2, size_t __n)

            ^~~~~~

/usr/include/string.h:90:14: error: storage class specified for parameter âmemchrâ

extern void *memchr (const void *__s, int __c, size_t __n)

              ^~~~~~

/usr/include/string.h:103:14: error: storage class specified for parameter ârawmemchrâ

extern void *rawmemchr (const void *__s, int __c)

              ^~~~~~~~~

/usr/include/string.h:114:14: error: storage class specified for parameter âmemrchrâ

extern void *memrchr (const void *__s, int __c, size_t __n)

              ^~~~~~~

/usr/include/string.h:121:14: error: storage class specified for parameter âstrcpyâ

extern char *strcpy (char *__restrict __dest, const char *__restrict __src)

              ^~~~~~

/usr/include/string.h:124:14: error: storage class specified for parameter âstrncpyâ

extern char *strncpy (char *__restrict __dest,

              ^~~~~~~

/usr/include/string.h:129:14: error: storage class specified for parameter âstrcatâ

extern char *strcat (char *__restrict __dest, const char *__restrict __src)

              ^~~~~~

/usr/include/string.h:132:14: error: storage class specified for parameter âstrncatâ

extern char *strncat (char *__restrict __dest, const char *__restrict __src,

              ^~~~~~~

/usr/include/string.h:136:12: error: storage class specified for parameter âstrcmpâ

extern int strcmp (const char *__s1, const char *__s2)

            ^~~~~~

/usr/include/string.h:139:12: error: storage class specified for parameter âstrncmpâ

……

 

…..

 

Thanks

srini


reply via email to

[Prev in Thread] Current Thread [Next in Thread]