From MAILER-DAEMON Tue Oct 07 09:40:24 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KnCnY-0005ZQ-8b for mharc-bug-xnee@gnu.org; Tue, 07 Oct 2008 09:40:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnCnU-0005YB-Pb for bug-xnee@gnu.org; Tue, 07 Oct 2008 09:40:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnCnS-0005XE-DX for bug-xnee@gnu.org; Tue, 07 Oct 2008 09:40:18 -0400 Received: from [199.232.76.173] (port=46339 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnCnR-0005Wu-Ml for bug-xnee@gnu.org; Tue, 07 Oct 2008 09:40:17 -0400 Received: from savannah.gnu.org ([199.232.41.3]:34722 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnCnR-0007Rw-Cz for bug-xnee@gnu.org; Tue, 07 Oct 2008 09:40:17 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KnCnQ-0000mL-LH for bug-xnee@gnu.org; Tue, 07 Oct 2008 13:40:16 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KnCnL-0000m8-IP for bug-xnee@gnu.org; Tue, 07 Oct 2008 13:40:16 +0000 To: bug-xnee@gnu.org From: anonymous X-Savane-Server: savannah.gnu.org:80 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 24478 User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.9 (like Gecko) X-Apparently-From: 84.42.139.60 Message-Id: <20081007-134008.sv0.28982@savannah.gnu.org> References: In-Reply-To: Date: Tue, 07 Oct 2008 13:40:11 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: [Bug-xnee] [bug #24478] bad timing in --retype-file makes repeated key ignored in some apps X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 13:40:22 -0000 URL: Summary: bad timing in --retype-file makes repeated key ignored in some apps Project: Xnee Submitted by: None Submitted on: Tue 07 Oct 2008 01:40:06 PM UTC Category: cnee Severity: 3 - Normal Item Group: Error report Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: it presses the key, wait, then release it and immediately press the next (in loop) In some apps whe two same characters are immediately after each other it does not leave time to recognize it as two chars - it displays only one (hello -> helo) Solution is simple - wait before AND after the keystroke (i made it also little faster for me - maybe you want to use 1000*50 to have it the same): diff -ur ./libxnee/src/xnee_fake.c ../Xnee-3.01/libxnee/src/xnee_fake.c --- ./libxnee/src/xnee_fake.c 2007-06-28 16:11:24.000000000 +0200 +++ ../Xnee-3.01/libxnee/src/xnee_fake.c 2008-10-07 14:28:10.000000000 +0200 @@ -539,8 +539,10 @@ tmp[i],xss.kc.kc)); xnee_fake_key_mod_event (xd, &xss, XNEE_PRESS, 0); - usleep (1000*100); + usleep (1000*10); xnee_fake_key_mod_event (xd, &xss, XNEE_RELEASE, 0); + usleep (1000*10); } (reported by gilhad@seznam.cz - feel fre to ask me more ) _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 12 13:39:20 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kp4uW-0007Se-BL for mharc-bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp4uU-0007SY-Q6 for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp4uT-0007R5-8G for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:18 -0400 Received: from [199.232.76.173] (port=59079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp4uT-0007Qt-4j for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:17 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41208 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp4uR-00020s-8g; Sun, 12 Oct 2008 13:39:15 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kp4uQ-0006Vo-JT; Sun, 12 Oct 2008 17:39:14 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kp4uQ-0006Vj-9B; Sun, 12 Oct 2008 17:39:14 +0000 To: Henrik Sandklef , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 24478 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081012-193913.sv17262.51875@savannah.gnu.org> References: <20081007-134008.sv0.28982@savannah.gnu.org> In-Reply-To: <20081007-134008.sv0.28982@savannah.gnu.org> Date: Sun, 12 Oct 2008 17:39:14 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #24478] bad timing in --retype-file makes repeated key ignored in some apps X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 17:39:18 -0000 Update of bug #24478 (project xnee): Status: None => Fixed Assigned to: None => hesa Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #1: Fixed in CVS HEAD and in latest 'beta' release: ftp://alpha.gnu.org/gnu/xnee/xnee-3.02.91.tar.gz New options have been added to set the delays: --retype-press-delay --retype-release-delay _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 12 13:39:36 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kp4um-0007X9-Ou for mharc-bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp4uk-0007WI-NY for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp4uj-0007Vr-Va for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:34 -0400 Received: from [199.232.76.173] (port=59088 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp4uj-0007Vk-Jy for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:33 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41212 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp4ui-00023t-H4; Sun, 12 Oct 2008 13:39:32 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kp4uh-0006Wv-TZ; Sun, 12 Oct 2008 17:39:32 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kp4uh-0006Wr-MZ; Sun, 12 Oct 2008 17:39:31 +0000 To: Henrik Sandklef , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 10511 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081012-193931.sv17262.18452@savannah.gnu.org> References: <20050323-104507.sv17262.34275@savannah.gnu.org> <20061122-165354.sv17428.97080@savannah.gnu.org> <20061123-173551.sv17262.38744@savannah.gnu.org> <20070110-193217.sv0.65375@savannah.gnu.org> In-Reply-To: <20070110-193217.sv0.65375@savannah.gnu.org> Date: Sun, 12 Oct 2008 17:39:31 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #10511] Compilation error on AIX X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 17:39:35 -0000 Update of bug #10511 (project xnee): Status: Ready For Test => Fixed _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 12 13:39:57 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kp4v7-0007g7-1U for mharc-bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp4v5-0007f0-MY for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp4v4-0007eA-47 for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:55 -0400 Received: from [199.232.76.173] (port=59094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp4v3-0007dz-TZ for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:39:53 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41223 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp4v2-000260-R0; Sun, 12 Oct 2008 13:39:52 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kp4v2-0006YA-2h; Sun, 12 Oct 2008 17:39:52 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kp4v1-0006Y5-KV; Sun, 12 Oct 2008 17:39:51 +0000 To: Henrik Sandklef , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 20639 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081012-193951.sv17262.49750@savannah.gnu.org> References: <20070731-063937.sv0.27476@savannah.gnu.org> <20070731-175003.sv17262.3490@savannah.gnu.org> <20070731-175013.sv17262.25111@savannah.gnu.org> In-Reply-To: <20070731-175013.sv17262.25111@savannah.gnu.org> Date: Sun, 12 Oct 2008 17:39:51 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #20639] Syncing with X_MapWindow fails ... X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 17:39:56 -0000 Update of bug #20639 (project xnee): Status: Ready For Test => Fixed _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 12 13:40:16 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kp4vQ-0007pJ-85 for mharc-bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp4vO-0007p2-Oc for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp4vN-0007of-Qx for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:14 -0400 Received: from [199.232.76.173] (port=59099 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp4vN-0007oZ-Ew for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:13 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41228 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp4vM-00028u-AZ; Sun, 12 Oct 2008 13:40:12 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kp4vK-0006ak-MT; Sun, 12 Oct 2008 17:40:11 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kp4vI-0006ae-OL; Sun, 12 Oct 2008 17:40:09 +0000 To: Henrik Sandklef , -Deleted Account- , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 17611 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081012-194007.sv17262.24547@savannah.gnu.org> References: <20060905-060755.sv51959.96678@savannah.gnu.org> <20060905-060855.sv51959.75133@savannah.gnu.org> <20070502-125901.sv59015.76972@savannah.gnu.org> In-Reply-To: <20070502-125901.sv59015.76972@savannah.gnu.org> Date: Sun, 12 Oct 2008 17:40:08 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #17611] Linking error on Solaris 9 X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 17:40:15 -0000 Update of bug #17611 (project xnee): Status: None => Fixed Assigned to: None => hesa _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 12 13:40:27 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kp4vb-0007wA-Fh for mharc-bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kp4va-0007vv-AX for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kp4vZ-0007ux-MN for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:25 -0400 Received: from [199.232.76.173] (port=59103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kp4vZ-0007uo-CM for bug-xnee@gnu.org; Sun, 12 Oct 2008 13:40:25 -0400 Received: from savannah.gnu.org ([199.232.41.3]:41235 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kp4vX-0002BT-Rn; Sun, 12 Oct 2008 13:40:23 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kp4vX-0006bo-4p; Sun, 12 Oct 2008 17:40:23 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kp4vW-0006bf-4W; Sun, 12 Oct 2008 17:40:22 +0000 To: Henrik Sandklef , -Deleted Account- , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 16973 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081012-194021.sv17262.85785@savannah.gnu.org> References: <20060629-185837.sv0.63747@savannah.gnu.org> <20070502-132518.sv59015.15622@savannah.gnu.org> In-Reply-To: <20070502-132518.sv59015.15622@savannah.gnu.org> Date: Sun, 12 Oct 2008 17:40:22 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #16973] Playback fails with segfault on NEW-WINDOW if window title has spaces X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2008 17:40:26 -0000 Update of bug #16973 (project xnee): Status: None => Fixed Assigned to: None => hesa _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/ From MAILER-DAEMON Mon Oct 13 03:17:12 2008 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KpHg0-0006A4-Lt for mharc-bug-xnee@gnu.org; Mon, 13 Oct 2008 03:17:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpHfy-00067b-O0 for bug-xnee@gnu.org; Mon, 13 Oct 2008 03:17:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpHfx-00065r-6x for bug-xnee@gnu.org; Mon, 13 Oct 2008 03:17:10 -0400 Received: from [199.232.76.173] (port=59666 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpHfx-00065Y-11 for bug-xnee@gnu.org; Mon, 13 Oct 2008 03:17:09 -0400 Received: from savannah.gnu.org ([199.232.41.3]:36554 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpHfu-0005Dx-Ha; Mon, 13 Oct 2008 03:17:06 -0400 Received: from [10.0.0.103] (helo=savannah.gnu.org) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KpHfr-0000H7-MV; Mon, 13 Oct 2008 07:17:04 +0000 Received: from www-data by savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KpHfq-0000H0-K4; Mon, 13 Oct 2008 07:17:02 +0000 To: Henrik Sandklef , bug-xnee@gnu.org From: Henrik Sandklef X-Savane-Server: savannah.gnu.org:443 [199.232.41.3] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: xnee X-Savane-Tracker: bugs X-Savane-Item-ID: 24543 User-Agent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3 X-Apparently-From: 82.183.169.193 (Savane authenticated user hesa) Message-Id: <20081013-091701.sv17262.79785@savannah.gnu.org> References: In-Reply-To: Date: Mon, 13 Oct 2008 07:17:02 +0000 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: [Bug-xnee] [bug #24543] make -f Makefile.cvs recommends option that one should not use X-BeenThere: bug-xnee@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Report error/bugs in Xnee List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 07:17:11 -0000 URL: Summary: make -f Makefile.cvs recommends option that one should not use Project: Xnee Submitted by: hesa Submitted on: mån 13 okt 2008 09.17.00 Category: Configure Severity: 2 - Minor Item Group: Minor fault Status: In Progress Privacy: Public Assigned to: hesa Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: After having run make -f Makefile.cvs the user sees: Don't forget to run ./configure --enable-doc this is not right. The user should only execute: ./configure since the docs are now pre built and delivered in the tar.gz This bug only applies when building from CVS _______________________________________________________ Reply to this item at: _______________________________________________ Meddelandet skickades via/av Savannah http://savannah.gnu.org/