Hallo Leute,
bin neu hier und konnte leider keine Lösung zu meinem Problem finden. Ich möcht gerne umsteigen von VC++ nach KDevelop. Also habe ich Ubuntu 8.10 und KDevelop 3.5.3 installiert, mehrere Tutorials z.B.
http://www.beginning-kdevelop-programming.co.uk/
durchgelesen und scheiter, trotz Anleitung, am einfachen Hello World ☹
Beim Kompilieren erhalte ich folgende Fehlermeldungen:
There is no Makefile in this directory and no configure script for this project. Run automake & friends and configure first?
Hab mich dann für [Run them] entschieden.
Dann wird u.a.
This Makefile is only for the CVS repository This will be deleted before making the distribution
*** automake (GNU automake) 1.10.1 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
cd . && make -f admin/Makefile.common subdirs
*** Creating configure.files
*** Creating configure.in
cd . && make -f admin/Makefile.common configure.in ;
*** Creating aclocal.m4
acinclude.m4:3724: the serial number must appear before any macro definition
acinclude.m4:3769: the serial number must appear before any macro definition
acinclude.m4:3814: the serial number must appear before any macro definition
acinclude.m4:6022: the serial number must appear before any macro definition
. . .
*** Exited with status: 1 ***
gemeldet.
CVS kann ich bei der Projekterstellung nicht anwählen. hat da vielleicht jemand einen Tip?
Bis denn dann
AKtronik