rars

K

kimi

blub
hallo leute,

hat hier noch jemand RARS installiert, den vorgänger von TORCS, oder es mal versucht? Mich würde es nämlich echt mal reizen, dieses Spiel auszuprobieren, nur um halt mal das zu sehen, ohne großen hintergrund. Herunterladen kann man einen Source noch, jedoch keine Pakete mehr.
Ich bekomme schon Fehlermeldungen beim ./configure und wollte jetzt mal fragen ob es jemand schon versucht hat. ich habe kubuntu gutsy laufen.

grüße

kimi
 
Poste bitte deine Fehlermeldung, dann kann dir sicherlich weitergeholfen werden.

Edit:
Hab eben mit Fedora 7 getestet der schmeißt keinen Fehler raus scheint also keine abhängigkeiten mit irgend welchen Programmversionen zu geben.


Hast du alle wichtigen Compiler etc. , denn das ist ja bei Ubuntu nicht vorinstalliert?
 
Zuletzt bearbeitet:
@kartoffel200:
danke,
ich habe die build-essentials installiert, die hierfür ja nötig wären. Die Fehlermeldung ist jedoch eine andere:
Code:
 ...
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

Mein Problem:
ich habe die qt-pakete alle installiert (zumindest laut ubuntuusers.de).:
Folgende Pakete müssen installiert [1] werden:
Code:
    *

      libqt4-core
    *

      libqt4-dev
    *

      qt4-dev-tools (universe, [2])
    *

      qt4-designer
    *

      qt4-doc

Nun weiß ich halt nicht, was ich in diesem fall machen soll? weil versionsprobleme sollte es ja eigentlich mit ">= 3.0.3" nicht geben...

falls noch mehr infos gebraucht werden, dann bitte melden.

In der Installationslanleitung finde ich folgendes:
A. configure does not find QT
-----------------------------
You can force the place of QT by defining for example
> QTDIR=/usr/lib/qt2
Rerun then "configure"

Jedoch peil ich da nicht ganz durch, auch wenn das wahrscheinlich mein problem ist. könnte mir das jemand erklären?

config.log:

Code:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ./configure 

## ---------- ##
## Platform.  ##
## ---------- ##

hostname = Sebastian
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Tue Feb 12 07:42:25 UTC 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

## ------------ ##
## Core tests.  ##
## ------------ ##

