cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] cURLpp 0.5.2 is out!

From: Peteris Krumins [Newsgroups] <pknewsgroups_at_gmail.com>
Date: Sun, 31 Jul 2005 19:40:44 +0300

Nazario Cipriani wrote:

> Jean-Philippe Barrette-LaPierre wrote:
>
>> On July 30, 2005 05:52 am, Nazario Cipriani wrote:
>>
>>> Hi!
>>>
>>> Cannot compile this Version!
>>>
>>> In SList.cpp the include "config.h" cannot be opened.
>>> There is no config.h.
>>>
>>
>>
>> I just verified and it's in the archive. Shat's the message? can you
>> send a list of contained files?
>
>
> This are the include statements in SList.cpp:
>
> #include "config.h"
>
> #if HAVE_OSTREAM
> #include <ostream>
> #else
> #include <ostream.h>
> #endif
>
> #include <string.h>
> #include <string>
>
> #include "config.h"
> #include "SList.hpp"
>
> Why "config.h" is included twice?

This problem can only be if you are compiling on windows, since you do
not run configure on windows.
Just remove the config.h from includes and where you have a check for
HAVE_OSTREAM, leave
#include <ostream> since ostream.h is depriciates.

P.Krumins
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-07-31

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET