From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21978 invoked by alias); 19 Feb 2004 10:22:58 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 21969 invoked from network); 19 Feb 2004 10:22:57 -0000 Received: from unknown (HELO mail.ukfsn.org) (217.158.120.143) by sources.redhat.com with SMTP; 19 Feb 2004 10:22:57 -0000 Received: from localhost (lucy.ukfsn.org [127.0.0.1]) by mail.ukfsn.org (Postfix) with ESMTP id A5BDFE6D71; Thu, 19 Feb 2004 10:21:44 +0000 (GMT) Received: from mail.ukfsn.org ([127.0.0.1]) by localhost (lucy.ukfsn.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26332-03; Thu, 19 Feb 2004 10:21:44 +0000 (GMT) Received: from localhost (dsl-80-46-246-220.access.as9105.com [80.46.246.220]) by mail.ukfsn.org (Postfix) with ESMTP id 66D79E6D54; Thu, 19 Feb 2004 10:21:44 +0000 (GMT) Received: by localhost with local (Exim 3.35 #1 (Debian)) id 1AtlKZ-0002sU-00; Thu, 19 Feb 2004 10:22:55 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16436.36479.384020.238967@debian.local> Date: Thu, 19 Feb 2004 10:22:00 -0000 To: Jacek Pliszka Cc: gsl-discuss@sources.redhat.com Subject: Re: Compiling from CVS In-Reply-To: <1077134441.13814.24.camel@kubus.grambling.net> References: <1077115612.1093.45.camel@kubus.grambling.net> <16435.35225.182194.85232@debian.local> <1077132813.13814.22.camel@kubus.grambling.net> <1077134441.13814.24.camel@kubus.grambling.net> X-SW-Source: 2004-q1/txt/msg00056.txt.bz2 Jacek Pliszka writes: > Now I have problems compiling, file version-ref.texi seems to be > missing: > Making all in doc > make[2]: Entering directory `/home/pliszka/ph/numerics/powell/gsl/doc' > /bin/sh /home/pliszka/ph/numerics/powell/gsl/missing --run makeinfo -I > . \ > -o gsl-ref.info `test -f 'gsl-ref.texi' || echo './'`gsl-ref.texi > gsl-ref.texi:106: @include `version-ref.texi': No such file or > directory. Did you use "./configure --enable-maintainer-mode"? (this should be mentioned in the HACKING file, I think) The version.texi file has to be generated automatically, and this is only done in "maintainer mode". -- Brian Gough