From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15540 Path: main.gmane.org!not-for-mail From: jimarin@bayesinf.com Newsgroups: gmane.comp.tex.context Subject: updating context in cygwin by hand Date: Thu, 24 Jun 2004 14:17:18 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: <48255.80.58.5.46.1088079438.squirrel@bitmail.bitmailer.com> References: <44822.80.58.5.46.1088003024.squirrel@bitmail.bitmailer.com> <40DA8D15.4020205@wxs.nl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Trace: sea.gmane.org 1088079736 21462 80.91.224.253 (24 Jun 2004 12:22:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2004 12:22:16 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Jun 24 14:22:08 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdTF2-0000v4-00 for ; Thu, 24 Jun 2004 14:22:08 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id E0A7310B2F; Thu, 24 Jun 2004 14:21:53 +0200 (MEST) Original-Received: from www2.bitmailer.com (smtp-launch.bitmailer.com [195.16.159.17]) by ref.ntg.nl (Postfix) with ESMTP id ECFD810ABF for ; Thu, 24 Jun 2004 14:17:18 +0200 (MEST) Original-Received: from bitmail.bitmailer.com (localhost [127.0.0.1]) by www2.bitmailer.com (Postfix) with SMTP id 35FF0AE6C0 for ; Thu, 24 Jun 2004 14:17:18 +0200 (CEST) Original-Received: from 80.58.5.46 (proxying for 80.37.6.70) (SquirrelMail authenticated user bayesinf.com:jimarin) by bitmail.bitmailer.com with HTTP; Thu, 24 Jun 2004 14:17:18 +0200 (CEST) In-Reply-To: <40DA8D15.4020205@wxs.nl> Original-To: ntg-context@ntg.nl User-Agent: SquirrelMail/1.4.0 X-Priority: 3 Importance: Normal Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15540 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15540 Hi there, after some investigation concluded I did not really installed the latest version of ConTeXt properly. This being the cause of many of my previous messages that Patrick, Hans and others (thanks to all !) so kindly replied. What I have here is a cygwin distro that comes with a texfm distro, in this distro there is ConTeXt, but an older version from what I want installed. So in the texmf tree I put context files. So far so good. But...this cygwin has a texexec shell script in /usr/bin that makes the system to launch a texexec it has in: texfm/context/perltk. I put there the new version of texexec copying into that directory all the texmf/scripts/perl directory that comes in the new version of ConTeXt. Now the new texexec is summoned. Great. I even manage to pass to him the path where to put the en nl and metafun formats (texfm/web2c) and so it does when I asked it: texexec --make --alone en nl metafun But... when trying to do texexec --pdf dummy in /cygdrive/c/documents/versions (a cygwin alias to C:\documents\versions, place where dummy.tex can be found) it says: TeXExec 4.3 - ConTeXt / PRAGMA ADE 1997-2004 executable : pdfetex format : /cygdrive/c/cygwin/usr/share/texmf/web2c/cont-en inputfile : pvm output : pdftex interface : en current mode : none TeX run : 1 pdfetex: unrecognized option `-fmt=cont-en' Try `pdfetex --help' for more information. return code : 256 run time : 0 seconds total run time : 1 seconds make: *** [pvm.pdf] Error 1 I suspect the pdfetex executable... any ideas? thanks ! Jose