This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiling from CVS


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]