Re: error: expected ')' before '*' token -- What is this ?
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 31 Jul 2007 16:34:32 GMT
In article <1185877907.240338.200860@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
Ram Prasad <ramprasad.ap@xxxxxxxxx> wrote:
gcc -g1 -Wall -I/usr/local/include/spf2 -I. -c mfunc.c
In file included from mfunc.c:1:
mfunc.c:42: error: expected ')' before '*' token
That is a very strange error message. If the files you have posted
are right, mfunc.c is not included in mfunc.c at line 1. Have you
omitted part of the error message? Or do you have a file mdef.h that
contains preprocessor output from some version of mfunc.c (perhaps
in /usr/local/include/spf2)? Check that the files all contain what
you expect them to.
-- Richard
--
"Consideration shall be given to the need for as many as 32 characters
in some alphabets" - X3.4, 1963.
.
- References:
- error: expected ')' before '*' token -- What is this ?
- From: Ram Prasad
- error: expected ')' before '*' token -- What is this ?
- Prev by Date: Re: Malcolm's new book
- Next by Date: Re: Unused arguments
- Previous by thread: Re: error: expected ')' before '*' token -- What is this ?
- Next by thread: Re: error: expected ')' before '*' token -- What is this ?
- Index(es):
Relevant Pages
|