Re: Fw: QT-Frage !

From: erkaN <Selamsana(at)uni.de>
Date: Thu, 7 Jun 2001 11:58:16 +0000

Donnerstag, 7. Juni 2001 07:55 Tarihinde Roland Jesse demiski:

> setenv MANPATH /usr/X11R6/man:$MANPATH
> setenv LD_LIBRARY_PATH /usr/X11R6/lib:$LD_LIBRARY_PATH

danke, jetzt hab ich...

>
> a) Setze Dein $QTDIR zurück auf /usr/X11R6 und ändere in configure und
> den Makefiles alle Vorkommen von "-I$(QTDIR)/include" in
> "-I$(QTDIR)/include/qt2".

es ist wieder so:
setenv QTDIR /usr/X11R6
setenv PATH /usr/X11R6/bin:$PATH
setenv MANPATH /usr/X11R6/man:$MANPATH
setenv LD_LIBRARY_PATH /usr/X11R6/lib:$LD_LIBRARY_PATH

in Makefiles(Makefile, Makefile.in, Makefile.am, Makefile.cvs ) kommt nicht
ein mal QTDIR vor Search QTDIR, ergebnis; Pattern not found )
, nur in configure Datei kommt so vor:

..................
if test $kde_qtver = 2; then
   kde_qt_dirs="$QTDIR /usr/lib/qt2 /usr/lib/qt"
else
   kde_qt_dirs="$QTDIR /usr/lib/qt"
fi..........................

da brauche ich nichts zu ändern glaube ich

> Moc hat er gefunden wieder aber er hat irgend eine Problem wieder mit KDE
> headers...Aber was denn ??
<<<Sind sie denn installiert?

Wenn KDE instaliert ist, dann ist automatisch Headers auch instaliert, (
glaube ich weningstens ) Denn dieser Email wurde mit Kmail unter KDE
geschickt...

Ergebnisse:

rm config.cache
rm config.log

dann
./configure hat er bestanden:
make meckert immer noch..
....................
make all-recursive
Making all in kmago
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include
-I/usr/X11R6/include/qt2 -I/usr/X11R6/include -O2 -fno-exceptions
-fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -Wno-long-long -Wnon-virtual-dtor -fno-builtin -c
kdlgconfigure.cpp
kdlgconfigure.cpp:88: kdlgconfigure.moc: No such file or directory
*** Error code 1
........................

