Bug 870 - Problems in compile 1.9.1, mandriva linux
Status:
RESOLVED FIXED
Component:
Core
Version:
unspecified
Hardware:
PC Linux
Importance:
P5 critical
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Nov 1 2009 17:29:13 UTC
by:
jo**@gm**.com
Modified:
Nov 27 2009 17:12:27 UTC
WhoWhenWhatRemovedAdded
Rob CaelersNov 27 2009 17:12:27 UTCstatusNEWRESOLVED
resolutionFIXED
Description
jo**@gm**.com  Nov 1 2009 17:29:13 UTC
X11InputMonitor.cc:81: error: ‘int X11InputMonitor::xi_event_base’ is not a static member in ‘class X11InputMonitor

to solve:

backend/src/unix/X11InputMonitor.cc

modify line 80 : int X11InputMonitor::xi_event_base = 0;

with: 

#ifdef HAVE_XRECORD -> NEW LINE
int X11InputMonitor::xi_event_base = 0;
#endif -> NEW LINE


greetings
Comment 1
Rob Caelers  Nov 27 2009 17:12:27 UTC
Thanks! Fixed

(commit 8de32bb225384954f1a77f6a5fbe6d0ce9fdfe0d)