[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Probleme mit libqt



Torsten Schneider wrote:
On Tue, Mar 09, 2004 at 02:12:40PM +0100, Hanno Böttcher wrote:

  
Ich habe wirklich schon diverses ausprobiert, defacto sind die QT libs 
in der entsprechenden Version installiert:
    
Nicht ganz.

  
stamp@Nostromo:~/licq-20040221/plugins/qt-gui$ dpkg --list | grep libqt
ii  libqt3-compat- 3.2.1-5woody6  Qt 1.x and 2.x compatibility includes
ii  libqt3-headers 3.2.1-5woody6  Qt3 header files
ii  libqt3-i18n    3.2.1-5woody6  i18n files for Qt3 library
ii  libqt3-mt      3.2.1-5woody6  Qt GUI Library (Threaded runtime version)
ii  libqt3-mt-dev  3.2.1-5woody6  Qt development files (Threaded)
    
Es gibt noch ein Paket namens libqt3-dev.
  
Das macht nur leider keinen Unterschied ob ich die Multithreaded Version nehme oder die von Dir vorgeschlagene. Der Fehler bleibt derselbe.

Ansonsten ist ein Blick in das config.log, was von autoconf angelegt
wird, immer recht hilfreich.


Grüße, Torsten


  
Hier der entsprechende Ausschnit aus configure-log:

configure:17317: checking for QT >= 3.x
configure:17364: g++ -o conftest  -O2 -fno-exceptions -fno-check-new -Wall -I/usr/include/qt3  -I/usr/X11R6/include  -fPIC -DPIC -D_REENTRANT  -L/usr/X11R6/lib -L/usr/lib  conftest.cc -lqt-mt  -lSM -lICE -lX11 -lXext  >&5
/usr/lib/libqt-mt.so: undefined reference to `FT_Seek_Stream'
/usr/lib/libqt-mt.so: undefined reference to `FT_Get_Short'
/usr/lib/libqt-mt.so: undefined reference to `FT_Forget_Frame'
/usr/lib/libqt-mt.so: undefined reference to `FT_Access_Frame'
/usr/lib/libqt-mt.so: undefined reference to `FT_Get_Long'
collect2: ld returned 1 exit status
configure:17367: $? = 1
configure: failed program was:
| #line 17341 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "Licq-Qt-GUI"
| #define VERSION "1.2.8"
| #define PACKAGE "Licq-Qt-GUI"
| #define VERSION "1.2.8"
| #define INT_VERSION
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LOCALE_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_ERRLIST 1
| #define USE_SCRNSAVER 1
| /* end confdefs.h.  */
|
|       #include <qglobal.h>
|
| int
| main ()
| {
|
|       #if QT_VERSION < 210
|          choke me
|       #endif
|
|   ;
|   return 0;
| }
configure:17388: result: no
configure:17394: error:
      Sorry, but you need QT version 3.x or higher to compile the Qt gui plugin.




Zu welcher lib gehört denn die Funktion FT_Seek_Stream bzw. die anderen? Ich kenne mich da leider nicht aus.


MfG
Hanno

Reply to: