openSUSE Forums > Archives > SF Archives > ARCHIVES - Programming & Scripting » Kdevelop Failing To Build Kde Projects

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Programming & Scripting
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Programming & Scripting A place to discuss website design, programming, shell scripts, etc

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 23-Jan-2008, 16:26
HappySmileMan
Guest
 
Posts: n/a
Default

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]
  #2 (permalink)  
Old 07-Mar-2008, 18:19
scriptjunkie
Guest
 
Posts: n/a
Default

I was having this same problem and couldn't figure it out:

Quote:
Makefile.am: required file `./NEWS' not found
Makefile.am: required file `./README' not found
Makefile.am: required file `./AUTHORS' not found
[/b]
Chances are, it's a FAT or similar file system. I was not able to create a file with a name INSTALL, it would automatically make the name install, and likewise for any other files with all caps in their name. The automake tools will be case sensitive and won't find the files. Try on a ext3 filesystem or something like that. I know it sucks for windows compatibilty, but ya gotta do what ya gotta do.
 

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2