Mailinglist Archive: opensuse-programming-de (174 mails)

< Previous Next >
Re: Qt3 Fehler beim Compilieren
  • From: David Haller <lists@xxxxxxxxxx>
  • Date: Mon, 19 Jan 2004 18:50:17 +0100
  • Message-id: <20040119175017.GA4169@xxxxxxxxxxxxxxxxxx>
Hallo,

Am Mon, 19 Jan 2004, Paul Mitterberger schrieb:
>Nun habe ich mein KDE auf 3.1.4 und Qt auf 3.2.3 umgestellt und zum Test, ob
>alles funktioniert das Hallo-Programm compilieren wollen. Das kam dabei
>raus:
> g++ -c -pipe -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -Wall -W -O2
>-march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -DQT_NO_DEBUG -DQT_SHARED
>-DQT_TABLET_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I/usr/include
>-I/usr/lib/qt3/include -o main.o main.cpp
>cc1plus: warning: changing search order for system directory "/usr/include"
>cc1plus: warning: as it has already been specified as a non-system directory
>g++ -o hello main.o -L/usr/lib/ -L/usr/lib/qt3/lib/ -L/usr/X11R6/lib/ -lqt
>-lXext -lX11 -lm
>/usr/lib/qt3/lib//libqt.so: undefined reference to `FT_Seek_Stream'

Mach mal ein 'ldd /usr/lib/qt3/lib/libqt.so'. Da wirst du wohl sehen,
dass die libfreetype benoetigt wird.

-dnh

--
90: WWW
Interaktives Echtzeit-Herumstochern in einer Informationssuppe.
(Jochem Huhmann)

< Previous Next >
Follow Ups
References