bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: compilation problems


From: Richard Stallman
Subject: Re: compilation problems
Date: Fri, 15 Feb 2002 03:36:49 -0700 (MST)

These error messages refer to a prior declaration.

    cc: Error: /usr/local/src/emacs-21.1/lib-src/../src/regex.c, line 5836: In 
the definition of the function "regcomp", the promoted type of preg is 
incompatible with the type of the corresponding parameter in a prior 
declaration. (promotmatch)
        regex_t *preg;
    ------------^
    cc: Error: /usr/local/src/emacs-21.1/lib-src/../src/regex.c, line 5837: In 
the definition of the function "regcomp", the promoted type of pattern is 
incompatible with the type of the corresponding parameter in a prior 
declaration. (promotmatch)
        const char *pattern;
    ---------------^

Can you find out where the prior declaration is?
Show it to us?



reply via email to

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