pingus-devel
[Top][All Lists]
Advanced

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

Re: Compiling Pingus


From: Giray Devlet
Subject: Re: Compiling Pingus
Date: Thu, 13 Jun 2002 18:45:56 +0200
User-agent: Mutt/1.2.5i

ok ...

  what would be the correct 

   extern "C" sscanf()
   extern "C" sprintf()

statements ...

  my compiler complains about them as 'implicit declaration'
I am amble to circumvent by decalring

extern "C" {
  #include <stdio.h>
}

but I guess thats not the cleanest way to do it ...

gd

... and David Philippi wrote:
(on Thu, Jun 13, 2002 at 11:01:18AM +0200 to be exact)

> On Thursday 13 June 2002 07:53, Giray Devlet wrote:
> >In file included from editor.cxx:26:
> > /usr/local/include/ClanLib/Display/Display/mousecursor_provider.h:56:
> > parse error before `&'
> 
> If you're getting error messages like this, just go to the line and look 
> what's used before an & there. Then you must just find out what the missing 
> include could be (accoriding to Ingo string in this case) and add it to the 
> file from where the error stems - editor.cxx in this case.
> It's not really hard and a error in ClanLib anyway.
> 
> Bye David
> 
> 
> _______________________________________________
> Pingus-Devel mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/pingus-devel



reply via email to

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