[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-devel
Subject:    [Bug 58999] debugger will not start
From:       Christian Loose <christian.loose () hamburg ! de>
Date:       2003-09-26 22:32:21
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58999     




------- Additional Comments From christian.loose@hamburg.de  2003-09-27 00:32 -------
I also had problem to start the debugger for my project.  
 
For me it seems to be a libtool problem. I use the libtool version 1.4.3 (1.922.2.110 
2002/10/23 01:39:54). When I tried to start the debugger I got the following error 
message (with --debug for libtool added): 
 
+ eval exec '"$cmd"$args' 
++ exec gdb '"/home/kdecvs/emu2509/debug/src/.libs/lt-emu2509"' '"--fullname"' '"--
nx"' 
Excess command line arguments ignored. ("--nx") 
"/home/kdecvs/emu2509/debug/src/.libs/lt-emu2509": File or directory not found. 
/home/kdecvs/emu2509/"--fullname": File or directory not found. 
 
 
So I changed the following lines in the /home/kdecvs/emu2509/debug/libtool script: 
 
# Quote arguments (to preserve shell metacharacters). 
file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` 
args="$args \"$file\"" 
 
to 
 
# Quote arguments (to preserve shell metacharacters). 
file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` 
args="$args $file" 
 
and it works now. 
 
I hope it helps... 
 
Christian Loose

_______________________________________________
Kdevelop-devel mailing list
Kdevelop-devel@barney.cs.uni-potsdam.de
http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic