[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    kdebase/kdesktop does not compile
From:       Michael Goffioul <goffioul () imec ! be>
Date:       2003-05-14 8:53:15
[Download RAW message or body]

The new configure test does not work on my system: XFree86-4.1.0.
XF86MiscQueryVersion exists but not XF86MiscSetGrabKeyState, hence
HAVE_XF86MISC gets defined, but results in compilation error. The
attached patch solves the problem.

Michael.

-- 
------------------------------------------------------------------
Michael Goffioul		IMEC-DESICS-MIRA
e-mail: goffioul@imec.be	(Mixed-Signal and RF Applications)
Tel:    +32/16/28-8510		Kapeldreef, 75
Fax:    +32/16/28-1515		3001 HEVERLEE, BELGIUM
------------------------------------------------------------------
This e-mail and/or its attachments may contain confidential
information.  It is intended solely for the intended addressee(s). 
Any use of the information contained herein by other persons is
prohibited.  IMEC vzw does not accept any liability for the contents
of this e-mail and/or its attachments.
------------------------------------------------------------------
["kdesktop.diff" (text/plain)]

Index: configure.in.in
===================================================================
RCS file: /home/kde/kdebase/kdesktop/lock/configure.in.in,v
retrieving revision 1.1
diff -u -3 -p -r1.1 configure.in.in
--- configure.in.in	7 May 2003 16:31:58 -0000	1.1
+++ configure.in.in	14 May 2003 08:53:03 -0000
@@ -5,7 +5,7 @@ LIB_XF86MISC=
 
 KDE_CHECK_HEADER(X11/extensions/xf86misc.h,
     [
-    AC_CHECK_LIB(Xxf86misc,XF86MiscQueryVersion,
+    AC_CHECK_LIB(Xxf86misc,XF86MiscSetGrabKeyState,
 	[
         AC_DEFINE(HAVE_XF86MISC, 1, [Define if you have the xf86misc extension])
 	LIB_XF86MISC="-lXxf86misc"


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic