PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : qt-x11-3.1.0 make error


deathb
28.11.02, 20:02
make[3]: Entering directory `/tmp/qt-x11-free-3.1.0/examples/action/toggleacti on'

make[3]: Nothing to be done for `first'.

make[3]: Leaving directory `/tmp/qt-x11-free-3.1.0/examples/action/toggleactio n'

cd addressbook && qmake -spec /tmp/qt-x11-free-3.1.0/mkspecs/linux-g++ -o Mak efile

qmake: invalid option -- c

Usage: qmake [options] [target] ...

Options:

-b, -m Ignored for compatibility.

-C DIRECTORY, --directory=DIRECTORY

Change to DIRECTORY before doing anything.

-d Print lots of debugging information.

--debug[=FLAGS] Print various types of debugging information.

-e, --environment-overrides

Environment variables override makefiles.

-f FILE, --file=FILE, --makefile=FILE

Read FILE as a makefile.

-h, --help Print this message and exit.

-i, --ignore-errors Ignore errors from commands.

-I DIRECTORY, --include-dir=DIRECTORY

Search DIRECTORY for included makefiles.

-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.

-k, --keep-going Keep going when some targets can't be made.

-l [N], --load-average[=N], --max-load[=N]

Don't start multiple jobs unless load is below N

.

-n, --just-print, --dry-run, --recon

Don't actually run any commands; just print them

.

-o FILE, --old-file=FILE, --assume-old=FILE

Consider FILE to be very old and don't remake it

.

-p, --print-data-base Print make's internal database.

-q, --question Run no commands; exit status says if up to date.

-r, --no-builtin-rules Disable the built-in implicit rules.

-R, --no-builtin-variables Disable the built-in variable settings.

-s, --silent, --quiet Don't echo commands.

-S, --no-keep-going, --stop

Turns off -k.

-t, --touch Touch targets instead of remaking them.

-v, --version Print the version number of make and exit.

-w, --print-directory Print the current directory.

--no-print-directory Turn off -w, even if it was turned on implicitly

.

-W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE

Consider FILE to be infinitely new.

--warn-undefined-variables Warn when an undefined variable is referenced.



Report bugs to <bug-make@gnu.org>.



# Make data base, printed on Thu Nov 28 18:01:43 2002



# Variables



# environment

OLDPWD = /tmp/qt-x11-free-3.1.0/examples

# environment

HOME = /root

# environment

PWD = /tmp/qt-x11-free-3.1.0/examples/addressbook

# environment

HUSHLOGIN = FALSE

# environment

EVERSION = 0.16.5

# environment

XAUTHORITY = /home/deathb/.Xauthority

# environment

EBIN = /usr/local/enlightenment/bin

# environment

ETHEME = /usr/local/enlightenment/themes/BlueSteel

# environment

_ = /usr/bin/qmake

# environment

ECONFDIR = /home/deathb/.enlightenment

# environment

COLORTERM_BCE = Eterm

# environment

MACHTYPE = i686-pc-linux-gnu

# environment

USER = deathb

# environment

SHELL = /bin/sh

# environment

MANPATH = /usr/local/qt/doc/man:/usr/local/qt/doc/man:

# environment

ETERM_VERSION = 0.9.1

# environment

MAKEFLAGS = w

# environment

HOSTTYPE = i686

# environment

MAKELEVEL = 3

# environment

QTDIR = /usr/local/qt

# environment

MFLAGS = -w

# environment

EROOT = /usr/local/enlightenment

# environment

HOSTNAME = deathb

# environment

HZ = 100

# environment

WINDOWID = 8388663

# environment

TERM = Eterm

# environment

LOGNAME = deathb

# environment

DISPLAY = :0.0

# environment

SHLVL = 6

# environment

COLORFGBG = 15;default;0

# environment

EPID = 148

# environment

ETERM_THEME_ROOT = /home/deathb/.Eterm/themes/Eterm

# environment

OSTYPE = linux-gnu

# environment

INPUTRC = /etc/inputrc

# environment

ETERM_USER_ROOT = /home/deathb/.Eterm/themes/Eterm

# environment

COLORTERM = Eterm

# default

MAKECMDGOALS := /tmp/qt-x11-free-3.1.0/mkspecs/linux-g++

# environment

ECACHEDIR = /home/deathb/.enlightenment

# environment

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

/bin

# 39 variables in 523 hash buckets.

# average of 0.1 variables per bucket, max 2 in one bucket.



# Directories





# No files, no impossibilities in 0 directories.



# Implicit Rules



# No implicit rules.



# Pattern-specific variable values



# No pattern-specific variable values.



# Files



# Not a target:

/tmp/qt-x11-free-3.1.0/mkspecs/linux-g++:

# Command-line target.

# Implicit rule search has not been done.

# Modification time never checked.

# File has not been updated.



# 1 files in 1007 hash buckets.

# average 0.001 files per bucket, max 1 files in one bucket.



# VPATH Search Paths



# No `vpath' search paths.





# No general (`VPATH' variable) search path.



# Finished Make data base on Thu Nov 28 18:01:43 2002



make[2]: *** [addressbook/Makefile] Error 2

make[2]: Leaving directory `/tmp/qt-x11-free-3.1.0/examples'

make[1]: *** [sub-examples] Error 2

make[1]: Leaving directory `/tmp/qt-x11-free-3.1.0'

make: *** [init] Error 2





hat jemand eine idee ?

Thomas Mitzkat
28.11.02, 21:27
QTDIR = /usr/local/qt

das sollte auf das neue verzeichnis zeigen, du benutzt somit auch eine falsche qmake version!

cd /tmp/blabla
export QTDIR=/tmp/blabla
./configure blabla
make

deathb
29.11.02, 15:43
ups, hatte mein altes qt in /usr/loca/qt .....das neue lag noch auf meiner daten partition