*** 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 r
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
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 Mo
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 th
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 thi
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 Ubun
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
ca
Hi. same problem here, but I found a workaround:
Edit the file /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 to me that ther
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 mail
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 Ubunt
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 notification
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.
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)
https://bugs.launchpad.net/b
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 Ubun
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 incompatib
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
https:/
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"
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 esc
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"
"/home/uwe/Pr
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)
https://bugs.launchpad.net/bugs/28
20 matches
Mail list logo