Using CVS as of this evening 9:47pm EDT:

mkdir -p /Users/gilbertharman/emacs/nextstep/Emacs.app/
( cd /Users/gilbertharman/emacs/nextstep/Cocoa/Emacs.base ; tar cfh -
. ) | ( cd /Users/gilbertharman/emacs/nextstep/Emacs.app/ ; tar xf - )
( cd /Users/gilbertharman/emacs/nextstep/Emacs.app/ ; for subdir in
`find . -type d ! -name CVS -print` ; do chmod a+rx ${subdir} ; rm -rf
${subdir}/CVS ; rm -f ${subdir}/.cvsignore ; done ; )
echo "dispnew.o frame.o scroll.o xdisp.o menu.o  window.o charset.o
coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o
xfaces.o    emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o
filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o
cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o
data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o
print.o lread.o syntax.o unexmacosx.o bytecode.o process.o callproc.o
region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o
textprop.o composite.o md5.o   nsterm.o nsfns.o nsmenu.o nsselect.o
nsimage.o nsfont.o fontset.o fringe.o image.o   terminfo.o lastfile.o
  " > buildobj.lst
gcc  -prebind -framework AppKit -lresolv -Xlinker -headerpad -Xlinker
6C8  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o menu.o
window.o charset.o coding.o category.o ccl.o character.o chartab.o
cm.o term.o terminal.o xfaces.o    emacs.o keyboard.o macros.o
keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o
fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o
search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o
eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o
bytecode.o process.o callproc.o region-cache.o sound.o atimer.o
doprnt.o strftime.o intervals.o textprop.o composite.o md5.o
nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o fontset.o
fringe.o image.o   terminfo.o lastfile.o          -lresolv -lncurses
ld: duplicate symbol _Fx_list_fonts in nsfns.o and xfaces.o

collect2: ld returned 1 exit status
make[1]: *** [temacs] Error 1
make: *** [src] Error 2

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to