Am 19.03.2015 um 14:35 schrieb Edwin Leuven <edwin.leu...@econ.uio.no>:

> hi guys,
> 
> merging cells is buggy here (2.1.3 on a mac)
> 
> first i merge the top-left two cells in a small, say 3x3, table
> 
> if i then merge this multicolumn cell with the remaining cell in the first row
> my table ends up all bonkers
> 
> see the attached screenshot
> 
> is this a known bug?
> 
> thanks, edwin
> 
> ps. does anyone know how to compile trunk with qt5 on a mac? 

I'm using the following script:
========================
#!/bin/sh
ARCH=x86_64
QtVersion=5.4.0
QtAPI=-cocoa
LyXSourceDir=lyx
LyXVersion=$(grep AC_INIT "${LyXSourceDir}"/configure.ac | cut -d, -f2 | tr -d 
" ()")
case "${LyXVersion}" in
2.2.*)
        WithQtDir="with-qt-dir"
        ;;
*)
        QtVersion=4.8.6
        WithQtDir="with-qt4-dir"
        ;;
esac
CC=cc CXX=c++ \
QtConfigureOptions="-debug-and-release" QtAPI=${QtAPI} QtVersion=${QtVersion} \
sh ${MKFLAGS} ${LyXSourceDir}/development/LyX-Mac-binary-release.sh \
        --with-sdkroot=10.8 --with-macosx-target=10.6 --with-arch=${ARCH} \
        
--${WithQtDir}=/Users/Shared/LyX/qt-${QtVersion}-frameworks${QtAPI}-${ARCH} \
        "$@"
========================

The folder /Users/Shared/LyX contains an untarred Qt-5.4.0 and an untarred 
Qt-4.8.6 source distribution.
The folder lyx contains the git checkout for LyX - either trunk or branch.

Stephan

Reply via email to