Uwe Stöhr wrote:

> Am 04.12.2015 um 20:53 schrieb Georg Baum:
> 
>> This is mot likely caused by an incomplete rebuild. Does it work if you
>> rebuild the projects that appear in the error messages (the first one I
>> could see was insets.lib)?
> 
> No this doesn't work. The first library with an error is biblio. Forcing
> its creation leads to the same errors as before:

biblio is not a library. It is a test program that only needs to be compiled 
if you want to run the source code unit tests. If you recompile only biblio, 
then it does not recompile the libs that it uses (e.g. support).

I searched through the whole source code and cmake config files, and did not 
find any place wher boost::regex is used directly. The only possibility 
would be that the preprocessor macros LYX_USE_STD_REGEX or LYX_USE_CXX11 
have the wrong value in some cases. Hwoever, seraching for these did not 
result in any relevant hit either.

I still believe that you have left overs from previous compilations. Please 
start again from an empty build directory and tell us the result.


Georg


Reply via email to