Page 1 of 1

CEGUI_USE_PCRE_REGEX = false doesnt work

Posted: Sat Sep 04, 2010 08:49
by Playerdark
I just got the latest version and try to compile it. Since I dont have pcre and dont really care alot about fighting one of those cryptic linuxsourcepackages I set CEGUI_USE_PCRE_REGEX = false in the lua config file as described in the comment, but CEGUIPCRERegexMatcher still compiles and creates a file not found error for the pcre include file

Re: CEGUI_USE_PCRE_REGEX = false doesnt work

Posted: Sun Sep 05, 2010 09:30
by CrazyEddie
Stupid question, but did you regenerate the solution after changing the option?

CE.