Re: LyX crashes if preview svg

2009-11-18 Thread Manveru
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

Re: LyX crashes if preview svg

2009-11-17 Thread 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 Pavel I really appreciate it I tried to find d

Re: LyX crashes if preview svg

2009-11-17 Thread Pavel Sanda
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

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
>> >> 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),

Re: LyX crashes if preview svg

2009-11-13 Thread Abdelrazak Younes
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

Re: LyX crashes if preview svg

2009-11-13 Thread Waluyo Adi Siswanto
> 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

Re: LyX crashes if preview svg

2009-11-12 Thread Waluyo Adi Siswanto
> > 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

Re: LyX crashes if preview svg

2009-11-12 Thread Uwe Stöhr
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