On Tuesday 11 December 2007 08:05:49 pm [EMAIL PROTECTED] 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@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to