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