> Hello, > > I'm trying to build apr-1.4.6 with apr-util-1.4.1 and apr-iconv-1.2.1 > using Developer Studio 2010. I'm getting this error: > > apr_dbd_freetds.c(48): fatal error C1083: Cannot open include file: > 'regex.h': No such file or directory > > I loaded and converted aprutil.dsw into Dev Studio. > > I looked at pcre-8.3, but did not find regex.h. Am I missing some other > third party library? I could not find regex.h anywhere under > apr/apr-util/apr-iconv. And I don't believe it is part of Dev Studio 2010. > > Thanks for the help. > >
I don't know APR, but <regex.h> is known to be a header file for the GNU regular expressions library. Steven J. Hathaway
