From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: (Emacs 23/24 binary compatibility): defstruct, setf Date: Wed, 04 Sep 2013 09:31:10 +0530 Message-ID: <87ppspkzg9.fsf@gmail.com> References: <87wqmyi9dj.fsf@gmail.com> <87eh95mwtt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378267150 30491 80.91.229.3 (4 Sep 2013 03:59:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2013 03:59:10 +0000 (UTC) Cc: emacs-orgmode@gnu.org, Nicolas Goaziou , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 04 05:59:09 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VH4FI-0002Dc-99 for ged-emacs-devel@m.gmane.org; Wed, 04 Sep 2013 05:59:08 +0200 Original-Received: from localhost ([::1]:50244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH4FH-0005XD-HV for ged-emacs-devel@m.gmane.org; Tue, 03 Sep 2013 23:59:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH4FA-0005Wr-Lj for emacs-devel@gnu.org; Tue, 03 Sep 2013 23:59:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VH4F5-0005MV-B1 for emacs-devel@gnu.org; Tue, 03 Sep 2013 23:59:00 -0400 Original-Received: from mail-pd0-x22a.google.com ([2607:f8b0:400e:c02::22a]:61976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VH4F5-0005MN-3A; Tue, 03 Sep 2013 23:58:55 -0400 Original-Received: by mail-pd0-f170.google.com with SMTP id x10so6945980pdj.29 for ; Tue, 03 Sep 2013 20:58:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=GzhaEBGhJ+0kbcqPtUO4EcBB7fqqGQnb+YH+kDSlPT0=; b=TCt77p1GF37PPlYqiVj6SpHvC++wfTQv6JaKBrsrJq8l2ZbuLbfFRSGnu7cdkHArpv V4pvEn6M9nDJBpBlGWw7Y2iIa3xrcgc87NHLVsCrm8Qzm37TWSg8kX7HwzMQL6IeGAQJ WBihvtaalO271Ve9yOLqj7wTqxA+F3NvPwKBF/FMn+sGoBhHEWc4wLW/iYs8bmyHBw3n 2XeBokNQCfmfms0DmvmxN/c2+wUZmVTtwzaTL7Xcs2uM7Sv465HLCSlxTUUi+eLeOajN gTr4qfuX5I45cluRuxInwhm38ngFms0ASXHFYIiH/3lYIdvt0lZ4h9GuWqXXTqoBjoJj nQUQ== X-Received: by 10.66.163.164 with SMTP id yj4mr989003pab.91.1378267133777; Tue, 03 Sep 2013 20:58:53 -0700 (PDT) Original-Received: from porunai ([115.242.137.246]) by mx.google.com with ESMTPSA id os4sm26068156pbb.25.1969.12.31.16.00.00 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 03 Sep 2013 20:58:53 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Tue, 03 Sep 2013 22:57:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163179 gmane.emacs.orgmode:75976 Archived-At: Stefan Monnier writes: > More specifically, the setf and the defstruct need to be compiled with > "the same version" (either both cl.el, or both gv.el). > > Does the patch below work for you? Yes. Please install. FWIW, I see following errors reported. On load of *.el file: ==================== Loading /home/kjambunathan/src/org-mode/contrib/lisp/ox-jabref.el (source)... Eager macro-expansion failure: (error "Incompatible place expression needs recompilation: (org-export-backend-transcoders enhanced-backend)") gv-get: Incompatible place expression needs recompilation: (org-export-backend-transcoders enhanced-backend) On compile of *.el file: ======================== Compiling file /home/kjambunathan/src/org-mode/contrib/lisp/ox-jabref.el at Wed Sep 4 09:22:25 2013 ox-jabref.el:170:1:Error: Incompatible place expression needs recompilation: (org-export-backend-transcoders enhanced-backend)