ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt on Mac OS X
@ 2001-05-20 14:21 Xander Schrijen
  2001-05-20 21:29 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Xander Schrijen @ 2001-05-20 14:21 UTC (permalink / raw)


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') ;


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-21  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-20 14:21 ConTeXt on Mac OS X Xander Schrijen
2001-05-20 21:29 ` Hans Hagen
2001-05-21  9:02   ` Xander Schrijen
2001-05-21  9:59     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).