emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems building a Mac package


From: Steven Tamm
Subject: Re: problems building a Mac package
Date: Tue, 14 Jan 2003 09:39:33 -0800

This is the right forum. The problem is a bug in make-package that I introduced in the last version. I'll have a fix checked in soon. In the meantime, you can get it to work by doing this

./make-package --builddir=build

This will create a new directory, mac/build, which will contain the result of the build. You would have to delete this yourself (or reuse it later to speed up the build process).

On the other hand, why are you using make-package? Unless you are making a binary distribution, doing this should work.

./configure --enable-carbon-app=/Applications
make install

-Steven


On Tuesday, January 14, 2003, at 08:25  AM, fortepianissimo wrote:

Sorry if this is not the right forum to ask this - I'm
new to Emacs on Mac. Since early January I found by
issuing make-package in emacs/mac can no longer build
the package for me. Here is what I did to build it:

cd emacs
make clean
cd mac
CFLAGS='-O3 -faltivec' CXXFLAGS='-O3 -faltivec'
./make-package

and the error messages I had are: (excerpt)

--- cut here ---
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/PkgInfo:
No such file or directory
cp: cannot create regular file
`/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/License.txt':
No such file or directory
cp: cannot create regular file
`/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/ReadMe.txt':
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
./make-package:
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/English.lproj/Emacs.info:
No such file or directory
Creating pax file
pax: Failed open to write on
/var/root/src/emacs.build/mac/make-package.build.24889/mac/Emacs.pkg/ Contents/Resources/Emacs.pax
<No such file or directory>

ATTENTION! pax archive volume change required.
Ready for archive volume: 1
Input archive name or "." to quit pax.
Archive name >
--- cut here ---

Apparently some directory inside the build directory
was missing.

My system is 10.2.3, with Fink 10.2 installed. Any
suggestion is welcome. Thanks.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


_______________________________________________
Emacs-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/emacs-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]