From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27611 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: mp file not compiling Date: Wed, 03 May 2006 15:13:24 +0200 Message-ID: <4458AC74.1060003@gmx.net> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146662063 22577 80.91.229.2 (3 May 2006 13:14:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 May 2006 13:14:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed May 03 15:14:21 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org 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 1FbHBC-0002Ho-3P for gctc-ntg-context-518@m.gmane.org; Wed, 03 May 2006 15:14:10 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9D366127B9; Wed, 3 May 2006 15:14:09 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15496-02; Wed, 3 May 2006 15:14:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CCC65127AA; Wed, 3 May 2006 15:14:02 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 75D23127AA for ; Wed, 3 May 2006 15:14:01 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10239-08 for ; Wed, 3 May 2006 15:14:00 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 3DF3312792 for ; Wed, 3 May 2006 15:13:59 +0200 (CEST) Original-Received: (qmail invoked by alias); 03 May 2006 13:13:59 -0000 Original-Received: from i577BAF08.versanet.de (EHLO [192.168.1.3]) [87.123.175.8] by mail.gmx.net (mp035) with SMTP; 03 May 2006 15:13:59 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27611 Archived-At: Aditya Mahajan wrote: > Hi, > Is the mp support for btex...etex broken in the latest context > (ConTeXt ver: 2006.04.27 15:59) The following does not compile, > > \starttext > \startMPpage > label(btex This is a test etex, origin) ; > \stopMPpage > \stoptext > > I get an error > > ! Unable to make mpx file. > l.123 label(btex > This is a test etex > > Even an mp file > > beginfig(1) > label(btex hello world etex, origin) ; > endfig > end; > > with texexec --mptex gives the same error message. > > Can somebody confirm this? Or is something broken at my end? > Both examples work here (27.4.2006). My best wishes for a fast and successful bug hunt ;) Greets, Peter > Aditya