On Thu, Apr 26, 2007 at 02:40:57PM +0200, Abdelrazak Younes wrote:
> I see that it's a CMake problem (because the file needs to be excluded
> from compilation) but I don't know how to fix it. AFAICS, the
> CMakeList.txt file is correct:
>
> list(REMOVE_ITEM mathed_sources
> ${TOP_SRC_DIR}/
I see that it's a CMake problem (because the file needs to be excluded
from compilation) but I don't know how to fix it. AFAICS, the
CMakeList.txt file is correct:
list(REMOVE_ITEM mathed_sources
${TOP_SRC_DIR}/src/mathed/InsetMathXYArrow.cpp
${TOP_SRC_DIR}/src/mathed/InsetFormu
InsetMathXYArrow.cpp
..\..\..\..\src\mathed\InsetMathXYArrow.cpp(33) : error C2259:
'lyx::InsetMathXYArrow' : cannot instantiate abstract class
due to following members:
'bool lyx::InsetBase::metrics(lyx::MetricsInfo &,lyx::Dimension
&) const' : is abstract
D:\devel\lyx\