Config.log sieht so aus:
......................................
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:623: checking host system type
configure:644: checking target system type
configure:662: checking build system type
configure:721: checking for a BSD compatible install
configure:778: checking for -p flag to install
configure:801: checking whether build environment is sane
configure:839: checking whether make sets ${MAKE}
configure:885: checking for working aclocal
configure:898: checking for working autoconf
configure:911: checking for working automake
configure:924: checking for working autoheader
configure:937: checking for working makeinfo
configure:1043: checking for a C-Compiler
configure:1049: checking for gcc
configure:1155: checking whether the C compiler (gcc ) works
configure:1171: gcc -o conftest conftest.c 1>&5
configure:1197: checking whether the C compiler (gcc ) is a cross-compiler
configure:1202: checking whether we are using GNU C
configure:1314: checking how to run the C preprocessor
configure:1376: checking for a C++-Compiler
configure:1382: checking for g++
configure:1498: checking whether the C++ compiler (g++ ) works
configure:1519: rm -rf SunWS_cache; g++ -o conftest conftest.C 1>&5
configure:1545: checking whether the C++ compiler (g++ ) is a cross-compiler
configure:1550: checking whether we are using GNU C++
configure:1634: checking whether g++ supports -fno-exceptions
configure:1668: checking whether g++ supports -fno-check-new
configure:1707: checking whether g++ supports -Wno-long-long
configure:1739: checking whether g++ supports -Wnon-virtual-dtor
configure:1771: checking whether g++ supports -fno-builtin
configure:1816: checking whether g++ supports -fexceptions
configure:1851: checking whether g++ supports -frtti
configure:1940: checking how to run the C++ preprocessor
configure:2023: checking whether g++ supports -frepo
configure:2218: checking for ld used by GCC
configure:2286: checking if the linker (/usr/libexec/elf/ld) is GNU ld
configure:2303: checking for /usr/libexec/elf/ld option to reload object files
configure:2315: checking for BSD-compatible nm
configure:2353: checking whether ln -s works
configure:2374: checking how to recognise dependant libraries
configure:2689: checking for ranlib
configure:2756: checking for strip
configure:2928: checking for Cygwin environment
configure:2961: checking for mingw32 environment
ltconfig:676:checking for gcc option to produce PIC
ltconfig:685:checking that gcc PIC flag -fPIC -DPIC works.
ltconfig:747: checking if gcc static flag -static works
ltconfig:793: checking if gcc supports -c -o file.o
ltconfig:794: gcc -c -O2 -o out/conftest2.o conftest.c 1>&5
ltconfig:847: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:848: gcc -c -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c
1>&5
ltconfig:1326: checking if global_symbol_pipe works
ltconfig:1327: gcc -c -O2 conftest.c 1>&5
ltconfig:1330: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
ltconfig:1404: gcc -o conftest -O2 -fno-builtin -fno-rtti -fno-exceptions
conftest.c conftstm.o 1>&5
ltconfig:1788: checking for dlfcn.h
ltconfig:1827: checking whether a program can dlopen itself
ltconfig:1900: checking whether a statically linked program can dlopen itself
g++ -E conftest.cc
ltconfig:676:checking for g++ option to produce PIC
ltconfig:685:checking that g++ PIC flag -fPIC -DPIC works.
ltconfig:695: g++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
-Wnon-virtual-dtor -fno-builtin -fPIC -DPIC -DPIC conftest.cc 1>&5
ltconfig:747: checking if g++ static flag -static works
ltconfig:756: g++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-Wno-long-long -Wnon-virtual-dtor -fno-builtin -static conftest.cc 1>&5
ltconfig:793: checking if g++ supports -c -o file.o
ltconfig:794: g++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
-Wnon-virtual-dtor -fno-builtin -o out/conftest2.o conftest.cc 1>&5
ltconfig:847: checking if g++ supports -fno-rtti -fno-exceptions
ltconfig:848: g++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
-Wnon-virtual-dtor -fno-builtin -fno-rtti -fno-exceptions -c conftest.cc
conftest.cc 1>&5
ltconfig:1326: checking if global_symbol_pipe works
ltconfig:1327: g++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long
-Wnon-virtual-dtor -fno-builtin conftest.cc 1>&5
ltconfig:1330: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[
]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
ltconfig:1404: g++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall
-pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings
-Wno-long-long -Wnon-virtual-dtor -fno-builtin -fno-builtin -fno-rtti
-fno-exceptions conftest.cc conftstm.o 1>&5
ltconfig:1788: checking for dlfcn.h
ltconfig:1827: checking whether a program can dlopen itself
ltconfig:1900: checking whether a statically linked program can dlopen itself
configure:3108: checking for object suffix
configure:3134: checking for executable suffix
configure:3190: checking for msgfmt
configure:3224: checking for gmsgfmt
configure:3269: checking for xgettext
configure:3322: checking for main in -lcompat
configure:3359: checking for crypt in -lcrypt
configure:3452: checking for the third argument of getsockname
configure:3552: checking for dnet_ntoa in -ldnet
configure:3593: checking for dnet_ntoa in -ldnet_stub
configure:3634: checking for inet_ntoa
configure:3724: checking for connect
configure:3815: checking for remove
configure:3907: checking for shmat
configure:3997: checking for res_init
configure:4089: checking for killpg in -lucb
configure:4177: checking size of int
configure:4215: checking size of long
configure:4253: checking size of char *
configure:4293: checking for dlopen in -ldl
configure:4337: checking for shl_unload in -ldld
configure:4385: checking for extra includes
configure:4416: checking for extra libs
configure:4450: checking for libz
configure:4506: checking for X
configure:4792: checking for IceConnectionNumber in -lICE
configure:4840: checking for libXext
configure:4951: checking for libpng
configure:5013: checking for libjpeg6b
configure:5074: checking for libjpeg
configure:5277: checking for Qt
configure:5496: checking if Qt compiles without flags
configure:5646: checking for moc
configure:5711: checking for uic
configure:5795: checking for rpath
configure:5824: checking for KDE
configure:6000: checking for KDE paths
configure:6486: checking for dcopidl
configure:6546: checking for dcopidl2cpp
configure:6606: checking for mcopidl
configure:6666: checking for kdb2html
configure:6726: checking for artsc-config
configure:6786: checking for kde-config
configure:6960: checking for ANSI C header files
configure:7067: checking for math.h
configure:7067: checking for unistd.h
configure:7067: checking for stdlib.h
configure:7067: checking for sys/type.h
configure:7067: checking for regex.h
configure:7117: checking for setenv
configure:7117: checking for unsetenv
configure:7228: checking for dmalloc_shutdown in -ldmallocxx
configure:7309: checking if debian should be compiled
configure:7309: checking if kmago should be compiled
configure:7309: checking if po should be compiled
configure:7309: checking if rpm-specs should be compiled
..................................

Es geht mir nicht das Program Kwebget oder kmago....Für mich ist ja nur
interassent dass man unter FreeBSD auch source compilern kann, und das
program ist für mich egal, oder es spielt keine Rolle , ob das ein tolle oder
schjlechte Program ist...

Ich kann momentan durcheinander, und verliere langsam den blick... Kann keine
source mehr sehen...aber ich höre alles mit offenem Ohren zu...

danke

-- 
erkaN
--
The linux philosophy is laugh in the face of danger...
L. Torvalds
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 07 Jun 2001 - 11:50:35 CEST

search this site