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 , something like > ./configure (with prefix), make, sudo make install. > I have no idea about Qt, I guess this is the language to develop LyX, > maybe PyQt ? > Never try to do programming in Qt, Py or PyQt. I should learn ? > > 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). pavel