emacs-pretest-bug
[Top][All Lists]
Advanced

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

compile problems


From: David Hansen
Subject: compile problems
Date: Mon, 08 Sep 2003 02:12:33 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Hello,

i try to compile emacs from cvs on my debian sid box.

After

$ ./configure --without-pop --without-sound --prefix=$HOME

i run

$ make bootstrap

and get the following error message:


for file in $wins; do \
   /home/dhansen/CVS/emacs-090803/lisp/../update-subdirs $file; \
done;
wd=/home/dhansen/CVS/emacs-090803/lisp; subdirs=`find $wd -type d -print`; for 
file in $subdirs; do case $file in */Old | */RCS | */CVS | */CVS/* | 
*/.arch-ids | */.arch-ids/* | */=* ) ;; *) wins="$wins $file" ;; esac; done; \
echo Directories: $wins; \
../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload --eval 
'(setq generated-autoload-file 
"/home/dhansen/CVS/emacs-090803/lisp/loaddefs.el")' -f batch-update-autoloads 
$wins
Directories:
Cannot open load file: encoded-kb
make[1]: *** [autoloads] Error 255
make[1]: Leaving directory `/home/dhansen/CVS/emacs-090803/lisp'
make: *** [bootstrap] Error 2


The file is there:

$ find -name "encoded-kb*"
./lisp/international/encoded-kb.el

and a sym link in the ./lisp directory helps to prevent this error
message but then i get error messages for other missing elisp files,
so i assume sym linking is not the right way to solve this problem.

Regards,

David


,----[ last lines of the ./configure output ]
| Configured for `i686-pc-linux-gnu'.
| 
|   Where should the build process find the source code?    
/home/dhansen/CVS/emacs-090803
|   What operating system and machine description files should Emacs use?
|         `s/gnu-linux.h' and `m/intel386.h'
|   What compiler should emacs be built with?               gcc -g -O2
|   Should Emacs use the GNU version of malloc?             yes
|       (Using Doug Lea's new malloc from the GNU C Library.)
|   Should Emacs use a relocating allocator for buffers?    yes
|   Should Emacs use mmap(2) for buffer allocation?         no
|   What window system should Emacs use?                    x11
|   What toolkit should Emacs use?                          LUCID
|   Where do we find X Windows header files?                /usr/X11R6/include
|   Where do we find X Windows libraries?                   /usr/X11R6/lib
|   Does Emacs use -lXaw3d?                                 yes
|   Does Emacs use -lXpm?                                   yes
|   Does Emacs use -ljpeg?                                  yes
|   Does Emacs use -ltiff?                                  yes
|   Does Emacs use -lungif?                                 yes
|   Does Emacs use -lpng?                                   yes
|   Does Emacs use X toolkit scroll bars?                   yes
| 
| configure: creating ./config.status
| config.status: creating Makefile
| config.status: creating lib-src/Makefile.c
| config.status: creating oldXMenu/Makefile
| config.status: creating man/Makefile
| config.status: creating lwlib/Makefile
| config.status: creating src/Makefile.c
| config.status: creating lisp/Makefile
| config.status: creating lispref/Makefile
| config.status: creating lispintro/Makefile
| config.status: creating leim/Makefile
| config.status: creating src/config.h
| config.status: executing default commands
| creating src/epaths.h
| creating lib-src/Makefile
| creating src/Makefile
`----

-- 
EOF

Attachment: pgpsRbKARm_vg.pgp
Description: PGP signature


reply via email to

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