configure:1162: PATH=".;."; conftest.sh
./configure: 1169: conftest.sh: not found
configure:1165: $? = 127
configure:1207: checking build system type
configure:1225: result: i686-pc-linux-gnu
configure:1235: checking host system type
configure:1249: result: i686-pc-linux-gnu
configure:1259: checking target system type
configure:1273: result: i686-pc-linux-gnu
configure:1317: checking for a BSD compatible install
configure:1366: result: /usr/bin/install -c
configure:1380: checking for -p flag to install
configure:1393: result: yes
configure:1404: checking whether build environment is sane
configure:1447: result: yes
configure:1468: checking for mawk
configure:1483: found /usr/bin/mawk
configure:1491: result: mawk
configure:1501: checking whether make sets ${MAKE}
configure:1521: result: yes
configure:1646: checking for style of include used by make
configure:1673: result: GNU
configure:1794: checking for gcc
configure:1809: found /usr/bin/gcc
configure:1817: result: gcc
configure:2045: checking for C compiler version
configure:2048: gcc --version </dev/null >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2051: $? = 0
configure:2053: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2056: $? = 0
configure:2058: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2061: $? = 1
configure:2081: checking for C compiler default output
configure:2084: gcc     conftest.c  >&5
configure:2087: $? = 0
configure:2116: result: a.out
configure:2121: checking whether the C compiler works
configure:2127: ./a.out
configure:2130: $? = 0
configure:2145: result: yes
configure:2152: checking whether we are cross compiling
configure:2154: result: no
configure:2157: checking for executable suffix
configure:2159: gcc -o conftest     conftest.c  >&5
configure:2162: $? = 0
configure:2184: result: 
configure:2190: checking for object suffix
configure:2208: gcc -c    conftest.c >&5
configure:2211: $? = 0
configure:2230: result: o
configure:2234: checking whether we are using the GNU C compiler
configure:2255: gcc -c    conftest.c >&5
configure:2258: $? = 0
configure:2261: test -s conftest.o
configure:2264: $? = 0
configure:2276: result: yes
configure:2282: checking whether gcc accepts -g
configure:2300: gcc -c -g  conftest.c >&5
configure:2303: $? = 0
configure:2306: test -s conftest.o
configure:2309: $? = 0
configure:2319: result: yes
configure:2346: gcc -c    conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2349: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2449: checking dependency style of gcc
configure:2511: result: gcc3
configure:2520: checking how to run the C preprocessor
configure:2546: gcc -E  conftest.c
configure:2552: $? = 0
configure:2579: gcc -E  conftest.c
configure:2576:28: error: ac_nonexistent.h: No such file or directory
configure:2585: $? = 1
configure: failed program was:
#line 2575 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2622: result: gcc -E
configure:2637: gcc -E  conftest.c
configure:2643: $? = 0
configure:2670: gcc -E  conftest.c
configure:2667:28: error: ac_nonexistent.h: No such file or directory
configure:2676: $? = 1
configure: failed program was:
#line 2666 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2791: checking for g++
configure:2806: found /usr/bin/g++
configure:2814: result: g++
configure:2829: checking for C++ compiler version
configure:2832: g++ --version </dev/null >&5
g++ (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2835: $? = 0
configure:2837: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2840: $? = 0
configure:2842: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:2845: $? = 1
configure:2848: checking whether we are using the GNU C++ compiler
configure:2869: g++ -c    conftest.cc >&5
configure:2872: $? = 0
configure:2875: test -s conftest.o
configure:2878: $? = 0
configure:2890: result: yes
configure:2896: checking whether g++ accepts -g
configure:2914: g++ -c -g  conftest.cc >&5
configure:2917: $? = 0
configure:2920: test -s conftest.o
configure:2923: $? = 0
configure:2933: result: yes
configure:2973: g++ -c    conftest.cc >&5
configure:2976: $? = 0
configure:2979: test -s conftest.o
configure:2982: $? = 0
configure:3004: g++ -c    conftest.cc >&5
configure: In function 'int main()':
configure:2997: error: 'exit' was not declared in this scope
configure:3007: $? = 1
configure: failed program was:
#line 2992 "configure"
#include "confdefs.h"

int
main ()
{
exit (42);
  ;
  return 0;
}
configure:2973: g++ -c    conftest.cc >&5
configure:2976: $? = 0
configure:2979: test -s conftest.o
configure:2982: $? = 0
configure:3004: g++ -c    conftest.cc >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3037: checking dependency style of g++
configure:3099: result: gcc3
configure:3630: checking whether g++ supports -fno-exceptions
configure:3660: rm -rf SunWS_cache; g++ -o conftest -O2   -fno-exceptions   conftest.cc  1>&5
configure:3663: $? = 0
configure:3666: test -s conftest
configure:3669: $? = 0
configure:3687: result: yes
configure:3698: checking whether g++ supports -fno-check-new
configure:3728: rm -rf SunWS_cache; g++ -o conftest -O2   -fno-exceptions -fno-check-new   conftest.cc  1>&5
configure:3731: $? = 0
configure:3734: test -s conftest
configure:3737: $? = 0
configure:3755: result: yes
configure:3766: checking whether g++ supports -fexceptions
configure:3796: rm -rf SunWS_cache; g++ -o conftest -O2   -fno-exceptions -fno-check-new -fexceptions   conftest.cc  1>&5
configure:3799: $? = 0
configure:3802: test -s conftest
configure:3805: $? = 0
configure:3823: result: yes
configure:4364: checking how to run the C++ preprocessor
configure:4386: g++ -E  conftest.cc
configure:4392: $? = 0
configure:4419: g++ -E  conftest.cc
configure:4416:28: error: ac_nonexistent.h: No such file or directory
configure:4425: $? = 1
configure: failed program was:
#line 4415 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4462: result: g++ -E
configure:4477: g++ -E  conftest.cc
configure:4483: $? = 0
configure:4510: g++ -E  conftest.cc
configure:4507:28: error: ac_nonexistent.h: No such file or directory
configure:4516: $? = 1
configure: failed program was:
#line 4506 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4604: checking whether g++ supports -frepo
configure:4634: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -frepo   conftest.cc  1>&5
In file included from <built-in>:0:
<built-in>:0: warning: -frepo must be used with -c
configure:4637: $? = 0
configure:4640: test -s conftest
configure:4643: $? = 0
configure:4661: result: yes
configure:4867: checking for ld used by GCC
configure:4931: result: /usr/bin/ld
configure:4940: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.18
configure:4952: result: yes
configure:4956: checking for /usr/bin/ld option to reload object files
configure:4963: result: -r
configure:4972: checking for BSD-compatible nm
configure:5007: result: /usr/bin/nm -B
configure:5011: checking for a sed that does not truncate output
configure:5087: result: 
configure:5090: checking whether ln -s works
configure:5094: result: yes
configure:5101: checking how to recognise dependant libraries
configure:5288: result: pass_all
configure:5421: checking for dlfcn.h
configure:5431: gcc -E  conftest.c
configure:5437: $? = 0
configure:5456: result: yes
configure:5469: checking the maximum length of command line arguments
configure:5517: result: 32768
configure:5525: checking command to parse /usr/bin/nm -B output from gcc object
configure:5610: gcc -c -O2    conftest.c >&5
configure:5613: $? = 0
configure:5617: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/  /p' \> conftest.nm
configure:5620: $? = 0
configure:5672: gcc -o conftest -O2     conftest.c conftstm.o >&5
configure:5675: $? = 0
configure:5713: result: ok
configure:5717: checking for objdir
configure:5732: result: .libs
configure:5815: checking for ranlib
configure:5830: found /usr/bin/ranlib
configure:5839: result: ranlib
configure:5889: checking for strip
configure:5904: found /usr/bin/strip
configure:5913: result: strip
configure:6170: checking if gcc static flag  works
configure:6193: result: yes
configure:6207: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6231: result: no
configure:6246: checking for gcc option to produce PIC
configure:6399: result: -fPIC
configure:6406: checking if gcc PIC flag -fPIC works
configure:6430: result: yes
configure:6454: checking if gcc supports -c -o file.o
configure:6495: result: yes
configure:6520: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7293: result: yes
configure:7315: checking whether -lc should be explicitly linked in
configure:7320: gcc -c -O2    conftest.c >&5
configure:7323: $? = 0
configure:7337: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7340: $? = 0
configure:7352: result: no
configure:7358: checking how to hardcode library paths into programs
configure:7382: result: immediate
configure:7396: checking whether stripping libraries is possible
configure:7401: result: yes
configure:7408: checking dynamic linker characteristics
configure:7850: result: GNU/Linux ld.so
configure:7875: checking for shl_load
configure:7912: gcc -o conftest -O2     conftest.c  >&5
/tmp/cca3dJIi.o: In function `main':
conftest.c:(.text+0x16): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:7915: $? = 1
configure: failed program was:
#line 7881 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_load (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char shl_load ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_shl_load) || defined (__stub___shl_load)
choke me
#else
f = shl_load;
#endif

  ;
  return 0;
}
configure:7931: result: no
configure:7936: checking for shl_load in -ldld
configure:7963: gcc -o conftest -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:7966: $? = 1
configure: failed program was:
#line 7944 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char shl_load ();
int
main ()
{
shl_load ();
  ;
  return 0;
}
configure:7983: result: no
configure:7988: checking for dlopen
configure:8025: gcc -o conftest -O2     conftest.c  >&5
/tmp/ccOXDtDv.o: In function `main':
conftest.c:(.text+0x16): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:8028: $? = 1
configure: failed program was:
#line 7994 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dlopen ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_dlopen) || defined (__stub___dlopen)
choke me
#else
f = dlopen;
#endif

  ;
  return 0;
}
configure:8044: result: no
configure:8049: checking for dlopen in -ldl
configure:8076: gcc -o conftest -O2     conftest.c -ldl   >&5
configure:8079: $? = 0
configure:8082: test -s conftest
configure:8085: $? = 0
configure:8096: result: yes
configure:8236: checking whether a program can dlopen itself
configure:8308: gcc -o conftest -O2    -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:8304: warning: incompatible implicit declaration of built-in function 'exit'
configure:8311: $? = 0
configure:8328: result: yes
configure:8333: checking whether a statically linked program can dlopen itself
configure:8405: gcc -o conftest -O2    -DHAVE_DLFCN_H  -Wl,--export-dynamic  conftest.c -ldl  >&5
configure: In function 'main':
configure:8401: warning: incompatible implicit declaration of built-in function 'exit'
configure:8408: $? = 0
configure:8425: result: yes
configure:8447: checking if libtool supports shared libraries
configure:8449: result: yes
configure:8452: checking whether to build shared libraries
configure:8473: result: yes
configure:8476: checking whether to build static libraries
configure:8480: result: no
configure:8559: creating libtool
configure:9277: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:9922: result: yes
configure:9938: g++ -c -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
configure:9941: $? = 0
configure:10041: checking for g++ option to produce PIC
configure:10277: result: -fPIC
configure:10284: checking if g++ PIC flag -fPIC works
configure:10308: result: yes
configure:10332: checking if g++ supports -c -o file.o
configure:10373: result: yes
configure:10398: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10420: result: yes
configure:10442: checking whether -lc should be explicitly linked in
configure:10447: g++ -c -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
configure:10450: $? = 0
configure:10464: g++ -shared -nostdlib  conftest.o   -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:10467: $? = 1
configure:10479: result: yes
configure:10485: checking how to hardcode library paths into programs
configure:10509: result: immediate
configure:10523: checking whether stripping libraries is possible
configure:10528: result: yes
configure:10535: checking dynamic linker characteristics
configure:10977: result: GNU/Linux ld.so
configure:11002: checking for shl_load
configure:11058: result: no
configure:11063: checking for shl_load in -ldld
configure:11110: result: no
configure:11115: checking for dlopen
configure:11171: result: no
configure:11176: checking for dlopen in -ldl
configure:11223: result: yes
configure:11363: checking whether a program can dlopen itself
configure:11455: result: yes
configure:11460: checking whether a statically linked program can dlopen itself
configure:11552: result: yes
configure:11984: checking if gcj supports -fno-rtti -fno-exceptions
configure:12008: result: no
configure:12023: checking for gcj option to produce PIC
configure:12176: result: -fPIC
configure:12183: checking if gcj PIC flag -fPIC works
configure:12207: result: no
configure:12231: checking if gcj supports -c -o file.o
configure:12272: result: no
configure:12297: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:13070: result: yes
configure:13092: checking whether -lc should be explicitly linked in
configure:13097: gcj -c -O2    conftest.java >&5
eval: 1: gcj: not found
configure:13100: $? = 127
configure:13129: result: yes
configure:13135: checking how to hardcode library paths into programs
configure:13159: result: immediate
configure:13173: checking whether stripping libraries is possible
configure:13178: result: yes
configure:13185: checking dynamic linker characteristics
configure:13627: result: GNU/Linux ld.so
configure:13652: checking for shl_load
configure:13708: result: no
configure:13713: checking for shl_load in -ldld
configure:13760: result: no
configure:13765: checking for dlopen
configure:13821: result: no
configure:13826: checking for dlopen in -ldl
configure:13873: result: yes
configure:14013: checking whether a program can dlopen itself
configure:14105: result: yes
configure:14110: checking whether a statically linked program can dlopen itself
configure:14202: result: yes
configure:15134: checking for msgfmt
configure:15161: result: /usr/bin/msgfmt
configure:15170: checking for gmsgfmt
configure:15199: result: /usr/bin/msgfmt
configure:15215: checking for xgettext
configure:15242: result: /usr/bin/xgettext
configure:15320: checking for ANSI C header files
configure:15334: gcc -E  conftest.c
configure:15340: $? = 0
configure:15427: gcc -o conftest -O2     conftest.c  >&5
configure: In function 'main':
configure:15419: warning: incompatible implicit declaration of built-in function 'exit'
configure:15430: $? = 0
configure:15432: ./conftest
configure:15435: $? = 0
configure:15448: result: yes
configure:15464: checking for sys/types.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for sys/stat.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for stdlib.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for string.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for memory.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for strings.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for inttypes.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for stdint.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15464: checking for unistd.h
configure:15476: gcc -c -O2    conftest.c >&5
configure:15479: $? = 0
configure:15482: test -s conftest.o
configure:15485: $? = 0
configure:15495: result: yes
configure:15511: checking for main in -lutil
configure:15531: gcc -o conftest -O2     conftest.c -lutil   >&5
configure:15534: $? = 0
configure:15537: test -s conftest
configure:15540: $? = 0
configure:15551: result: yes
configure:15557: checking for main in -lcompat
configure:15577: gcc -o conftest -O2     conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:15580: $? = 1
configure: failed program was:
#line 15565 "configure"
#include "confdefs.h"

