Was attempting a OS X (13.3.0 Darwin) install. Didn't complete.

0. bootstrap: successful
1. configure warned me of a bunch of programs missing: `pnmcut', `pnmcrop',
`pnmtopng', `psselect', `pnmtops' and `gs'.
Of these I installed gs as make would fail without it. configure succeeded
otherwise.
2. Both make and make -j fail with multiple errors:
a.
/bin/sh: xpmtoppm: command not found
/bin/sh: pnmdepth: command not found
/bin/sh: pnmtops: command not found
make[1]: *** [gnu.eps] Error 127
make: *** [all] Error 2

b.
sed -f ../tmac/strip.sed ../contrib/mom/`basename contrib/mom/om.tmac`-u >
contrib/mom/om.tmac;
sed: RE error: illegal byte sequence
make[1]: *** [contrib/mom/om.tmac] Error 1
make: *** [all] Error 2

Attached are log snippets from the attempt.

- Vaibhaw



On Mon, Aug 11, 2014 at 11:36 AM, Werner LEMBERG <w...@gnu.org> wrote:

>
> >>  extern "C" const char *Version_string = "1.22.2";
> >
> > extern "C" const char *Version_string;
> > const char *Version_string = "1.22.2";
> >
> > but I'm not sure if it's the proper way to solve this warning.
>
> Does
>
>   extern "C" {
>     const char *Version_string = "1.22.2";
>   }
>
> work better?
>
>
>     Werner
>
>

Attachment: groff_install.log.gz
Description: GNU Zip compressed data

Reply via email to