Hi,

I think there issome 'fi' missing in acinclude.m4 in the latest CVS.
See the attached patch for a (proposed) fix fir that.


Then I failed to build kernel modules:

  LD      /usr/src/modules/wacom/src/2.6.16/built-in.o
  CC [M]  /usr/src/modules/wacom/src/2.6.16/hid-core.o
  CC [M]  /usr/src/modules/wacom/src/2.6.16/hiddev.o
  CC [M]  /usr/src/modules/wacom/src/2.6.16/hid-input.o
  CC [M]  /usr/src/modules/wacom/src/2.6.16/wacom_wac.o
/usr/src/modules/wacom/src/2.6.16/wacom_wac.c: In function ‘wacom_intuos_inout’:/usr/src/modules/wacom/src/2.6.16/wacom_wac.c:315: erreur: expected ‘)’ before ‘{’ token /usr/src/modules/wacom/src/2.6.16/wacom_wac.c:322: error: expected expression before ‘}’ token /usr/src/modules/wacom/src/2.6.16/wacom_wac.c:328: error: expected ‘)’ before ‘{’ token /usr/src/modules/wacom/src/2.6.16/wacom_wac.c:334: error: expected expression before ‘}’ token
make[8]: *** [/usr/src/modules/wacom/src/2.6.16/wacom_wac.o] Error 1
make[7]: *** [_module_/usr/src/modules/wacom/src/2.6.16] Error 2


Regards

Jean-Luc
diff -ruN linuxwacom.orig/acinclude.m4 linuxwacom/acinclude.m4
--- linuxwacom.orig/acinclude.m4	2006-08-22 20:00:16.737564519 +0200
+++ linuxwacom/acinclude.m4	2006-08-22 20:00:03.022553120 +0200
@@ -179,7 +179,8 @@
 	else
 		if test -f "$WCM_KERNELDIR/include/linux/uts_release.h"; then
 			UTS_PATH="$WCM_KERNELDIR/include/linux/uts_release.h"
-
+		fi
+	fi
 	if test -f "$UTS_PATH"; then
 		WCM_OPTION_MODVER=yes
 		AC_MSG_RESULT(yes)

Attachment: pgpWdUQztoSiw.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to