From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "J. Alejandro Noli" Newsgroups: gmane.emacs.help Subject: Compiling from cvs Date: Fri, 5 Oct 2007 19:36:03 -0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1708532246==" X-Trace: sea.gmane.org 1191623842 9227 80.91.229.12 (5 Oct 2007 22:37:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2007 22:37:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 00:37:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IdvnJ-0001ND-9g for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2007 00:37:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdvnE-0003Ub-EW for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Oct 2007 18:37:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdvmB-00035H-EO for help-gnu-emacs@gnu.org; Fri, 05 Oct 2007 18:36:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Idvm9-00034U-S3 for help-gnu-emacs@gnu.org; Fri, 05 Oct 2007 18:36:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Idvm9-00034P-Ix for help-gnu-emacs@gnu.org; Fri, 05 Oct 2007 18:36:05 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Idvm9-0004Ar-7h for help-gnu-emacs@gnu.org; Fri, 05 Oct 2007 18:36:05 -0400 Original-Received: by py-out-1112.google.com with SMTP id a73so1406955pye for ; Fri, 05 Oct 2007 15:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=VCGzUH0vXfzbznfDvUVc0ZUr239GmzhozkhhTsadFvc=; b=J7jL2lVBwiiR1EMuL8cug00HLBl4g6GuS6A+o0cDUFPT9htp8m/TRhSLdd7YeeSZE/u7aDtNweQzkpZCNrRpyxTv62EgTgI/GP2x8IpU0n04UDCOwdhONCIRwvidQMbiK4coeV95CGqPX2jZvLyakipXDm8E/kyq4r4U+3pxjbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Q6/ocWQHqLEMBMz+ScgGHrKBqOpboB2CwSgLooQL3Q0viU2GbLUdSlOIUp/XXPC0B1aqTs3vkylPZBsY93K2JmPok4oK4QFhBuZmPT8dcUIs9+aA4PVDw1VHl1bn/Y4xBkEIYtr8nFsaBystZe0IuPk+hECzu5sD8s5zqNS/jNc= Original-Received: by 10.65.114.11 with SMTP id r11mr17765617qbm.1191623763395; Fri, 05 Oct 2007 15:36:03 -0700 (PDT) Original-Received: by 10.65.43.7 with HTTP; Fri, 5 Oct 2007 15:36:03 -0700 (PDT) X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48140 Archived-At: --===============1708532246== Content-Type: multipart/alternative; boundary="----=_Part_33841_7458799.1191623763390" ------=_Part_33841_7458799.1191623763390 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ? ------=_Part_33841_7458799.1191623763390 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ?
------=_Part_33841_7458799.1191623763390-- --===============1708532246== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============1708532246==--