I need a regular expression library so, I downloaded PCRE. I installed it using firstly ./configure, then "sudo make install" and it seems to have been installed correctly.
But when I make a C++ command line tool in Xcode 3.0, I type "#include <pcre.h>" but it says it can't find the file? Can anyone tell me what am I doing wrong?
But when I make a C++ command line tool in Xcode 3.0, I type "#include <pcre.h>" but it says it can't find the file? Can anyone tell me what am I doing wrong?