From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henning Weiss <hdweiss@gmail.com> Subject: Re: Problem with Google Calendar Synchronization Date: Tue, 7 May 2013 15:04:00 +0200 Message-ID: <CAKq33ufUB3idOuhakZFQoidJ_5Nt1A38zt2aYjvKGUr-tjY6xQ@mail.gmail.com> References: <m2ehdjyygl.fsf@gmail.com> <87vc6vxf06.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b6dc3206a95fc04dc2073f1 Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([208.118.235.92]:60895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <hdweiss@gmail.com>) id 1UZhYs-0005TV-3H for emacs-orgmode@gnu.org; Tue, 07 May 2013 09:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <hdweiss@gmail.com>) id 1UZhYn-0004rD-7X for emacs-orgmode@gnu.org; Tue, 07 May 2013 09:04:06 -0400 In-Reply-To: <87vc6vxf06.fsf@thinkpad.tsdh.de> List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=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: Tassilo Horn <tsdh@gnu.org> Cc: emacs-orgmode@gnu.org --047d7b6dc3206a95fc04dc2073f1 Content-Type: text/plain; charset=ISO-8859-1 Hi, On Tue, May 7, 2013 at 12:26 PM, Tassilo Horn <tsdh@gnu.org> wrote: > Guido Van Hoecke <guivho@gmail.com> 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<http://mxcl.github.io/homebrew/>(or macports <http://www.macports.org/>) 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 --047d7b6dc3206a95fc04dc2073f1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><div style>Hi,</div><div><br></div>On Tue, May 7, 2013 at = 12:26 PM, Tassilo Horn <span dir=3D"ltr"><<a href=3D"mailto:tsdh@gnu.org= " target=3D"_blank">tsdh@gnu.org</a>></span> wrote:<br><div class=3D"gma= il_extra"> <div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"margi= n:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204= );border-left-style:solid;padding-left:1ex">Guido Van Hoecke <<a href=3D= "mailto:guivho@gmail.com">guivho@gmail.com</a>> writes:<br> <br> Hu Giudo,<br> <div class=3D"im"><br> > When executing the awk script written by Eric S. Fraga at<br> > <a href=3D"http://orgmode.org/worg/org-tutorials/org-google-sync.html"= target=3D"_blank">http://orgmode.org/worg/org-tutorials/org-google-sync.ht= ml</a> I get<br> > following error:<br> ><br> > /usr/bin/awk: calling undefined function gensub<br> > =A0source line number 82<br> ><br> > This is on an iMac with 'awk version 20070501'.<br> ><br> > Is this outdated or so?<br> <br> </div>gensub is a GNU awk extension. =A0So either you are running a differe= nt<br> flavor of awk, or you are running it in compatibility mode (Option -c or<br= > --traditional). =A0Given the version string, I guess it's another flavo= r.<br></blockquote><div>=A0</div><div style>The easiest way to get GNU awk = on mac is probably to install <a href=3D"http://mxcl.github.io/homebrew/">h= omebrew</a> (or <a href=3D"http://www.macports.org/">macports</a>) first. I= n case of homebrew you can run:</div> </div><br>ruby -e "$(curl -fsSL <a href=3D"https://raw.github.com/mxcl= /homebrew/go">https://raw.github.com/mxcl/homebrew/go</a>)"<br></div><= div class=3D"gmail_extra" style>brew update</div><div class=3D"gmail_extra"= style> brew install gawk</div><div class=3D"gmail_extra" style><br></div><div clas= s=3D"gmail_extra" style>regards,</div><div class=3D"gmail_extra" style>Henn= ing</div></div> --047d7b6dc3206a95fc04dc2073f1--