pingus-devel
[Top][All Lists]
Advanced

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

Re: Compiling Pingus


From: David Philippi
Subject: Re: Compiling Pingus
Date: Thu, 13 Jun 2002 20:47:37 +0200
User-agent: KMail/1.4.1

On Thursday 13 June 2002 18:45, Giray Devlet wrote:
>   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 ...

What compiler are you using?
The cleanest way should be an #include <cstdio> AFAIK.
BTW you may also try to reach via Jabber (address@hidden), then we could 
go through the compilation much faster.

Bye David




reply via email to

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