The only error I can see is in the mouse/evdev config.log which states: conftest.c:25:2: error: #error XINPUT not defined configure:12097: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "xf86-input-mouse" | #define PACKAGE_TARNAME "xf86-input-mouse" | #define PACKAGE_VERSION "1.4.0" | #define PACKAGE_STRING "xf86-input-mouse 1.4.0" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE "xf86-input-mouse" | #define VERSION "1.4.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | #include "xorg-server.h" | #if !defined XINPUT | #error XINPUT not defined | #endif | | int | main () | { | | ; | return 0; | }
?? I pull all my stuff from the master branch Xorg repository so....no big deal. I'll come back later once it's sorted itself out.:^) Thanks. Peter Hutterer-3 wrote: > > On Thu, Jun 18, 2009 at 09:10:28AM -0700, ace102 wrote: >> **xf86-input-mouse >> **xf86-input-evdev > > uhm. those were the two I actually fixed immediately, please make sure > you're running latest git from both repositories and that your include > paths > etc. are set up correctly. > > the API has changed in the server, so it needs to pull in > ABI_XINPUT_VERSION > 7. > > Cheers, > Peter > _______________________________________________ > xorg mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/xorg > > ----- Error:Success -- View this message in context: http://www.nabble.com/build-errors-with-newest-xf86-input-evdev---mouse-from-git-tp24095298p24105297.html Sent from the Free Desktop - xorg mailing list archive at Nabble.com. _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
