[Bug 60249] Need icons for debug toolbar
Jon Smirl
jonsmirl at yahoo.com
Wed Jul 2 23:18:06 UTC 2003
------- 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=60249
------- Additional Comments From jonsmirl at yahoo.com 2003-07-02 23:17 -------
I have confirmed this to be a problem in am_edit and 'make install'. tag_ICON()
is not detecting the string KDE_ICON = AUTO correctly.
I don't know Perl but I played around with $lookup in am_edit. Adding the '.+'
gets it into tag2 but I don't think $1 is being computed correctly. After
forcing the match the target directory was wrong too. When I manually copied
them into the tree the icons do work.
sub tag_ICON()
{
my $lookup = '([^\s]*).+_ICON\s*=\s*([^\n]*)';
my $install = "";
my $uninstall = "";
print "tag1\n";
while ($MakefileData =~ /\n$lookup/og) {
my $destdir;
print "tag2\n";
print $1,"\n";
More information about the KDevelop-devel
mailing list