int
main ()
{
main ();
  ;
  return 0;
}
configure:15597: result: no
configure:15604: checking for crypt in -lcrypt
configure:15631: gcc -o conftest -O2     conftest.c -lcrypt   >&5
configure:15634: $? = 0
configure:15637: test -s conftest
configure:15640: $? = 0
configure:15651: result: yes
configure:15729: checking for socklen_t
configure:15762: g++ -c -O2 -fno-exceptions -fno-check-new  conftest.cc >&5
configure:15765: $? = 0
configure:15768: test -s conftest.o
configure:15771: $? = 0
configure:15826: result: socklen_t
configure:15846: checking for dnet_ntoa in -ldnet
configure:15873: gcc -o conftest -O2     conftest.c -ldnet   >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:15876: $? = 1
configure: failed program was:
#line 15854 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dnet_ntoa ();
int
main ()
{
dnet_ntoa ();
  ;
  return 0;
}
configure:15893: result: no
configure:15900: checking for dnet_ntoa in -ldnet_stub
configure:15927: gcc -o conftest -O2     conftest.c -ldnet_stub   >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:15930: $? = 1
configure: failed program was:
#line 15908 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dnet_ntoa ();
int
main ()
{
dnet_ntoa ();
  ;
  return 0;
}
configure:15947: result: no
configure:15954: checking for inet_ntoa
configure:15991: gcc -o conftest -O2     conftest.c  >&5
configure:15994: $? = 0
configure:15997: test -s conftest
configure:16000: $? = 0
configure:16010: result: yes
configure:16068: checking for connect
configure:16105: gcc -o conftest -O2     conftest.c  >&5
configure:16108: $? = 0
configure:16111: test -s conftest
configure:16114: $? = 0
configure:16124: result: yes
configure:16183: checking for remove
configure:16220: gcc -o conftest -O2     conftest.c  >&5
configure:16223: $? = 0
configure:16226: test -s conftest
configure:16229: $? = 0
configure:16239: result: yes
configure:16299: checking for shmat
configure:16336: gcc -o conftest -O2     conftest.c  >&5
configure:16339: $? = 0
configure:16342: test -s conftest
configure:16345: $? = 0
configure:16355: result: yes
configure:16420: checking for res_init
configure:16457: gcc -o conftest -O2     conftest.c  >&5
/tmp/ccCXuIAh.o: In function `main':
conftest.c:(.text+0x16): undefined reference to `res_init'
collect2: ld returned 1 exit status
configure:16460: $? = 1
configure: failed program was:
#line 16426 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char res_init (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char res_init ();
char (*f) ();

int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_res_init) || defined (__stub___res_init)
choke me
#else
f = res_init;
#endif

  ;
  return 0;
}
configure:16476: result: no
configure:16504: gcc -o conftest -O2     conftest.c   -lresolv >&5
configure:16507: $? = 0
configure:16510: test -s conftest
configure:16513: $? = 0
configure:16534: checking for killpg in -lucb
configure:16561: gcc -o conftest -O2     conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:16564: $? = 1
configure: failed program was:
#line 16542 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char killpg ();
int
main ()
{
killpg ();
  ;
  return 0;
}
configure:16581: result: no
configure:16648: checking for int
configure:16669: gcc -c -O2    conftest.c >&5
configure:16672: $? = 0
configure:16675: test -s conftest.o
configure:16678: $? = 0
configure:16688: result: yes
configure:16691: checking size of int
configure:16855: gcc -o conftest -O2     conftest.c  >&5
configure:16858: $? = 0
configure:16860: ./conftest
configure:16863: $? = 0
configure:16879: result: 4
configure:16885: checking for long
configure:16906: gcc -c -O2    conftest.c >&5
configure:16909: $? = 0
configure:16912: test -s conftest.o
configure:16915: $? = 0
configure:16925: result: yes
configure:16928: checking size of long
configure:17092: gcc -o conftest -O2     conftest.c  >&5
configure:17095: $? = 0
configure:17097: ./conftest
configure:17100: $? = 0
configure:17116: result: 4
configure:17122: checking for char *
configure:17143: gcc -c -O2    conftest.c >&5
configure:17146: $? = 0
configure:17149: test -s conftest.o
configure:17152: $? = 0
configure:17162: result: yes
configure:17165: checking size of char *
configure:17329: gcc -o conftest -O2     conftest.c  >&5
configure:17332: $? = 0
configure:17334: ./conftest
configure:17337: $? = 0
configure:17353: result: 4
configure:17359: checking for char
configure:17380: gcc -c -O2    conftest.c >&5
configure:17383: $? = 0
configure:17386: test -s conftest.o
configure:17389: $? = 0
configure:17399: result: yes
configure:17402: checking size of char
configure:17566: gcc -o conftest -O2     conftest.c  >&5
configure:17569: $? = 0
configure:17571: ./conftest
configure:17574: $? = 0
configure:17590: result: 1
configure:17596: checking for dlopen in -ldl
configure:17643: result: yes
configure:17652: checking for shl_unload in -ldld
configure:17679: gcc -o conftest -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:17682: $? = 1
configure: failed program was:
#line 17660 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char shl_unload ();
int
main ()
{
shl_unload ();
  ;
  return 0;
}
configure:17699: result: no
configure:17728: checking for X
configure:17766: gcc -E  conftest.c
configure:17772: $? = 0
configure:17858: gcc -o conftest -O2     conftest.c -lXt  >&5
configure:17861: $? = 0
configure:17864: test -s conftest
configure:17867: $? = 0
configure:18011: result: libraries /usr/lib, headers .
configure:18040: checking for IceConnectionNumber in -lICE
configure:18067: gcc -o conftest -O2     -L/usr/lib conftest.c -lICE  -lresolv  >&5
configure:18070: $? = 0
configure:18073: test -s conftest
configure:18076: $? = 0
configure:18087: result: yes
configure:18097: checking for libXext
configure:18129: gcc -o conftest -O2     -L/usr/lib  conftest.c -lXext -lX11  -lresolv >&5
configure:18132: $? = 0
configure:18135: test -s conftest
configure:18138: $? = 0
configure:18154: result: yes
configure:18167: checking for Xinerama
configure:18234: result: no
configure:18277: checking for pthread_create in -lpthread
configure:18304: gcc -o conftest -O2     conftest.c -lpthread   >&5
configure:18307: $? = 0
configure:18310: test -s conftest
configure:18313: $? = 0
configure:18324: result: yes
configure:18620: checking for extra includes
configure:18647: result: no
configure:18651: checking for extra libs
configure:18678: result: no
configure:18681: checking for libz
configure:18712: gcc -o conftest -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib  -lz  -lresolv >&5
configure:18715: $? = 0
configure:18718: test -s conftest
configure:18721: $? = 0
configure:18742: result: -lz
configure:18752: checking for libpng
configure:18791: gcc -o conftest -O2   -I.   -D_REENTRANT  conftest.c  -L/usr/lib  -lpng -lz -lm -lX11  -lresolv >&5
configure:18794: $? = 0
configure:18797: test -s conftest
configure:18800: $? = 0
configure:18822: result: -lpng -lz -lm
configure:18831: checking for libjpeg6b
configure:18874: gcc -o conftest -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib  -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
configure:18877: $? = 1
configure: failed program was:
#line 18848 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
struct jpeg_decompress_struct;
typedef struct jpeg_decompress_struct * j_decompress_ptr;
typedef int size_t;
#ifdef __cplusplus
extern "C" {
#endif
    void jpeg_CreateDecompress(j_decompress_ptr cinfo,
                                    int version, size_t structsize);
#ifdef __cplusplus
}
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */

