On Dec 3, 2:37 pm, jop <[email protected]> wrote: > Hey guys > how do I install curlpp on Ubuntu 9.04? I already compiled it with ./ > configure and sudo make install! Now if I compile the first example in > my IDE Code::Blocks i get this error: ‘curlpp’ has not been declared > How do I fix it?
Well, you need to specify to CodeBlocks to include header files from / usr/local/include (usually it's the directory where it is installed) -- You received this message because you are subscribed to the Google Groups "curlpp" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/curlpp?hl=en.
