Guillaume Munch wrote:
> commit 670efa8f646218f2a378f0cc614c4c37a9f6b89a
> Author: Guillaume Munch <g...@lyx.org>
> Date:   Sun Jun 19 03:39:38 2016 +0100
> 
>     Rationalise includes
>     
>     Modifying TexRow.h or texstream.h no longer triggers the recompilation of 
> the
>     complete source tree.

I guess this one is related (make check):
  CXX    check_layout-check_layout.o
  tests/check_layout.cpp: In function 'bool test_Layout(const string&, const 
string&)':
  tests/check_layout.cpp:61:35: error: invalid use of incomplete type 
'std::ofstream {aka struct std::basic_ofstream<char>}'
  /usr/include/c++/4.6/iosfwd:116:11: error: declaration of 'std::ofstream {aka 
struct std::basic_ofstream<char>}'
  tests/check_layout.cpp:66:17: error: aggregate 'std::ostringstream oss' has 
incomplete type and cannot be defined
  tests/check_layout.cpp:68:21: error: variable 'std::istringstream iss' has 
initializer but incomplete type
  tests/check_layout.cpp:90:19: error: aggregate 'std::ostringstream osstest' 
has incomplete type and cannot be defined

p

Reply via email to