| Summary: | configure fails to detect xscreensaver install | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreensaver | Reporter: | Quinn Storm <livinglatexkali> |
| Component: | kxsrun | Assignee: | kscreensaver bugs tracking <kscreensaver-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | config.log | ||
|
Description
Quinn Storm
2005-07-22 13:14:48 UTC
Which distribution? Can you post the kdeartwork/config.log file? no distribution, using kdesvn-build (on top of a gentoo system, already made sure the xscreensaver paths are right)...and the relevant lines of config.log read: configure:33194: checking for lib/xscreensaver/flame configure:33436: result: NO and after my patch it reads configure:33194: checking for lib/xscreensaver/flame configure:33436: result: /usr/X11R6/lib/xscreensaver/flame Please attach the entire config.log, not a small part of it. Created attachment 11939 [details]
config.log
The same problem appears when I compile the latest trunk of kdeartwork on Fedora Core 4 The problem seems to be that the KDE_FIND_PATH() macro does nothing if the XSCREENSAVER variable is already defined. See bug 105748 comment #14. |