I'm using KDE 3.5 with Kdevelop, I've installed the KDE development, QT Development and C/C++ development patterns in YaST.
However every time I try to compile a program I get:
Quote:
*** Creating aclocal.m4
acinclude.m4:3699: the serial number must appear before any macro definition
acinclude.m4:3744: the serial number must appear before any macro definition
acinclude.m4:3789: the serial number must appear before any macro definition
acinclude.m4:5998: the serial number must appear before any macro definition
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
Makefile.am: required file `./INSTALL' not found
Makefile.am: `automake --add-missing' can install `INSTALL'
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
Makefile.am: required file `./AUTHORS' not found
gmake[1]: *** [cvs] Error 1
gmake: *** [all] Error 2
*** Exited with status: 2 ***
[/b]
|
Obviously something here isn't right and I haven't really found that it's happened to anyone else from googling. Anyone have any idea how to help this? The files "news", "readme" and "authors" exist so they appear to have been created, but in lower-case. But the file INSTALL doesn't exist at all
Oh and running "automake --add-missing" in the folder gives me:
Quote:
Makefile.am: installing `./INSTALL'; error while making link: Operation not permitted
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
Makefile.am: required file `./AUTHORS' not found
[/b]
|