On Sat, Jun 11, 2016 at 07:30:55PM -0400, Scott Kostyshak wrote:
> On Sun, Jun 12, 2016 at 12:23:18AM +0200, Kornel Benko wrote:
> > Am Samstag, 11. Juni 2016 um 18:12:20, schrieb Scott Kostyshak 
> > <skost...@lyx.org>
> > > > Attached is the diff to my config.h
> > > > There are clearly differences.
> > > > For instance the dest directory has to be "LYX_INSTALLED", not 
> > > > "/usr/local/lyx-master".
> > > > I would check (with message(STATUS ...)) where this value is set.
> > > 
> > > Sorry, I think I sent the wrong config.h. Attached is the correct one.
> > > It seems to be like yours.
> > > 
> > > I get the same error as I reported above.
> > > 
> > > Any other ideas?
> > 
> > Yes, try to set
> >     set(LYX_USE_STD_REGEX 0)
> > at CMakeLists.txt:268
> > 
> > Probably is the test for std::regex not good enough.
> 
> I changed it and I still get the same error. The change did seem to
> affect the REGEX setting correctly:
> $ diff config.h config_old.h
> 57c57
> < /* #undef LYX_USE_STD_REGEX */
> ---
> > #define LYX_USE_STD_REGEX 1
> 
> Scott

I get the same error with git ref 6e3a4ecf (from January) so I think the
issue could be with my version of mingw.

$ /usr/bin/i686-w64-mingw32-g++ --version
i686-w64-mingw32-g++ (GCC) 5.3.1 20160211
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ 

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to