From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: Make errors after latest git pull Date: Sun, 02 May 2010 07:46:37 +0530 Message-ID: <82pr1fyrne.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8Oms-0002zV-Hk for emacs-orgmode@gnu.org; Sat, 01 May 2010 22:20:06 -0400 Received: from [140.186.70.92] (port=56858 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8Omr-0002yu-BU for emacs-orgmode@gnu.org; Sat, 01 May 2010 22:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8Omq-00036s-7V for emacs-orgmode@gnu.org; Sat, 01 May 2010 22:20:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:52086) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8Omq-00036o-1T for emacs-orgmode@gnu.org; Sat, 01 May 2010 22:20:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O8Omp-0006M5-5m for emacs-orgmode@gnu.org; Sun, 02 May 2010 04:20:03 +0200 Received: from 122.167.76.156 ([122.167.76.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 May 2010 04:20:03 +0200 Received: from nsivaram.net by 122.167.76.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 02 May 2010 04:20:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sunday morning when I do a git pull, I get these errors on Win32 Emacs 23.1 and running make within a cygwin shell. $ make;make doc c:/gnu/emacs-23.1/bin/emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"c:/gnu/share/emacs/site-lisp\" load-path)))" -f batch-byte-compile lisp/org.el Directory-local variables error: (wrong-type-argument listp !▒▒▒▒\.) till c:/gnu/emacs-23.1/bin/emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name \"./lisp/\") (cons \"c:/gnu/share/emacs/site-lisp\" load-path)))" -f batch-byte-compile lisp/org-xoxo.el Directory-local variables error: (wrong-type-argument listp !▒▒▒▒\.) Wrote c:/gnu/elisp/org-mode/lisp/org-xoxo.elc Is anyone else facing the same issue? sivaram --