From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4709 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt on Mac OS X Date: Sun, 20 May 2001 23:29:24 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.6.32.20010520232924.013cdc40@server-1> References: <200105201421.f4KELAI07232@spider.let.uu.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035395353 28049 80.91.224.250 (23 Oct 2002 17:49:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:49:13 +0000 (UTC) Cc: ConTeXt mailing list Original-To: Xander Schrijen In-Reply-To: <200105201421.f4KELAI07232@spider.let.uu.nl> Xref: main.gmane.org gmane.comp.tex.context:4709 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4709 At 04:21 PM 5/20/01 +0200, Xander Schrijen wrote: >Hi, > >I tried to get ConTeXt working on Mac OS X and ran into some >trouble with the way the texexec script tests on which OS its >running. OS X's 'unix name' is "darwin", which matches "win", >so there you go. I've fixed it with the patch at the end of >this message, but perhaps someone can come up with a more >elegant one. > >It _does_ work now: > http://www.phil.uu.nl/~xges/context.png > > >Xander. >-------------- Patch for texexec ------------------- >48c48,49 >< my $dosish = ($Config{'osname'} =~ /dos|win/i) ; >--- > > my $dosish = ($Config{'osname'} =~ /dos|win/i) - > > ($Config{'osname'} == 'darwin') ; well, this fails here, so maybe /dos|mswin/i is better. Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com -------------------------------------------------------------------------