Re: auto{conf,make,*} probs under freebsd

2002-06-21 Thread Wolfgang W. Baumann

David T-G [EMAIL PROTECTED] (2002-Jun-21 00:11) wrote:

 Hmmm...  That's even worse.  When using make it will at least build
 the program, but when using gmake, after ./configure and my READY
 message I see
 
   ...
   creating po/POTFILES
   creating po/Makefile
   READY TO MAKE...
   cd .  aclocal -I m4
   cd .  automake --foreign --include-deps Makefile
   ./gen_defs ./OPS ./OPS.PGP  keymap_defs.h
   cd . \
  CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
   creating Makefile
   Makefile:447: *** missing separator.  Stop.
   Makefile:447: *** missing separator.  Stop.
   Makefile:447: *** missing separator.  Stop.
 

I've experienced the same problem building the latest mutt versions
(1.3.28, 1.3.99 and 1.4)  with Cedric's edit_threads patch and usin
gmake. This happenes on an Irix 6.5 machine:

Mutt 1.4i (2002-05-29)
Copyright (C) 1996-2001 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: IRIX64 6.5 (IP30) [using ncurses 5.0]
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL  -USE_SETGID  +USE_DOTLOCK  -DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK
+USE_POP  +USE_IMAP  -IMAP_EDIT_THREADS  -USE_GSS  +USE_SSL  -USE_SASL  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+HAVE_PGP  +BUFFY_SIZE -EXACT_ADDRESS  +SUN_ATTACHMENT  
-ENABLE_NLS  -LOCALES_HACK  -HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET  
+HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_GETSID  -HAVE_GETADDRINFO  
ISPELL=/client/bin/ispell
SENDMAIL=/usr/lib/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/local/share/mutt
SYSCONFDIR=/usr/local/etc
EXECSHELL=/bin/sh
-MIXMASTER
To contact the developers, please mail to [EMAIL PROTECTED].
To report a bug, please use the flea(1) utility.

suffixprefixcontextifdefedforcefuzznormalforwardoutputstripreversequietsilentskipbatchunifiedversiondebugTMPDIR/tmp.origRUnrAssumeIgnores.
patch-1.3.99.cd.edit_threads.9.2
 
I somehow managed to get 1.4 to build, but unfortunately I cannot give
the exact details. I *think* I built 1.4 from the distribution,
applied the patch and re-made mutt without reconfiguring.

Have A Nice Day,
Wolfgang
-- 
Wolfgang W. Baumann   [EMAIL PROTECTED] CFD Consultant @ ZIB  HLRN
It is impossible to sharpen a pencil with a blunt axe. It is equally vain  
to try to do it with ten blunt axes instead.  -- E. W. Dijkstra



auto{conf,make,*} probs under freebsd

2002-06-20 Thread David T-G

Hi again, all --

I am able to make my cocktail but not, for some reason, install it.  Once
I run a make I cannot run another one; I get

  bash-2.05a$ make install
  Makefile, line 447: Need an operator
  Makefile, line 448: Need an operator
  ...

for a lng time before it craps out.  Lines 447 and 448 of the
Makefile look like

  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/account.Po@am__quote@
  @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/addrbook.Po@am__quote@

and they similarly go on forever.

This looks like I need autoconf or automake or some other autothing on
the system.  Any pointers to the minimal set I need?


TIA again  HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg29114/pgp0.pgp
Description: PGP signature


Re: auto{conf,make,*} probs under freebsd

2002-06-20 Thread Matthew D. Fuller

On Thu, Jun 20, 2002 at 10:33:01PM -0500 I heard the voice of
David T-G, and lo! it spake thus:
 Hi again, all --
 
 I am able to make my cocktail but not, for some reason, install it.  Once
 I run a make I cannot run another one; I get
 
   bash-2.05a$ make install
   Makefile, line 447: Need an operator
   Makefile, line 448: Need an operator
   ...

I would guess it's because those statements are GNUmake type statements,
not Bmake type.  Use 'gmake', not 'make'.


-- 
Matthew Fuller (MF4839)   |  [EMAIL PROTECTED]
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/

The only reason I'm burning my candle at both ends, is because I
  haven't figured out how to light the middle yet



Re: auto{conf,make,*} probs under freebsd

2002-06-20 Thread David T-G

Matthew, et al --

...and then Matthew D. Fuller said...
% 
% On Thu, Jun 20, 2002 at 10:33:01PM -0500 I heard the voice of
% David T-G, and lo! it spake thus:
%  Hi again, all --
...
%  
%bash-2.05a$ make install
%Makefile, line 447: Need an operator
%Makefile, line 448: Need an operator
%...
% 
% I would guess it's because those statements are GNUmake type statements,
% not Bmake type.  Use 'gmake', not 'make'.

Hmmm...  That's even worse.  When using make it will at least build
the program, but when using gmake, after ./configure and my READY
message I see

  ...
  creating po/POTFILES
  creating po/Makefile
  READY TO MAKE...
  cd .  aclocal -I m4
  cd .  automake --foreign --include-deps Makefile
  ./gen_defs ./OPS ./OPS.PGP  keymap_defs.h
  cd . \
 CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
  creating Makefile
  Makefile:447: *** missing separator.  Stop.
  Makefile:447: *** missing separator.  Stop.
  Makefile:447: *** missing separator.  Stop.

so this seems a step back instead of forward :-(


Thanks, though,  HAND

:-D
-- 
David T-G  * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!




msg29121/pgp0.pgp
Description: PGP signature