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

List:       kde-bugs-dist
Subject:    [Bug 60249] Need icons for debug toolbar
From:       Jon Smirl <jonsmirl () yahoo ! com>
Date:       2003-07-02 21:17:27
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=60249     




------- Additional Comments From jonsmirl@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";
[prev in list] [next in list] [prev in thread] [next in thread] 

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