From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: [CVS] regex.[ch] missing in CVS checkout Date: Thu, 25 Dec 2003 17:55:11 +0100 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: <87ptecrg5s.fsf@emptyhost.emptydomain.de> References: <20031223225322.8E9BA612AA@sandy.gi.alaska.edu> <87ad5hr9nl.fsf@tc-1-100.kawasaki.gol.ne.jp> <871xqsuc59.fsf@emptyhost.emptydomain.de> <200312251603.hBPG3CP15749@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1072371450 11783 80.91.224.253 (25 Dec 2003 16:57:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Dec 2003 16:57:30 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Thu Dec 25 17:57:27 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZYne-0000i6-00 for ; Thu, 25 Dec 2003 17:57:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZZkV-0003s6-9X for gebp-emacs-pretest-bug@gmane.org; Thu, 25 Dec 2003 12:58:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AZZjf-0003HI-U4 for emacs-pretest-bug@gnu.org; Thu, 25 Dec 2003 12:57:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AZZj6-0002pl-7Z for emacs-pretest-bug@gnu.org; Thu, 25 Dec 2003 12:57:20 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AZZj1-0002nz-D2 for emacs-pretest-bug@gnu.org; Thu, 25 Dec 2003 12:56:43 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AZYlX-0001S6-00 for ; Thu, 25 Dec 2003 17:55:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-pretest-bug@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AZYlW-0001Ry-00 for ; Thu, 25 Dec 2003 17:55:14 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AZYlW-00031z-00 for ; Thu, 25 Dec 2003 17:55:14 +0100 Original-Lines: 26 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:GeyV35J7ha5nA/StHVfziuyvE50= X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:1698 gmane.emacs.devel:18837 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18837 Luc Teirlinck writes: > They are symlinked to gnulib/regex [ch] (not to be confused with > gnulib/src/regex [ch]) according to an old message by Stefan. Thank you. My Emacs checkout is in ~/work/gnu/emacs. I did: cd ~/work/gnu cvs -d $FOO co gnulib cd emacs/src ln -s ../../gnulib/regex.c ln -s ../../gnulib/regex.h Now the Emacs compile is happily chugging along. $FOO is what the CVS instructions say for anon checkout of the gnulib project. I suspect that my workaround is (much!) less than perfect because I suspect weird behavior on next "cvs up -dP" or "cvs ci". But I haven't tested it, yet. Kai