int
main ()
{
jpeg_CreateDecompress(0L, 0, 0);
  ;
  return 0;
}
configure:18902: result: no
configure:18905: checking for libjpeg
configure:18948: gcc -o conftest -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib  -ljpeg -lm >&5
configure:18951: $? = 0
configure:18954: test -s conftest
configure:18957: $? = 0
configure:18973: result: -ljpeg
configure: 18992: /usr/include/jpeglib.h
taking that
configure:19145: checking for Qt
configure: 19207: /usr/lib/qt3/include/qstyle.h
configure: 19207: /usr/lib/qt3/qstyle.h
configure: 19207: /usr/lib/qt/include/qstyle.h
configure: 19207: /usr/lib/qt/qstyle.h
configure: 19207: /usr/local/qt/include/qstyle.h
configure: 19207: /usr/include/qt/qstyle.h
configure: 19207: /usr/include/qstyle.h
configure: 19207: /usr/X11R6/include/X11/qt/qstyle.h
configure: 19207: /usr/X11R6/include/qt/qstyle.h
configure: 19207: /usr/X11R6/include/qt2/qstyle.h
configure: 19207: ./qstyle.h
tried NO
tried /usr/lib/qt3/lib
tried /usr/lib/qt3
tried /usr/lib/qt/lib
tried /usr/lib/qt
tried /usr/X11R6/lib
configure:19312: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions -fno-check-new -INO -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib -L/usr/lib   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lresolv -lpthread 1>&5
conftest.cc:2:21: error: qglobal.h: No such file or directory
conftest.cc:3:26: error: qapplication.h: No such file or directory
conftest.cc:4:21: error: qcursor.h: No such file or directory
conftest.cc:5:27: error: qstylefactory.h: No such file or directory
conftest.cc:6:34: error: private/qucomextra_p.h: No such file or directory
conftest.cc:8:2: error: #error 1
conftest.cc: In function 'int main()':
conftest.cc:12: error: 'QStyleFactory' was not declared in this scope
conftest.cc:12: error: expected `;' before '::' token
conftest.cc:13: error: 'QCursor' was not declared in this scope
conftest.cc:13: error: expected `;' before 'c'
configure:19315: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 303)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:19354: error: Qt (>= Qt 3.0.3) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

