From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Remembrance Agent and Orgmode Date: Fri, 12 Oct 2012 09:08:29 +0200 Message-ID: References: <20120717.121640.76594278.slade@jnanam.net> <87y5jtedne.fsf@ucl.ac.uk> <87obkmjei0.fsf@jnanam.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZMG-0001Rv-Ss for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 03:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMZME-0004Df-Q5 for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 03:08:32 -0400 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:2578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMZME-0004Da-Jp for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 03:08:30 -0400 In-Reply-To: (Alan Schmitt's message of "Thu, 11 Oct 2012 14:08:00 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Benjamin Slade Cc: Karl Voit , emacs-orgmode@gnu.org Alan Schmitt writes: > I'm trying to set up the remembrance agent, but I'm not able to get the > binaries to work. I'm on OS X Mountain Lion, and the binaries from > http://www.remem.org/ tell me "bad CPU type". I tried building it from > source, but I'm getting an error about strnlen. I've been able to build it, by commenting out the "strnlen" function in savutil/gbuf.c, as it's already define in OS X since Lion. Alan