Re: error: expected ')' before '*' token -- What is this ?



On Jul 31, 7:33 pm, Mark Bluemel <mark_blue...@xxxxxxxxx> wrote:
Ram Prasad wrote:
We still need the definitions for all the SPF_*_t types, particularly,
SPF_result_t and SPF_request_t.

But these are standard header files

No - they are part of a specific package. Nothing standard about them as
far as the C language goes.

I do wonder whether you'd get better help about developing with this
package by posting to a forum specifically for it, rather than a general
C newsgroup. Looking here <http://www.libspf2.org/support.html> suggests
some possibilities.

But that is not a group of programmers. I simply wanted to know what
this error means
error: expected ')' before '*' token

Definetly it loooks like a syntax error , but there is absolutely no
error on that line
If I comment out the entire function and its declaration , then I dont
get this error. I just declare this function , without even defining
the code for it and gcc gives me this stupid error




.



Relevant Pages

  • Re: 2 Ada 95/05 language design questions
    ... declaration of abstract subprograms within the private part of a ... tagged type to be declared in the same or child packages than to have ... In Ada 95 it seems silly to have to with in the package where the ... reference has to be repeated every time the classwide subprogram is ...
    (comp.lang.ada)
  • Shared variable cannot be declared before the protected type body
    ... Since the availability of PROTECTED SHARED variables in VHDL I have been ... PACKAGE errcount_pkg IS ... declaration from containing both a protected type declaration and a ...
    (comp.lang.vhdl)
  • Re: TAudioIO SNAFU, arrgh ak, splutter.
    ... I may need to do a re-installination of Delphi 7. ... Put the component in a package of its own and then compile and install that package. ... So FPaused is declared in an ancestor of whatever class is declaring this published property? ... You'll get that by looking at the declaration of TBufferEvent; ctrl+click on that identifier in the OnFillBuffer property declaration you quoted above. ...
    (alt.comp.lang.borland-delphi)
  • Re: losing data on socket
    ... >>that it lives in the package 'main'. ... Yes, alright, it is a forward declaration. ... > The program has LOTS of lexicals. ... Perl gives you a lot of ways organizing your data and variables in such ...
    (comp.lang.perl.misc)
  • Re: FAQ 7.15 How do I create a static variable?
    ... > declaration at the outer scope level at the top of the file. ... Better just to refer to them as private persistant ... distiction the FAQ shows only one way the whole thing gets a lot simpler. ... is unrelated to the package. ...
    (comp.lang.perl.misc)