## ----------------- ##
## Cache variables.  ##
## ----------------- ##

ac_cv_build='i686-pc-linux-gnu'
ac_cv_build_alias='i686-pc-linux-gnu'
ac_cv_c_compiler_gnu='yes'
ac_cv_cxx_compiler_gnu='yes'
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_connect='yes'
ac_cv_func_dlopen='no'
ac_cv_func_inet_ntoa='yes'
ac_cv_func_remove='yes'
ac_cv_func_res_init='no'
ac_cv_func_shl_load='no'
ac_cv_func_shmat='yes'
ac_cv_have_dlfcn='yes'
ac_cv_have_qt='have_qt=no'
ac_cv_have_xinerama='no'
ac_cv_header_dlfcn_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_memory_h='yes'
ac_cv_header_stdc='yes'
ac_cv_header_stdint_h='yes'
ac_cv_header_stdlib_h='yes'
ac_cv_header_string_h='yes'
ac_cv_header_strings_h='yes'
ac_cv_header_sys_stat_h='yes'
ac_cv_header_sys_types_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_host='i686-pc-linux-gnu'
ac_cv_host_alias='i686-pc-linux-gnu'
ac_cv_lib_ICE_IceConnectionNumber='yes'
ac_cv_lib_compat_main='no'
ac_cv_lib_crypt_crypt='yes'
ac_cv_lib_dl_dlopen='yes'
ac_cv_lib_dld_shl_load='no'
ac_cv_lib_dld_shl_unload='no'
ac_cv_lib_dnet_dnet_ntoa='no'
ac_cv_lib_dnet_stub_dnet_ntoa='no'
ac_cv_lib_jpeg_6b='no'
ac_cv_lib_jpeg_normal='-ljpeg'
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_pthread_pthread_create='yes'
ac_cv_lib_ucb_killpg='no'
ac_cv_lib_util_main='yes'
ac_cv_lib_z='-lz'
ac_cv_objext='o'
ac_cv_path_GMSGFMT='/usr/bin/msgfmt'
ac_cv_path_MSGFMT='/usr/bin/msgfmt'
ac_cv_path_XGETTEXT='/usr/bin/xgettext'
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK='mawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC='gcc'
ac_cv_prog_ac_ct_CXX='g++'
ac_cv_prog_ac_ct_RANLIB='ranlib'
ac_cv_prog_ac_ct_STRIP='strip'
ac_cv_prog_cc_g='yes'
ac_cv_prog_cxx_g='yes'
ac_cv_prog_make_make_set='yes'
ac_cv_sizeof_char='1'
ac_cv_sizeof_char_p='4'
ac_cv_sizeof_int='4'
ac_cv_sizeof_long='4'
ac_cv_socklen_t='socklen_t'
ac_cv_target='i686-pc-linux-gnu'
ac_cv_target_alias='i686-pc-linux-gnu'
ac_cv_type_char='yes'
ac_cv_type_char_p='yes'
ac_cv_type_int='yes'
ac_cv_type_long='yes'
am_cv_CC_dependencies_compiler_type='gcc3'
am_cv_CXX_dependencies_compiler_type='gcc3'
kde_cv_have_libXext='yes'
kde_cv_have_x='have_x=yes          kde_x_includes=. kde_x_libraries=/usr/lib'
kde_cv_prog_cxx_fexceptions='yes'
kde_cv_prog_cxx_fno_check_new='yes'
kde_cv_prog_cxx_fno_exceptions='yes'
kde_cv_prog_cxx_frepo='yes'
lt_cv_deplibs_check_method='pass_all'
lt_cv_dlopen='dlopen'
lt_cv_dlopen_libs='-ldl'
lt_cv_dlopen_self='yes'
lt_cv_dlopen_self_static='yes'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.6.1.so'
lt_cv_ld_reload_flag='-r'
lt_cv_objdir='.libs'
lt_cv_path_LD='/usr/bin/ld'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED='/bin/sed'
lt_cv_prog_compiler_c_o='yes'
lt_cv_prog_compiler_c_o_CXX='yes'
lt_cv_prog_compiler_c_o_GCJ='no'
lt_cv_prog_compiler_rtti_exceptions='no'
lt_cv_prog_gnu_ld='yes'
lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'"'"
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'"'"' -e '"'"'s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'"'"
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^. .* \(.*\)$/extern int \1;/p'"'"
lt_cv_sys_max_cmd_len='32768'
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '"'"'s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'"'"'"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '"'"'s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'"'"' -e '"'"'s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'"'"'"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '"'"'s/^. .* \\(.*\\)\$/extern int \\1;/p'"'"'"'

