[Regex] Boost.Regex - can't compile/link...

Hey there,
I am trying to compile a very simple example program that I copied from the
boost getting started guide for windows (after successfully running a bjam
complete build). BTW: I am using the gcc compiler within the Code::Blocks
IDE on Windows XP.
Here is the code, just in case:
==========================================================
#include

On Feb 2, 2011, at 10:45 AM, Robert Pennington wrote:
I'm not familiar with Windows or the IDE you're using, but the error indicates to me that the tool is not finding the boost/regex headers. Do you see an error message 'File not found' associated with the header include? Do you have your boost home directory in your include path however your IDE does it? Cheers Mike
participants (3)
-
Michael Muratet
-
Robert Pennington
-
Steven Watanabe