KDE Needs Automake >= 1.6.1 -- I have 1.11


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users KDE Needs Automake >= 1.6.1 -- I have 1.11
# 1  
Old 10-12-2009
KDE Needs Automake >= 1.6.1 -- I have 1.11

Hi,

I'm on Fedora-11-x86_64 with KDevelop 3.5.4. I have automake 1.11 installed, but when I attempt to run automake and friends on a new project I get:
*** YOU'RE USING automake (GNU automake) 1.11
*** KDE requires automake 1.6.1 or newer


I reported(KDevelop) the error Bug: 210084
Answer: wontfix

Does anybody can help? I have to keep on with my job(SW develop).

Thanks.
# 2  
Old 10-13-2009
Why do you not wish to update your version of automake?
# 3  
Old 10-13-2009
Quote:
Originally Posted by fpmurphy
Why do you not wish to update your version of automake?
Please, correct me if I'm wrong:
(GNU automake) 1.11 is newer than automake 1.6.1
To what update I should go? How?
Thanks.
# 4  
Old 10-13-2009
You are correct -- it is newer. This would be a bug in kdevelop's automake scripts.

Linking to your actual bug report would have been helpful. Here's the report where they tell you they're not going to fix that version of KDevelop since it's too old, uses KDE3, and is unmaintained. This implies the existence of a newer kdevelop that is maintained and uses KDE4. Time to upgrade your desktop to KDE4. Or downgrade automake to 1.6.x.

This is far from the first time automake has flagrantly broken itself, though. It's also bloated itself beyond dreams of bloat. You might be better off with makefiles and DDD than an all-singing all-dancing automake-based monstrosity. Automake does to make what MS Word does to HTML.

Last edited by Corona688; 10-13-2009 at 06:39 PM..
# 5  
Old 10-13-2009
Quote:
Automake does to make what MS Word does to HTML.
Corona, I have to agree with you on that point.

Quote:
Why do you not wish to update your version of automake?
Lucilio, I should have been clearer on my answer. Sorry. I really meant to say
update (downgrade?) your build system to use automake 1.6.1.
# 6  
Old 10-14-2009
Ok,
It is dificult: KDevelp4 should not be used for production code. May be it could be better to stay on my Qt3 Creator, and wait for KDevelop4/Qt4 that will come with Fedora13. It's a shame. I'll try to test Kdevelop4 and I accept sugestions/comments.
Thanks.
# 7  
Old 10-14-2009
Quote:
Originally Posted by lucelio
Ok,
It is dificult: KDevelp4 should not be used for production code.
Don't mistake the IDE for the compiler. They both use gcc. The quality of your code has little to do with what particular text editor it's written in.

If you're so worried, why not downgrade automake?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Compiling automake-1.15 in Solaris 10 SPARC

Hi there. I have unzipped automake-1.15.tar.gz into a directory on my HDD that has Solaris 10 SPARC OS installed inside a SUN/Oracle SPARC server. I can configure automake-1.15 successfully but when I try to compile automake-1.15 using 'make command, I have the following error message.. ... (4 Replies)
Discussion started by: alphatron150
4 Replies

2. Shell Programming and Scripting

automake distclean does work, but distcheck gives error

When I run autogen.sh(the auto hell stuffs+configure) and type "make distclean", I get a proper result(which can be built). However, when running autogen.sh and then "make distcheck", I get an error: ... rm -f Makefile ERROR: files left in build directory after distclean: ./src/MediaPlayer.c... (2 Replies)
Discussion started by: Tal500
2 Replies

3. Shell Programming and Scripting

using automake and autoconf with C++

hi, I have written the Makefile.am and autoconf.ac files and am looking to build my project by providing the following commands: $autoreconf -f -i -m $./configure both of the above work fine, but when I give the make command, I get the following error: make all-am make: Entering directory... (0 Replies)
Discussion started by: bacpp
0 Replies

4. Shell Programming and Scripting

automake does not create Makefile.in

hi all, I have written a simple C program hello.c and a Makefile.ac but when i try to run automake it does not create Makefile.in hence I am not able to run ./configure command in my directory. Following are the containts of my prog. hello.c -------- Code: #include<stdio.h> main() {... (0 Replies)
Discussion started by: useless79
0 Replies

5. Programming

Dependencies problem GNU automake

I am using the GNU automake. I have created the Configure.in and Makefile.am files but don't know how to link in my dependencies. I have basically added another project (OpenCV) to my eclipse workspace and want to reference this in the build. I have set Eclipse up to include the Cpp files... (5 Replies)
Discussion started by: hembergb
5 Replies

6. Programming

automake/autoconf problem

hi, i'm fairly new with automake and i ran into a problem that i have found no solution for. so i have a setup where i don't want all the output files generated by the compiler and alike in my src directory, instead i created a build/unix folder and i have build/unix/config set for... (0 Replies)
Discussion started by: Akimaki
0 Replies

7. UNIX for Dummies Questions & Answers

how to give link to new install automake

helo , i m using RHEL 4 and in that automake -2.59 now i install automake-2.61 but when i say # rpm -qa |grep automake it shows only automake-2.59 actually i want to use automake-2.61 so how to resolve this issue amit (5 Replies)
Discussion started by: amitpansuria
5 Replies

8. UNIX for Advanced & Expert Users

automake

hi on machine automake 1.9 are install but i am not able create make file so please tell me what proper command to create make file using automake (1 Reply)
Discussion started by: munnu
1 Replies
Login or Register to Ask a Question