Federico Maggi
feder****@gmail*****
Mon Mar 5 17:46:43 JST 2007
On 04/mar/07, at 23:09, Seiji Zenitani wrote: > Next, try compile. It may take long time. > > $ make compile After having checked all the requirements, I compiled CAP but I get the following errors: ---- defeat:~/Desktop/CarbonEmacs phretor$ make compile if [ -e /sw ] ; then echo "/sw is found." ; exit -1 ; fi cd emacs ; \ perl -i -p -e 'if(/GetInfo/){s/\".*\"/\"March, 2007; Carbon Emacs Package by S. Zenitani et al.\"/;}' \ mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings ; \ cp -p ../Resources/Emacs.icns mac/Emacs.app/Contents/Resources/ ; \ cp -p ../Resources/document.icns mac/Emacs.app/Contents/Resources/ ; \ cp -pR ../Resources/Sheet.nib mac/Emacs.app/Contents/Resources/ English.lproj/ ; \ cp -p ../GPL/lisp/utf-8m.el lisp/international/ ; \ cp -p ../GPL/lisp/carbon-emacs-package.el lisp/ ; \ perl -i -p -e 'if(/@@@@/){s/\".*\"/\"March, 2007; Carbon Emacs Package by S. Zenitani et al.\"/;}' \ lisp/carbon-emacs-package.el ; \ cp -p ../GPL/lisp/site-*.el lisp/ ; \ rm -rf lisp/obsolete cd emacs ; \ env \ CFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/ MacOSX10.4u.sdk -DUSE_ATSUI -DUSE_MAC_TSM" \ ./configure \ --prefix=/Applications/Emacs.app/Contents/Resources \ --with-carbon --without-x \ --libexecdir=/Volumes/Emacs/Emacs.app/Contents/MacOS/ libexec ; \ env PER_ARCH_CFLAGS_ppc="-fast -mcpu=7450" \ make bootstrap checking build system type... powerpc-apple-darwin8.8.0 checking host system type... powerpc-apple-darwin8.8.0 checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make[1]: *** No rule to make target `bootstrap'. Stop. make: *** [compile] Error 2 ---- This is my environment: GCC defeat:~/Desktop/CarbonEmacs phretor$ gcc -v Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1819) AUTO* defeat:~/Desktop/CarbonEmacs phretor$ automake --version automake (GNU automake) 1.6.3 Written by Tom Tromey <trome****@redha*****>. Copyright 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. AUTO* defeat:~/Desktop/CarbonEmacs phretor$ autoconf --version autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. LATEX defeat:~/Desktop/CarbonEmacs phretor$ latex --version pdfeTeX 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.4 Copyright (C) 1997-2004 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Kpathsea is copyright (C) 1997-2004 Free Software Foundation, Inc. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfeTeX copyright and the GNU General Public License. For more information about these matters, see the files named COPYING and the pdfeTeX source. Primary author of pdfeTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX). Kpathsea written by Karl Berry and others. XCODE defeat:~/Desktop/CarbonEmacs phretor$ xcodebuild -version Component versions: DevToolsCore-660.0; DevToolsSupport-651.0 defeat:~/Desktop/CarbonEmacs phretor$ port --version MacPorts 1.320 -- Federico www.Maggi.cc