## ------------ ##
## confdefs.h.  ##
## ------------ ##

#define PACKAGE "rars"
#define VERSION "0.90"
#ifdef __cplusplus
#include <stdlib.h>
#endif
#define HAVE_TEMPLATE_REPOSITORY 1
#define HAVE_DLFCN_H 1
#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_CRYPT 1
#define ksize_t socklen_t
#define HAVE_RES_INIT 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_CHAR_P 4
#define SIZEOF_CHAR 1
#define HAVE_LIBZ 1
#define HAVE_LIBPNG 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPTHREAD 1


configure: exit 1

viele grüße und danke schonmal,

kimi
 
Dein Problem ist einfach, dass du kein dev-Paket von QT3 installiert hast.

Code:
sudo apt-get install libqt3-mt-dev
 
@ bitmuncher:
sorry, ich hatte vergessen zu erwähnen, dass dieses paket bereits installiert ist, es geht bei meiner liste um die auf ubuntuusers.de aufgelisteten pakete.

aber wenn es in der INSTALL heißt

A. configure does not find QT
-----------------------------
You can force the place of QT by defining for example
> QTDIR=/usr/lib/qt2
Rerun then "configure"
dann muss es doch zumindest die möglichkeit geben, genau dieses problem zu beheben? mein problem ist vA wo ich das
Code:
> QTDIR=/usr/lib/qt2
"place"n soll? soll ich das dem configure oder ähnlichem beibringen? Wiegesagt blicke ich da nicht so ganz durch...

