Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Make error on Mac OS X 10.1
- X-seq: zsh-workers 16103
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Steven Farrier'" <webmaster@xxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: RE: Make error on Mac OS X 10.1
- Date: Mon, 22 Oct 2001 15:09:15 +0400
- Importance: Normal
- In-reply-to: <200110221104.f9MB4bS08729@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> I have been attempting to build zsh on Mac OS X 10.1
>
> I installed dlcompat like the MACHINE file suggested. That failed so I
> then
> tried disabling dynamic modules that didn't seem to help.
>
> Below is the build process. I used the latest 4.1.0 snapshot.
...
>
> cc -Wl,-x -o zsh main.o `cat stamp-modobjs` -lm -lc
> ( \
> echo 'STARTDEF()'; \
> echo 'def(version)(0)('4.1.0-dev-2')'; \
> echo 'def(date)(0)(''September 27, 2001'')'; \
> echo 'ENDDEF()#' | tr '#' '\\'; \
> ) > ./version.yo
> case zsh.1 in \
> */*) target=zsh.1 ;; \
> *) target=./zsh.1 ;; \
> esac; \
> case ': yodl' in :*) ;; *) \
> : yodl -I. -w zman.yo version.yo zsh.yo | sed -e '1s/\\-/-/g' -e
> '/^\.'\''/d' > $target \
> ;; esac; \
> test -f $target
> make[1]: *** [zsh.1] Error 1
> make: *** [all] Error 1
> [localhost:~/source/zsh-4.1-20011022] tachys%
That's O.K., zsh CVS snapshot requires yodl to build documentation
(release comes with prebuilt docs). You can just comment out Doc subdir
in top-level Makefile, that will give you functional (hopefully) zsh
without manuals. Or install yodl; I do not have actual download
location, sorry.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author