On 07/22/2012 01:20 PM, Scott Kostyshak wrote:
I am getting an assert on trunk. git bisect lead me to this commit.
I can reproduce with:
1. start a new document
2. ctrl+m to enter inline math mode
3. type "x"
4. undo
Confirmed.
I get the following:
lassert.cpp (35): ASSERTION undo.pars VIOLAT
I am getting an assert on trunk. git bisect lead me to this commit.
I can reproduce with:
1. start a new document
2. ctrl+m to enter inline math mode
3. type "x"
4. undo
I get the following:
lassert.cpp (35): ASSERTION undo.pars VIOLATED IN Undo.cpp:422
Assertion triggered in void lyx::doAssert(c
With gcc 4.7.0 on Fedora 17, I'm getting:
In file included from ../../../../boost/boost/config.hpp:44:0,
from ../../../../boost/boost/detail/workaround.hpp:41,
from ../../../../boost/boost/function.hpp:16,
from ../../../../src/frontends/Applicat
Am 20.07.2012 um 12:48 schrieb Edwin Leuven:
> On Jul 20, 2012, at 12:20 , Kornel Benko wrote:
>> Am Freitag, 20. Juli 2012 um 11:05:27, schrieb Edwin Leuven
>>
>> > there seems to be some problem with linking iconv though.
>>
>> What problems?
>
> i pasted the error message below.
>
> loo
Ronen Abravanel wrote:
> OK. I fixed it.
>
> (All the functions mentioned below are from Paragraph.cpp)
>
> It seems like there is a proper function to do it, getUChar, and I just had
> to call it from the proper place.
>
> I called it from latexSpecialChar, and it works, but in order to do so,