all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Compiling from cvs
@ 2007-10-05 22:36 J. Alejandro Noli
  2007-10-06  7:45 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: J. Alejandro Noli @ 2007-10-05 22:36 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 1999 bytes --]

Hi!

I'm trying to compile for the first time emacs from cvs with './configure
--without-x' under ubuntu 7.04
I want to do that to read emails from ssl or tls servers.

When making  i've got this:

gcc -Demacs -DHAVE_CONFIG_H   -I. -I/home/alejandro/emacs/src
-D_BSD_SOURCE   -g -O2 -Wno-pointer-sign  -Wl,-znocombreloc
/home/alejandro/emacs/src/prefix-args.c -o prefix-args
echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o
category.o ccl.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 print.o lread.o abbrev.o syntax.o unexelf.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    terminfo.o lastfile.o   vm-limit.o   " >
buildobj.lst
gcc -nostdlib `./prefix-args -Xlinker  -z nocombreloc` -Wl,-znocombreloc -o
temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o
xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.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 print.o lread.o abbrev.o
syntax.o unexelf.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
terminfo.o lastfile.o   vm-limit.o        -lncurses   -lm -lgcc -lc -lgcc
/usr/lib/crtn.o
make[1]: *** No hay ninguna regla para construir el objetivo
`/home/alejandro/emacs/src/../lisp/emacs-lisp/byte-run.elc', necesario para
`../etc/DOC'.  Alto.
make[1]: se sale del directorio `/home/alejandro/emacs/src'
make: *** [src] Error 2

What can be wrong ?

[-- Attachment #1.2: Type: text/html, Size: 2271 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling from cvs
  2007-10-05 22:36 Compiling from cvs J. Alejandro Noli
@ 2007-10-06  7:45 ` Eli Zaretskii
  2007-10-06 14:05   ` J. Alejandro Noli
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2007-10-06  7:45 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Fri, 5 Oct 2007 19:36:03 -0300
> From: "J. Alejandro Noli" <janoli@gmail.com>
> 
> make[1]: *** No hay ninguna regla para construir el objetivo
> `/home/alejandro/emacs/src/../lisp/emacs-lisp/byte-run.elc', necesario para
> `../etc/DOC'.  Alto.
> make[1]: se sale del directorio `/home/alejandro/emacs/src'
> make: *** [src] Error 2
> 
> What can be wrong ?

Looks like you need to "make bootstrap" instead of just "make".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling from cvs
  2007-10-06  7:45 ` Eli Zaretskii
@ 2007-10-06 14:05   ` J. Alejandro Noli
  0 siblings, 0 replies; 3+ messages in thread
From: J. Alejandro Noli @ 2007-10-06 14:05 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 685 bytes --]

On 10/6/07, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > Date: Fri, 5 Oct 2007 19:36:03 -0300
> > From: "J. Alejandro Noli" <janoli@gmail.com>
> >
> > make[1]: *** No hay ninguna regla para construir el objetivo
> > `/home/alejandro/emacs/src/../lisp/emacs-lisp/byte-run.elc', necesario
> para
> > `../etc/DOC'.  Alto.
> > make[1]: se sale del directorio `/home/alejandro/emacs/src'
> > make: *** [src] Error 2
> >
> > What can be wrong ?
>
> Looks like you need to "make bootstrap" instead of just "make".


done.  It worked!

_______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>

[-- Attachment #1.2: Type: text/html, Size: 1365 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-06 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-05 22:36 Compiling from cvs J. Alejandro Noli
2007-10-06  7:45 ` Eli Zaretskii
2007-10-06 14:05   ` J. Alejandro Noli

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.