Walter Landry wrote:
Debian Lenny AMD64.
g++ 4.3.2

Cheers,
Walter Landry
wlan...@caltech.edu
_______________________________________________
cURLpp mailing list
cURLpp@rrette.com
http://www.rrette.com/mailman/listinfo/curlpp

I'm using 4.3.2 as well on lenny/sid.

This patch worked for me too with a few changes to get the examples to compile.

Problem is when I go to compile a program I get the following errors.

g++ -O2 -Wall qotd.cpp -o qotd -DHAVE_CONFIG_H -lcurlpp -lboost_regex-mt -lvmime
In file included from qotd.cpp:8:
/usr/local/include/curlpp/cURLpp.hpp:32:41: error: curlpp/internal/buildconfig.h: No such file or directory
In file included from qotd.cpp:9:
/usr/local/include/curlpp/Easy.hpp:29:42: error: curlpp/internal/CurlHandle.hpp: No such file or directory /usr/local/include/curlpp/Easy.hpp:30:42: error: curlpp/internal/OptionList.hpp: No such file or directory
In file included from /usr/local/include/curlpp/Easy.hpp:32,
                from qotd.cpp:9:
/usr/local/include/curlpp/Option.hpp:29:47: error: curlpp/internal/OptionContainer.hpp: No such file or directory
In file included from qotd.cpp:8:

There are a lot of errors following these but I think they are related.

I'd appreciate any help on this.

Cheer,
Brad


_______________________________________________
cURLpp mailing list
cURLpp@rrette.com
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to