By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1188
Collapse All | Expand All

(-)pykdeextensions/src/kdedistutils.py.ORI (-1 / +1 lines)
Lines 539-545 Link Here
539
                    canidatepaths.append(os.path.join(kdedir,"include"))
539
                    canidatepaths.append(os.path.join(kdedir,"include"))
540
                canidatepaths.append(os.path.join(install.prefix,"include"))
540
                canidatepaths.append(os.path.join(install.prefix,"include"))
541
                canidatepaths.append('/opt/trinity/include')
541
                canidatepaths.append('/opt/trinity/include')
542
                canidatepaths.append('/opt/kde/include')
542
                canidatepaths.append('/opt/trinity/include/tde')
543
                self.kde_inc_dir = FindFileInPaths('kapplication.h',canidatepaths)
543
                self.kde_inc_dir = FindFileInPaths('kapplication.h',canidatepaths)
544
            if self.kde_inc_dir is None:
544
            if self.kde_inc_dir is None:
545
                raise SystemExit, "Failed to find the KDE header file directory."
545
                raise SystemExit, "Failed to find the KDE header file directory."

Return to bug 1188