Minor build problem with 1.3.16i

2001-03-13 Thread Chris Green

I have just built mutt 1.3.16i and had a (minor) problem.

The ./configure produced one error:-

sed: can't read ./doc/instdoc.sh.in: No such file or directory

which I ignored, but this goes on to make install fail as follows:-

Making install in doc
/usr/home/chris/build/mutt-1.3.16/doc
make[1]: Entering directory `/usr/home/chris/build/mutt-1.3.16/doc'
test -f manual.html || make manual.html || cp ./manual*.html ./
test -f manual.txt || make manual.txt || cp ./manual.txt ./
make[1]: *** No rule to make target `instdoc.sh.in', needed by `instdoc.sh'.  Stop.
make[1]: Leaving directory `/usr/home/chris/build/mutt-1.3.16/doc'
make: *** [install-recursive] Error 1

Is it just that the file instdoc.sh is missing or it is something
more sinister?  :-)

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/



Re: Minor build problem with 1.3.16i

2001-03-13 Thread Lars Hecking


 I have just built mutt 1.3.16i and had a (minor) problem.
 
 This is mutt-users. mutt-1.3.16.i is a development version,
 and feedback about this version should go to mutt-dev.

 The solution to your problem is in the mutt-dev archives.
 In fact, it was even posted here less than a week ago.

 The ./configure produced one error:-
 
 sed: can't read ./doc/instdoc.sh.in: No such file or directory
 



Re: Minor build problem with 1.3.16i

2001-03-13 Thread Chris Green

On Tue, Mar 13, 2001 at 01:47:22PM +, Lars Hecking wrote:
 
  I have just built mutt 1.3.16i and had a (minor) problem.
  
  This is mutt-users. mutt-1.3.16.i is a development version,
  and feedback about this version should go to mutt-dev.
 
Yes, OK, but I don't really want to get on the mutt-dev list to
report just the occasional build problem.  I tend to go with
development versions at the moment because I use IMAP and that is
where a lot of the new development fixes and changes seem to be.

  The solution to your problem is in the mutt-dev archives.
  In fact, it was even posted here less than a week ago.
 
OK, thanks.

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]   Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/



Re: Minor build problem with 1.3.16i

2001-03-13 Thread Nelson D. Guerrero

Here's the file you need.
The message was posted on this list on Feb 26th.

* On Tue Mar 13 2001, Chris Green screamed:
- On Tue, Mar 13, 2001 at 01:47:22PM +, Lars Hecking wrote:
-  
-   I have just built mutt 1.3.16i and had a (minor) problem.
-   
-   This is mutt-users. mutt-1.3.16.i is a development version,
-   and feedback about this version should go to mutt-dev.
-  
- Yes, OK, but I don't really want to get on the mutt-dev list to
- report just the occasional build problem.  I tend to go with
- development versions at the moment because I use IMAP and that is
- where a lot of the new development fixes and changes seem to be.
- 
-   The solution to your problem is in the mutt-dev archives.
-   In fact, it was even posted here less than a week ago.
-  
- OK, thanks.
- 
- -- 
- Chris Green ([EMAIL PROTECTED])
-   Home: [EMAIL PROTECTED]Work: [EMAIL PROTECTED]
-   WWW: http://www.isbd.co.uk/


---
Nelson D. Guerrero  
Platinom.NET Dominicana |   E-Mail: [EMAIL PROTECTED]
Cub Scout #42, Ens. Naco|  Tel: (809) 567-4600
Santo Domingo, Dominican Republic   |  WWW: http://www.platinom.net
-


#!/bin/sh --

prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@
mandir=@mandir@
sharedir=@sharedir@
srcdir=@srcdir@
docdir=@docdir@
includedir=@includedir@
top_srcdir=@top_srcdir@
top_builddir=..

SOURCE="$1"
TARGET="$2"


rm -f "$TARGET"

sed -e "s;/usr/local/bin/;$bindir/;g"   \
-e "s;/usr/local/doc/mutt/;$docdir/;g"  \
"$SOURCE"  $TARGET

chmod 644 "$TARGET"



Re: Minor build problem with 1.3.16i

2001-03-13 Thread Rich Lafferty

On Tue, Mar 13, 2001 at 01:57:10PM +, Chris Green ([EMAIL PROTECTED]) wrote:

 Yes, OK, but I don't really want to get on the mutt-dev list to
 report just the occasional build problem.  I tend to go with
 development versions at the moment because I use IMAP and that is
 where a lot of the new development fixes and changes seem to be.

You not wanting to be on a mailing list does not mean that some other
mailing list is on-topic for the posts you should be sending to the
one you're not on.

  -Rich

-- 
-- Rich Lafferty ---
 Sysadmin/Programmer, Instructional and Information Technology Services
   Concordia University, Montreal, QC (514) 848-7625
- [EMAIL PROTECTED] --