From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/20042 Path: news.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?Q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: new beta (again) Date: Fri, 22 Apr 2005 10:23:39 +0200 Message-ID: <20050422082338.GC13248@cebitec.uni-bielefeld.de> References: <20050420082348.GA17331@cebitec.uni-bielefeld.de> <42661658.3080105@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1114157993 28504 80.91.229.2 (22 Apr 2005 08:19:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 08:19:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 22 10:19:51 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOtNb-0004Hq-SI for gctc-ntg-context-518@m.gmane.org; Fri, 22 Apr 2005 10:19:16 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 097F81281B; Fri, 22 Apr 2005 10:23:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09047-06-7; Fri, 22 Apr 2005 10:23:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0FDCE12811; Fri, 22 Apr 2005 10:23:47 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B2F6D12811 for ; Fri, 22 Apr 2005 10:23:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09047-06-6 for ; Fri, 22 Apr 2005 10:23:44 +0200 (CEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE (sauron.cebitec.uni-bielefeld.de [129.70.160.28]) by ronja.ntg.nl (Postfix) with ESMTP id E6E19127FD for ; Fri, 22 Apr 2005 10:23:44 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 71C74374 for ; Fri, 22 Apr 2005 10:23:40 +0200 (MEST) Original-Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (sauron [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10613-02-4 for ; Fri, 22 Apr 2005 10:23:39 +0200 (MEST) Original-Received: from mowgli.Genetik.Uni-Bielefeld.DE (mowgli.CeBiTec.Uni-Bielefeld.DE [129.70.160.61]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 861DC36F for ; Fri, 22 Apr 2005 10:23:39 +0200 (MEST) Original-Received: by mowgli.Genetik.Uni-Bielefeld.DE (Postfix, from userid 13119) id 5189513F1; Fri, 22 Apr 2005 10:23:39 +0200 (MEST) Original-To: mailing list for ConTeXt users Mail-Followup-To: mailing list for ConTeXt users Content-Disposition: inline In-Reply-To: <42661658.3080105@wxs.nl> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new at cebitec.uni-bielefeld.de X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:20042 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:20042 On Wed, 20 Apr 2005 at 10:44:08+0200, Hans Hagen wrote: > Eckhart Guth=F6hrlein wrote: >=20 > >Does somebody know which patches still have to be applied to texexec t= o > >get it working? >=20 > in texexec.ini/rme set the engine switch to false As mentioned before, that didn't help. > the problem is that engine support is handled (kin dof) by the tex engi= nes=20 > but it seems to be broken for mpost Obviously, texexec insists to call a comman named "metafun". I have created an executable file with that name in the path which just contains one line: mpost --progname mpost \&metafun $1 $2 $3 $4 $5 $6 Admittedly not nice, but it seems to work, since mp graphics are generated, without any changes to texexec.rme/ini. However, I still get a strange message This is MetaPost, Version 0.641 (Web2C 7.4.3) ** ! End of file on the terminal... why? during the texexec run. So something is not quite ok, but I really don't know what. --=20 Eckhart