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
# 8  
Old 10-14-2009
Right, of course the code quality is ok. The case is that I always search for better maintenance tools and looking to the future, in the "Project Management" KDev4 "Can't open KDevelop 3.x project files (any build tool supported in the 3.x versions)". In the "qmake Manager" no KDev4 compatibility. Even with all the for and against, I'll test/change to KDevelop4. Because I don't like the idea of downgrading. Do you agree?
Thanks for your opinion.
# 9  
Old 10-15-2009
KDevelop does doesn't sound like a good maintenance tool for the following reasons:
  1. It can't operate on anything but its own projects. It can't maintain anything not created in it.
  2. It can't operate on anything but projects of the same version. Backwards compatibility was a lost cause in its previous version breaks, too.
  3. Changes in automake have pulled KDevelop apart several times.

Last edited by Corona688; 10-15-2009 at 05:54 PM..
# 10  
Old 10-15-2009
Data

It's realy a shame. Are these friends from Kdevelop realy serious? Or the enemy is under control? It seems they are kidding. It could be so beaultiful. why loose all this works that was done? Why we don't understand each other stopping with so many linux flavors? We should not be so dumb and follow the exemple of Europe with the euro. We could have the "Euro-Linux" called "PeaceMaker" or "UNIXfier". This way, it goes easy for M$, and the money is winning, and the SW lovers(open SW) are loosing. The best way to do the best is loving the job/work that you do. SW also has a beauty, and we can be happy with it.
What good(Linux) maintenance (IDE)tool you suggest?
Thanks.
# 11  
Old 10-20-2009
I reccomend make, the GNU Data Dump Debugger, and whatever editor you want.

The reason no GUI IDE has succeeded at bringing the world together in an all-singing-all-dancing-platform-independent-joy despite the droves of them in existence is that they're the wrong solution for the problem of general maintenance. An IDE by nature isn't flexible enough for general maintenance, they by design impose huge restrictions on their environment. That, and most of them depend on autotools, which have their own problems.

Last edited by Corona688; 10-20-2009 at 01:16 PM..
# 12  
Old 10-25-2009
OK,

I will try GNU Data Dump Debugger. I liked the idea, and it seems to be my style.

May I ask another, a more complicated tecnical question about Linux subject, or I should open an other Thread?

Thanks.
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