[Lazarus] QT binding works!

Gustavo Enrique Jimenez gejimenez at gmail.com
Sat Nov 14 16:40:22 CET 2009


2009/11/14 zeljko <zeljko at holobit.net>:
> On Saturday 14 November 2009 01:35, David Emerson wrote:
>> I've done all this, but at the very beginning of the compilation, I get:
>>
>> make[2]: *** [../../units/i386-linux/qt] Error 1
>>
>> and it gives up.
>>
>> Using debian stable, kde 3.5.9/10. Tried with the packaged lazarus
>> 0.9.28.2-0 as well as svn
>>
>> $ /sbin/ldconfig -p | grep qt
>>         libqt4intf.so.5 (libc6) => /usr/local/lib/libqt4intf.so.5
>>         libqt4intf.so (libc6) => /usr/local/lib/libqt4intf.so
>>         libqtmcop.so.1 (libc6) => /usr/lib/libqtmcop.so.1
>>         libqt-mt.so.3 (libc6) => /usr/lib/libqt-mt.so.3
>>         libdbus-qt-1.so.1 (libc6) => /usr/lib/libdbus-qt-1.so.1
>>         libavahi-qt3.so.1 (libc6) => /usr/lib/libavahi-qt3.so.1
>>
>
> You don't have Qt4 libs installed. As I can see you have properly installed
> libqt4intf.so.XX but not Qt4 libs (only Qt3 is inside).
> Don't know what should be dpkg command, but under rpm distro :
> rpm -qa | grep qt shows all packages contains qt ... so try that to see what
> you have inside.
>
> zeljko

In my Debian/stable I have libqt4-core and libqt4-dev, not sure if
this will solve your problem.

Install with

apt-get install libqt4-core libqt4-dev  (as root)

Gustavo


>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>




More information about the Lazarus mailing list