Re: error building the doc/ directory

2001-10-31 Thread Alexey Aphanasyev

Hello everyone,

Jan Prikryl wrote:
 
 Quoting Ivan D Nestlerode ([EMAIL PROTECTED]):
 
  [...] It compiled the stuff in src, and then tried
  to make the documents in doc.
 
  This is where the trouble started.
 
 Dear Ivan,
 
 this is an error in 1.7 makefiles. It's repaired in CVS - look at
 http://sunsite.dk/wget/wgetdev.html for more information about WGET
 CVS.

It doesn't look like the problem solution is saved in cvs repository.

First I got problem with $(SAMPLERCTEXI) target in doc/Makefile. I
changed all occurrences of '$' variable to '$?' by Ian Abbott's
[EMAIL PROTECTED] advice.

Then I got stuck at:

quote
make: don't know how to make texi2pod.pl. Stop
*** Error code 2
/quote

Then I fixed doc/Makefile like this:

quote
Index: doc/Makefile.in
===
RCS file: /pack/anoncvs/wget/doc/Makefile.in,v
retrieving revision 1.16
diff -u -0 -r1.16 Makefile.in
--- doc/Makefile.in 2001/06/15 18:36:31 1.16
+++ doc/Makefile.in 2001/10/31 08:26:10
@@ -51 +51 @@
-TEXI2POD = ./texi2pod.pl
+TEXI2POD = texi2pod.pl
/quote

... and there was a problem again:

quote
texi2pod.pl ./wget.texi texi2pod.pl wget.pod
usage: .//texi2pod.pl [-D toggle...] [infile [outfile]]
*** Error code 255

Stop in /usr/home/alexis/work/wget/doc.
*** Error code 1
/quote

 The release that repaires this and some other build problems (mainly
 related to SSL library detection) will be 1.7.1 .

There is still not the 1.7.1 release in the repository. There are not
any changes in the repository since 26 June.

I just wonder where I can find the freshest sources for release 1.7.1
and if it is planned to commit them into the repository.

 Thanks for reporting this.
 
 -- jan
 
 ---+
   Jan Prikryl  icq | vr|vis center for virtual reality and
   [EMAIL PROTECTED]  83242638 | visualisation http://www.vrvis.at
 ---+

Regards,
Alexis



Re: error building the doc/ directory

2001-08-01 Thread Jan Prikryl

Quoting Ivan D Nestlerode ([EMAIL PROTECTED]):

 [...] It compiled the stuff in src, and then tried
 to make the documents in doc.
 
 This is where the trouble started.

Dear Ivan,

this is an error in 1.7 makefiles. It's repaired in CVS - look at
http://sunsite.dk/wget/wgetdev.html for more information about WGET
CVS.

The release that repaires this and some other build problems (mainly
related to SSL library detection) will be 1.7.1 .

Thanks for reporting this.

-- jan

---+
  Jan Prikryl  icq | vr|vis center for virtual reality and
  [EMAIL PROTECTED]  83242638 | visualisation http://www.vrvis.at
---+