[fpc-pascal] Lazarus + Qt4 in FreeBSD
papelhigienico at gmail.com
papelhigienico at gmail.com
Wed Dec 12 12:24:02 CET 2007
I ran qt4 demos and all right! Lazarus demos crash...
Attached is the backtrace of lazarus and ldd of lazarus example (hello).
I will update my lazarus to a recent snapshot...
Fabio Luis Girardi
2007/12/11, Den Jean <Den.Jean at telenet.be>:
>
> On Tuesday 11 December 2007 08:05:49 pm papelhigienico at gmail.com wrote:
> > Attached the script that build libqt4intf.so in FreeBSD (test)
>
> try to run the demoes of c++ qt4
> e.g.
> cd qt-x11-opensource-src-4.3.1/demos/textedit
> ./textedit
>
>
> try to build the demo of the fpc qt4 bindings and run those
>
> make sure you do not have 2 Qt's mixed in the library paths.
> Although different versions are claimed to be compatible, a
> different ./configure by distrib vendor may even make a same
> version a completely different Qt lib.
>
> There is a help about in the bindings mainwindow demo that gives the Qt
> version.
>
> use ldd to find the the path of the used lib on your system
>
> ldd ./mainwindow | grep -i qt
> libqt4intf.so => /usr/lib/libqt4intf.so (0xb7d3f000)
> libQtCore.so.4 => /usr/lib/qt4/lib/libQtCore.so.4 (0xb7a6f000)
> libQtGui.so.4 => /usr/lib/qt4/lib/libQtGui.so.4 (0xb72b2000)
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20071212/a5e71fe9/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: backtraces.txt
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20071212/a5e71fe9/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ldd.txt
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20071212/a5e71fe9/attachment-0001.txt>
More information about the fpc-pascal
mailing list