thanks to all replied! :)
On Mon, Aug 21, 2000 at 01:21:19PM +1000, Steve Youngs wrote:
* zw <zw(a)zhaoway.com> writes:
> when i do
> $ make bindist
> in cvs co'd xemacs-packages top directory,
> i got alot of
> ...
> xemacs exiting.Cannot open load file: package-info.el
> ...
In ./Local-rules did you set 'symlink =' to 't'? If so, try setting
it to 'nil'.
the same problem.
i'm compiling xemacs-packages cvs tree for xemacs-21.2 cvs tree,
xemacs-21.2 compiled okay, and runs just perfectly. ;) my trouble is
with the xemacs-packages.
indeed i'm not very much sure if it's using comipled out xemacs-21.2
which is installed in xemacs-21.2-cvs-toplevel/../dist/ when make bindist
in xemacs-packages-cvs-toplevel. though a `which xemacs' gives out the
fresh xemacs-21.2 binary.
and indeed i want to using the fresh checked out cvs version of
xemacs-packages, which means, i suppose, i have to set in ./Local-rules
symlink = t ?? but i don't even have a clue that how i can set the
--package-path for xemacs-21.2-cv/configure script.
please help me. :) thanks again!
-->output at the end of make bindist<--
(cd /home/zw/proj/xemacs/xemacs-packages/../Packages;
\ tar --exclude 'CVS' --exclude 'RCS' --exclude 'SCCS' --exclude
'*~'
--exclude '*.orig' --exclude '*.rej' --exclude '.#*' -cf
/home/zw/proj/xemacs/xemacs-packages/../Packages/skk-1.15-pkg.tar \
cat pkginfo/MANIFEST.skk)
(cd /home/zw/proj/xemacs/xemacs-packages/../Packages;
\ gzip -v9
/home/zw/proj/xemacs/xemacs-packages/../Packages/skk-1.15-pkg.tar;)
/home/zw/proj/xemacs/xemacs-packages/../Packages/skk-1.15-pkg.tar:
66.4% -- replaced with
/home/zw/proj/xemacs/xemacs-packages/../Packages/skk-1.15-pkg.tar.gz
xemacs -vanilla -batch \
-l package-info.el -f batch-update-package-info \
'1.15'
/home/zw/proj/xemacs/xemacs-packages/../Packages/skk-1.15-pkg.tar.gz \
'viper mule-base elib xemacs-base apel' \
'10.60' 'XEmacs Development Team <xemacs-beta(a)xemacs.org>'
'mule'
xemacs exiting.Cannot open load file: package-info.el
make[2]: *** [package-info] Error 255
make[2]: Leaving directory /home/zw/proj/xemacs/xemacs-packages/mule/skk'
make[1]: *** [bindist] Error 2
make[1]: Leaving directory /home/zw/proj/xemacs/xemacs-packages/mule'
make: *** [bindist] Error 2
zw@dumblink:6 ~/proj/xemacs/xemacs-packages $
-->cut here<--
if you need more information, please tell me. thanks alot!