Martin Buchholz <martin(a)xemacs.org> writes:
I tried to build my own packages (mule and non-mule).
make clean && make all
works, but
make install
does not.
I get
for dir in ; do \
make STAGING=/project/xemacs/ws/xemacs-packages/../Mule-Packages -C ${dir} install; \
done
/bin/sh: -c: line 1: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for dir in ; do make
STAGING=/project/xemacs/ws/xemacs-packages/../Mule-Packages -C ${dir} install; done'
This looks to me like you didn't edit 'Local.rules' properly. You
need to list the Mule packages that you wish to install at
'MULE_PACKAGES ='
The format of that is...
MULE_PACKAGES = mule/mule-base mule/leim mule/skk...
You use the same format for 'XEMACS_PACKAGES =' as well.
If you just want to build you own sumo's (ie, *ALL* packages) use the
'BuildSumo' script from the xemacs-builds CVS module.
because MULE_PACKAGES is empty. Surely I'm not supposed to enumerate
all mule packages here to build my own personal sumo...
How a user is supposed to build their own packages still doesn't seem
to be documented anywhere. Steve, how do YOU do it?
The short answer, I use the 'BuildSumo' script in xemacs-builds.
As for the package docs, I lost my local copies (which I hadn't
committed to CVS) when my hard drive went up in smoke. I'll have to
redo them.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|