I've put it in.

ATM, with cmake the linker call of check_layout fails as follows:

Undefined symbols for architecture x86_64:
  "lyx::alignmentToCSS(lyx::LyXAlignment)", referenced from:
      lyx::Layout::makeDefaultCSS() constin Layout.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status

Stephan

Am 23.08.2013 um 07:47 schrieb Stephan Witt <sw...@lyx.org>:

> The branch, kill-tex2lyx-define, has been updated.
> 
> - Log -----------------------------------------------------------------
> 
> commit ed55131e8a83bfa9c70dcb89b4e836f3af546d52
> Author: Stephan Witt <sw...@lyx.org>
> Date:   Fri Aug 23 07:46:35 2013 +0200
> 
>    Split the encoding stuff and move the static helper methods to the new 
> class BufferEncodings.

> -----------------------------------------------------------------------
> 
> Summary of changes:
> configure.ac                 |    2 +-
> src/Buffer.cpp               |    4 +-
> src/BufferEncoding.cpp       |  124 ++++++++++++++++++++
> src/BufferEncoding.h         |   44 +++++++
> src/Encoding.cpp             |  259 ++++++++++++++++++-----------------------
> src/Encoding.h               |   33 +++---
> src/Makefile.am              |    2 +
> src/Paragraph.cpp            |    4 +-
> src/mathed/InsetMathChar.cpp |    4 +-
> src/tex2lyx/CMakeLists.txt   |    2 -
> src/tex2lyx/Makefile.am      |    2 +-
> 11 files changed, 309 insertions(+), 171 deletions(-)
> create mode 100644 src/BufferEncoding.cpp
> create mode 100644 src/BufferEncoding.h


Reply via email to