grüße

kimi
 
QTDIR wird als Umgebungsvariable gesetzt. Einfach auf der Konsole, auf der du kompilierst ein 'export QTDIR=/ordner/zu/den/qtlibs' machen.
 
einfach vor ich das ./configure mache das eintippen? oder in die bashrc einfügen?

und den pfad mit whereis rausfinden is kein problem, aber es sind ja verschiedene pakete, die natürlich alle ihren eigenen pfad haben. oder gibt es einen zentralen ordner, in dem alle qtlibs gespeichert sind?

viele grüße

kimi
 
Da du es nur temporär brauchst, reicht es das export vor dem configure auszuführen. In die .bashrc müssen nur Umgebungsvariablen, die dauerhaft benötigt werden. Im Normal sollte bei Ubuntu die QTDIR /usr gültig sein, das aber eigentlich automatisch gefunden werden sollte, weswegen mich das ein wenig verwundert. Was gibt 'dpkg -l | grep qt3' bei dir aus?
 
@bitmuncher:
dpkg -l grep qt3:
Code:
seba@Sebastian:~$ dpkg -l | grep qt3
ii  libavahi-qt3-1                             0.6.20-2ubuntu3.3                    Avahi Qt3 integration library
ii  libqt3-headers                             3:3.3.8really3.3.7-0ubuntu11.1       Qt3 header files
ii  libqt3-mt                                  3:3.3.8really3.3.7-0ubuntu11.1       Qt GUI Library (Threaded runtime version), V
ii  libqt3-mt-dev                              3:3.3.8really3.3.7-0ubuntu11.1       Qt development files (Threaded)
ii  libqt4-qt3support                          4.3.2-0ubuntu3.2                     Qt 3 compatibility library for Qt 4
ii  python-qt3                                 3.17.3-2ubuntu3                      Qt3 bindings for Python
ii  qt3-dev-tools                              3:3.3.8really3.3.7-0ubuntu11.1       Qt3 development tools

grüße

kimi

ps: ich habe export QTDIR=/usr/ vor dem configure ausgeführt, und es kam die gleiche meldung. oder war ich nur zu dumm und du meintest ein unterverzeichnis von /usr?
 

Ähnliche Themen

OpenSUSE 13.2, gallium-nine, mesa, wine

Squid als RPCoHTTPS Proxy für Outlook Anywhere

Debian squeeze, Webmin, Samba Freigaben

Projektvorstellung Open Source Browserspiele Demos

Suche PCI Grafikkarte

Zurück
Oben