I ran qt4 demos and all right! Lazarus demos crash...<br><br>Attached is the backtrace of lazarus and ldd of lazarus example (hello).<br><br>I will update my lazarus to a recent snapshot...<br><br><br>Fabio Luis Girardi<br>
<br><br><div><span class="gmail_quote">2007/12/11, Den Jean <<a href="mailto:Den.Jean@telenet.be">Den.Jean@telenet.be</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tuesday 11 December 2007 08:05:49 pm <a href="mailto:papelhigienico@gmail.com">papelhigienico@gmail.com</a> wrote:<br>> Attached the script that build libqt4intf.so in FreeBSD (test)<br><br>try to run the demoes of c++ qt4
<br>e.g.<br>cd qt-x11-opensource-src-4.3.1/demos/textedit<br>./textedit<br><br><br>try to build the demo of the fpc qt4 bindings and run those<br><br>make sure you do not have 2 Qt's mixed in the library paths.<br>Although different versions are claimed to be compatible, a
<br>different ./configure by distrib vendor may even make a same<br>version a completely different Qt lib.<br><br>There is a help about in the bindings mainwindow demo that gives the Qt<br>version.<br><br>use ldd to find the the path of the used lib on your system
<br><br>ldd ./mainwindow | grep -i qt<br>        libqt4intf.so => /usr/lib/libqt4intf.so (0xb7d3f000)<br>        libQtCore.so.4 => /usr/lib/qt4/lib/libQtCore.so.4 (0xb7a6f000)<br>        libQtGui.so.4 => /usr/lib/qt4/lib/libQtGui.so.4 (0xb72b2000)
<br>_______________________________________________<br>fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal">
http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br></blockquote></div><br>