• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] kdevelop -- fehler

rup_111

Newbie
hey,

ich habe in kdevelop ein neues "hello world" c++ projekt angelegt
und wollte es unverändert kompilieren.

mein Problem : es kommen diese Meldungen :


Code:
aclocal
/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/lib3ds.m4:4: warning: underquoted definition of AM_PATH_LIB3DS
autoheader
automake
autoconf
Installation der Datei -c
checking whether build environment is sane... 
configure: error: ls -t appears to fail. Make sure there is not a broken
alias in your environment
configure: error: newly created file is older than distributed files!
Check your system clock
*** Beendet mit Status: 1 ***

ich hab schon etwas gelesen über ls -l und touch
um die zeit zu reparieren ---- aber welches file ?

mmm hat jemand einen idee was faul ist :?:

lg
 

scummos

Hacker
Hast du denn schon das gemacht was gcc dir sagt?
Schau mal mittels hwclock, ob deine Hardwareuhr stimmt und prüfe auch deine Systemuhr... dann erstelle am besten nochmal ein neues Projekt :)
Bzw. schau dir einfach mal die Modifikationszeiten der Dateien an... wenn die in der Zukunft liegen o.ä., hast du das Problem schon gefunden =)

Gruss Sven
 
OP
R

rup_111

Newbie
hey

hwclock - zeigt nichts ungewöhnliches
die datein :

23. Sep 02:23 aclocal.m4
-rw-r--r-- 1 rup users 15 23. Sep 02:23 AUTHORS
drwxr-xr-x 2 rup users 4096 23. Sep 02:23 autom4te.cache
-rw-r--r-- 1 rup users 0 23. Sep 02:23 ChangeLog
-rwxr--r-- 1 rup users 39923 23. Sep 02:23 config.guess
-rw-r--r-- 1 rup users 1447 23. Sep 02:23 config.h.in
-rwxr--r-- 1 rup users 29628 23. Sep 02:23 config.sub
-rwxr-xr-x 1 rup users 687227 23. Sep 02:23 configure
-rw-r--r-- 1 rup users 157 23. Sep 02:23 configure.in
-rw-r--r-- 1 rup users 18009 23. Sep 02:23 COPYING
drwxr-xr-x 2 rup users 4096 23. Sep 10:41 debug
-rwxr--r-- 1 rup users 12924 23. Sep 02:23 depcomp
-rw-r--r-- 1 rup users 10396 23. Sep 02:23 Doxyfile
-rw-r--r-- 1 rup users 6970 23. Sep 02:23 INSTALL
-rwxr--r-- 1 rup users 6315 23. Sep 02:23 install-sh
-rw-r--r-- 1 rup users 5461 23. Sep 02:57 ir.kdevelop
-rw-r--r-- 1 rup users 1214 23. Sep 02:57 ir.kdevelop.pcs
-rw-r--r-- 1 rup users 1300 23. Sep 02:57 ir.kdevses
-rw-r--r-- 1 rup users 182321 23. Sep 02:23 ltmain.sh
-rw-r--r-- 1 rup users 146 23. Sep 02:23 Makefile.am
-rw-r--r-- 1 rup users 61 23. Sep 02:23 Makefile.cvs
-rw-r--r-- 1 rup users 19114 23. Sep 10:41 Makefile.in
-rwxr--r-- 1 rup users 10270 23. Sep 02:23 missing
-rwxr--r-- 1 rup users 1988 23. Sep 02:23 mkinstalldirs
-rw-r--r-- 1 rup users 0 23. Sep 02:23 NEWS
-rw-r--r-- 1 rup users 0 23. Sep 02:23 README
drwxr-xr-x 2 rup users 4096 23. Sep 10:41 src
drwxr-xr-x 2 rup users 4096 23. Sep 02:23 templates
-rw-r--r-- 1 rup users 0 23. Sep 02:23 TODO

scheint alles zu stimmen ........

ich hab das projekt jetzt in einem anderen ordner angelegt und das problem tauchte nicht mehr auf ----

mmmmmmmmm ....... ??????

aber danke für die hilfe :)

lg
 
Oben