| Summary: | kxdata.cpp compile fails on Solaris with undeffined macros for mices etc. | ||
|---|---|---|---|
| Product: | [Unmaintained] kxconfig | Reporter: | steve |
| Component: | general | Assignee: | Matthias Hoelzer-Kluepfel <hoelzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ekyle |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
steve
2003-09-19 11:54:34 UTC
*** Bug 65292 has been marked as a duplicate of this bug. *** Apparently Solaris isn't the only one affected. NetBSD has the same problem (as per duplicate). In order to compile I had to change #ifndef HAVE_X11_EXTENSIONS_XF86MISC_H to #ifdef HAVE_X11_EXTENSIONS_XF86MISC_H inside: void KXData::loadPointerData() function. Please close this bug report, its solved and very old Closing as requested. |