From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12801 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: Problem running ConTeXt (cont-en.efmt not found..) Date: Wed, 06 Aug 2003 21:49:05 +0200 Organization: privat Sender: ntg-context-admin@ntg.nl Message-ID: <15709.7222902395$1060199709@news.gmane.org> References: <1060167480.3954.4.camel@apollo> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060199685 17130 80.91.224.253 (6 Aug 2003 19:54:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 19:54:45 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Aug 06 21:55:07 2003 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 19kUNH-0007dO-00 for ; Wed, 06 Aug 2003 21:55:07 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id DD3C910B66; Wed, 6 Aug 2003 21:55:00 +0200 (MEST) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.189]) by ref.ntg.nl (Postfix) with ESMTP id 0856210ACB for ; Wed, 6 Aug 2003 21:48:56 +0200 (MEST) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19kUHH-0006Mc-00 for ntg-context@ntg.nl; Wed, 06 Aug 2003 21:48:55 +0200 Original-Received: from [62.72.92.86] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19kUHG-0007MH-00 for ntg-context@ntg.nl; Wed, 06 Aug 2003 21:48:54 +0200 Original-Received: from [192.168.1.2] (helo=burger.local) by levana with esmtp (Exim 3.12 #1 (Debian)) id 19kUHD-0000TN-00 for ; Wed, 06 Aug 2003 21:48:51 +0200 Original-Received: from burger.local (localhost [127.0.0.1]) by burger.local (8.12.9/8.12.9) with ESMTP id h76Jn6RQ022553 for ; Wed, 6 Aug 2003 21:49:06 +0200 (CEST) Original-Received: (from pg@localhost) by burger.local (8.12.9/8.12.2/Submit) id h76Jn6Df022552; Wed, 6 Aug 2003 21:49:06 +0200 (CEST) X-Authentication-Warning: burger.local: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: <1060167480.3954.4.camel@apollo> (Jules Colding's message of "06 Aug 2003 12:58:00 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) 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:12801 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12801 Jules Colding writes: Hi Jules, > "texexec --make en de dl" command, but that one fails with: > > ################# CUT ##################### > TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003 > > fmtutil: no info for format `cont-en'. > fmtutil: no info for format `cont-de'. > fmtutil: no info for format `cont-nl'. There are probably two possible ways (I only use the fist alternative) 1) run texexec --make --alone en de dl metafun and copy the resulting efmt and mem files to the appropiate places. (texmf/web2c/) (btw. what is dl?) 2) edit the "fmtutil" helper file (fmtutil --edit) and uncomment the cont-en ... lines and run texexec --make ... again. Patrick