From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Van Hoecke Subject: Re: Problem with Google Calendar Synchronization Date: Tue, 7 May 2013 22:23:16 +0200 Message-ID: References: <87vc6vxf06.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZoQE-0008BN-7t for emacs-orgmode@gnu.org; Tue, 07 May 2013 16:23:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZoQC-0006Fx-TR for emacs-orgmode@gnu.org; Tue, 07 May 2013 16:23:38 -0400 In-Reply-To: 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: Henning Weiss Cc: orgmode , Tassilo Horn Hi, Thank you guys for your help. Got gawk from macports. Hitting data error now: gawk: ./importGoogleCalendar.awk:143: (FILENAME=- FNR=34026) fatal: strftime: second argument less than 0 or too big for time_t I am investigating this now and will report my findings Guido. On 7 May 2013 15:04, Henning Weiss wrote: > Hi, > > On Tue, May 7, 2013 at 12:26 PM, Tassilo Horn wrote: >> >> Guido Van Hoecke writes: >> >> Hu Giudo, >> >> > When executing the awk script written by Eric S. Fraga at >> > http://orgmode.org/worg/org-tutorials/org-google-sync.html I get >> > following error: >> > >> > /usr/bin/awk: calling undefined function gensub >> > source line number 82 >> > >> > This is on an iMac with 'awk version 20070501'. >> > >> > Is this outdated or so? >> >> gensub is a GNU awk extension. So either you are running a different >> flavor of awk, or you are running it in compatibility mode (Option -c or >> --traditional). Given the version string, I guess it's another flavor. > > > The easiest way to get GNU awk on mac is probably to install homebrew (or > macports) first. In case of homebrew you can run: > > ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" > brew update > brew install gawk > > regards, > Henning