[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2009-01-28 Thread Atanas Atanasov
*** This bug is a duplicate of bug 253286 *** https://bugs.launchpad.net/bugs/253286 ** This bug has been marked a duplicate of bug 253286 kdevelop project was broken when going to 8.10 -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-30 Thread christian imhorst
I think I have a workaround to fix this problem: First I've copied the directory /usr/share/apps/kdevappwizard/ to $HOME/.kde/share/apps/. Next I've extract the archive $HOME/.kde/share/apps/kdevappwizard/template-common/incadmin.tar.gz and I've replaced the old file ltmain.sh with the new one

Re: [Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-16 Thread Don Maghrak
Scott, Thanks for your followup. The autotools stuff is not my strong point for sure. After downloading a fresh cvs tree today and running configure all is well. The ./libtool no longer has the issue I saw and the Makefile's are indeed using that libtool and not /usr/bin/libtool. Cheers, Don On

Re: [Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-15 Thread Scott James Remnant
On Thu, 2008-12-11 at 19:30 +, Don Maghrak wrote: I am working on getting the performance analysis tool OpenSpeedShop working on ubuntu 8.10 and had the same issue after running make. I added the line echo=echo after line 153 (ECHO=echo) and the build is now working fine. Since this

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-11 Thread Don Maghrak
I am working on getting the performance analysis tool OpenSpeedShop working on ubuntu 8.10 and had the same issue after running make. I added the line echo=echo after line 153 (ECHO=echo) and the build is now working fine. Since this appears to be an issue with how libtool is created, will this

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-12-06 Thread bzhao
I have just drive Ubuntu 8.10 Yes I met this issue as well I change all $echo into $ECHO in that file the problem is fully solved. -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-11-18 Thread fpe
Hi. same problem here, but I found a workaround: Edit the file your project folder/debug/libtool and replace line 2418 output_objdir=`$echo X$output | $Xsed -e 's%/[^/]*$%%'` with output_objdir=`$ECHO X$output | $Xsed -e 's%/[^/]*$%%'` After that, compiling worked for me again. It seems

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-11-18 Thread fpe
Sorry, I wrote nonsense. Of cause, adding a variable echo=echo or maybe renaming the ECHO=echo variable in line 153 is the right thing to do. Otherwise all the other references to $echo will not work, and compiling fails. (The errors I mentioned above were completely normal compiler errors

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-31 Thread Magi Su
Well, can any one fix it? I am not familiar with Linux compile system. -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-28 Thread Scott James Remnant
That's clearly a bug in kdevelop, it's not creating or updating autoconfery properly ** Also affects: kdevelop (Ubuntu) Importance: Undecided Status: New -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-28 Thread Uwe Pfeifer
It would be really nice if you guys could fix this ;D If you need any information just ask :D. -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-27 Thread Scott James Remnant
This is not a valid libtool shell script, and is likely caused by mixing ltmain.sh and libtool.m4 from different versions of libtool (1.5 and 2.2) ** Changed in: libtool (Ubuntu) Status: New = Invalid -- kdevelop can't compile programs in kde4 (intrepid ibex)

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-27 Thread Uwe Pfeifer
So, what do I do now? Everytime i create a new project in kdevelop, it doesn't compile :((( -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-25 Thread Uwe Pfeifer
can't anyone fix this? :( -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-25 Thread Harald Sitter
Well. It is not a bug in KDevelop. The issue is that eiher your source is not compatible with libtool (which was upgraded to version 2.x in Intrepid) or it is a bug in libtool itself. I am moving the bug to the libtool source package, in case it is a bug, otherwise it can be closed as

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-25 Thread Uwe Pfeifer
well, my source was simply a int main(void) { return 0; } so I guess it's a bug in libtool. -- kdevelop can't compile programs in kde4 (intrepid ibex) https://bugs.launchpad.net/bugs/285841 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-20 Thread hunger
This does look very much like a issue with autotools getting confused. Could you please try again without all the unnecessary stuff (all those cds, prefixes to configure, setting up all the variables). I would bet that it will work then. If it does work then you are probably running into some

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-20 Thread Uwe Pfeifer
I'm not familiar with autotools etc. what I've done now is a distclean and I did ./configure make from the shell and I'm getting the same error again. I have now done a make dist and included the tar.gz in this comment. Hope that is what you wanted. ;D ** Attachment added: make dist tar.gz

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-19 Thread Harald Sitter
Compiling one of the example apps works just fine here. Are you sure your build tree is clean and compatible with latest autotools/gcc? ** Changed in: kdevelop3 (Ubuntu) Status: New = Incomplete -- kdevelop can't compile programs in kde4 (intrepid ibex)

[Bug 285841] Re: kdevelop can't compile programs in kde4 (intrepid ibex)

2008-10-19 Thread Uwe Pfeifer
Yes I'm sure, I just did a clean and distclean. I still get this error: cd '/home/uwe/Programming/practice/test' WANT_AUTOCONF_2_5=1 WANT_AUTOMAKE_1_6=1 LC_MESSAGES=C LC_CTYPE=C make -f Makefile.cvs cd '/home/uwe/Programming/practice/test/debug' CXXFLAGS=-O0 -g3