2009/11/18 Waluyo Adi Siswanto :
>> >
>> > How I can fix this ?
>>
>> it looks the qt libraries are messed up in your system. try reinstalling
>> them.
>> the last possibility would be to compile qt locally in your home and link
>> lyx against them (some proper arg for configure).
>>
>
> Thanks Pa
> >
> > How I can fix this ?
>
> it looks the qt libraries are messed up in your system. try reinstalling them.
> the last possibility would be to compile qt locally in your home and link
> lyx against them (some proper arg for configure).
>
Thanks Pavel I really appreciate it
I tried to find d
Waluyo Adi Siswanto wrote:
> >>
> >> Here below: there is a message cannot mix incompatible Qt libraries?
> >
> > It appears so... Did you compile your own Qt? There is no backtrace here
> > because gdb does not know which Qt to use apparently...
> >
>
> I compiled LyX from the source to install
>>
>> Here below: there is a message cannot mix incompatible Qt libraries?
>
> It appears so... Did you compile your own Qt? There is no backtrace here
> because gdb does not know which Qt to use apparently...
>
I compiled LyX from the source to install , something like
./configure (with prefix),
Waluyo Adi Siswanto wrote:
If you are under Linux, start LyX with gdb at the commandline:
~Waluyo$ gdb lyx
~Waluyo$ run
... make LyX crash
~Waluyo$ bt
...copy and send to the development list what is displayed here...
Abdel.
Here below: there is a message cannot mix incompatible Qt l
> If you are under Linux, start LyX with gdb at the commandline:
>
> ~Waluyo$ gdb lyx
> ~Waluyo$ run
>
> ... make LyX crash
>
> ~Waluyo$ bt
>
> ...copy and send to the development list what is displayed here...
>
> Abdel.
>
Here below: there is a message cannot mix incompatible Qt libra
>
> I only have this in my lyxrc.dist file:
>
> \format "svg" "svg" "SVG" "" "inkscape --file=$$i" "inkscape --file=$$i"
> "vector"
> \converter "svg" "png" "inkscape --without-gui --file=$$i --export-png=$$o"
> ""
> \converter "svg" "pdf" "inkscape --file=$$i --export-area-drawing
> --without-gui
Waluyo Adi Siswanto schrieb:
I have followed the instructions in
http://wiki.lyx.org/Tips/UseInkscapeSVGImages
and add converter for EPS, so I have
SVG-EPS: inkscape $$i --export-eps=$$o" "
SVG-PDF: inkscape --export-area-drawing $$i --export-pdf=$$o
SVG-PNG: inkscape $$i --export-png=$$o" "
SVG