You are not logged in.
Pages: 1
I am trying to compile penmount drivers for my device that I am running slitaz on, its a touch screen, I tried compiled modules but they don't seem to work to well I could get the os to detect the touch screen but couldn't get x to recognize the input. Right now I am running slitaz on a xen server for compiling cause the device is just to slow to attempt to compile drivers on it
here is the output I'm getting when I try to compile the drivers, any ideas? I've installed xorg-server-dev and all the dependencies but it still won't take.
configure: error: Package requirements (xorg-server >= 1.10 xproto randrproto inputproto) were not met:
Requested 'xorg-server >= 1.10' but version of xorg-server is 1.2.0
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Offline
Tried older version and I get
make all-recursive
make[1]: Entering directory `/home/tux/xf86-input-penmount-1.5.0/xf86-input-penmount-1.4.1'
Making all in src
make[2]: Entering directory `/home/tux/xf86-input-penmount-1.5.0/xf86-input-penmount-1.4.1/src'
CC xf86PM.lo
xf86PM.c:50:1: warning: "NEED_XF86_TYPES" redefined
In file included from ../config.h:4,
from xf86PM.c:43:
/usr/include/xorg/xorg-server.h:69:1: warning: this is the location of the previous definition
xf86PM.c: In function 'ControlProc':
xf86PM.c:887: error: 'xDeviceAbsCalibCtl' undeclared (first use in this function)
xf86PM.c:887: error: (Each undeclared identifier is reported only once
xf86PM.c:887: error: for each function it appears in.)
xf86PM.c:887: error: 'c' undeclared (first use in this function)
xf86PM.c:887: error: expected expression before ')' token
make[2]: *** [xf86PM.lo] Error 1
make[2]: Leaving directory `/home/tux/xf86-input-penmount-1.5.0/xf86-input-penmount-1.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tux/xf86-input-penmount-1.5.0/xf86-input-penmount-1.4.1'
make: *** [all] Error 2
Offline
Got it to compile finally, was on version 2 moved to cooking only issue is with depends i'm at 600megs of disk space well over the 500meg ssd i have in the device i'm compiling for so further experiementing and seeing what I need run the binaries and everything, can close this post less it helps someone else.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]