Lucas Vickers
Mon, 23 Nov 2009 00:28:30 -0800
Hello, I am attempting to pull curlpp into my XCode project. I have two questions.
1 - What is the rational behind having (example from Types.hpp)
#include <utilspp/Functors.hpp>
#include "curlpp/global.h"
types of includes? It was always my impression that absolute path " "
includes were troublesome, and also I do not understand why the
directories utilspp or curlpp are specified? Shouldn't these
directories be added to the include path and then the files could be
pulled in by <Functors.hpp> and <global.h> ?
2 - In XCode, does anyone know how I can get the project to work with
the above mentioned include types? Currently I created two groups
curlpp and utilpp, have all the files in those groups, have added
"utilspp curlpp" to the projects header search paths but I am still
getting tons of file not found issues such as:
curlpp/Types.hpp:27:27: error: curlpp/global.h: No such file or
directory
even though "curlpp/Types.hpp" does in fact exist in the top folder of
my project.
many thanks!
Lucas
--
You received this message because you are subscribed to the Google Groups
"curlpp" group.
To post to this group, send email to cur...@googlegroups.com.
To unsubscribe from this group, send email to
curlpp+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/curlpp?hl=.