On Friday 31 March 2006 15:58, you wrote:
> Hi
>
> Today I tried to setup the Qt interface under Linux. Running FPC 2.0.2
> and latest Lazarus from SVN.  I followed the instructions given on the
> wiki.
> Downloaded the binary Qt bindings and placed the .so file in /usr/lib.
> Recompiled the LCL only for Qt in Lazarus.
> Created a new project (just a form, I am not sure what controls works
> yet), selected Qt as the GUI toolkit and tried to compile the app.
>
> This is the output in the Messages Window...
>
> Free Pascal Compiler version 2.0.2 [2005/12/07] for i386
> Copyright (c) 1993-2005 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling /tmp/project1.lpr
> Compiling unit1.pas
> Linking /tmp/project1
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QImageReader::setBackgroundColor(QColor const&)'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QPen::setMiterLimit(double)'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QImage::text(QString const&) const'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QWidget::setAutoFillBackground(bool)'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QProgressBar::setOrientation(Qt::Orientation)'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QWidget::autoFillBackground() const'
> /usr/bin/../lib/libqt4intf.so: undefined reference to
> `QIODevice::peek(long long)'
>
> < ...snip - this continued for about another 100 lines....>

seem that you don't have Qt 4.1 libs in your path, XXintfs.so is only c 
binding for Qt 4.1 libs ?!? 

cheers
        zac

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to