Re: [pcre-dev] [Bug 867] "\w" no longer functions

Top Page
Delete this message
Author: Mart Goodall
Date:  
To: Sheri
CC: pcre-dev@exim.org
Subject: Re: [pcre-dev] [Bug 867] "\w" no longer functions
Microsoft VS2008 doesnt use cMake. I am actually building directly from projects (*.vcproj) but even the other approach is nMake.
I have found the Non-Unix-Use document (thanks) and just wading through it to see if there are any extra options required.
I have just subscribed to pcre dev so hopefully soon I will start seeing the dialog.
Fyi, I am on Win32 XP.
Many thanks
mart

-----Original Message-----
From: Sheri [mailto:silvermoonwoman@comcast.net]
Sent: Wednesday, July 29, 2009 9:42 AM
To: Mart Goodall
Cc: pcre-dev@???
Subject: Re: [pcre-dev] [Bug 867] "\w" no longer functions

Mart Goodall wrote:
> I didn't see any of this dialog - don't know why - thanks for forwarding the email.
> Basically, I am using Microsoft Visual Studio 2008 and so comments about cMake are not directly comparable although a good pointer where to look.
> I need to know/find what the main build difference recommendation is to see if there is a comparable change needed for VS2008.
> I did use a clean set of code/source dir though.
> Thx
> mart
>

You must be using an old version cMake. Recent versions do support
Visual Studio 9 2008 and Visual Studio 9 2008 Win64. You can configure
using cmake-gui instead of cmake-setup (Philip, cmake-gui needs to be
added to Non-Unix-Use). I recall some issues were reported about
building in Win64, but I think it was with the Google wrapper, not the
pcre library or pcretest. Not sure, you might have to build as 32bit if
in Win64.

Regards,
Sheri