sxemacs-devel
[Top] [All Lists]

BMW problems

From: Zajcev Evgeny <zevlg@xxxxxxxxx>
Subject: BMW problems
Date: Sat, 24 Dec 2005 22:25:24 +0300
Organization: Home
User-agent: Gnus/5.1007 (Gnus v5.10.7) SXEmacs/22.1.3 (BMW, berkeley-unix)
I've got some problems with BMW ..

While building, i've got those messages

    ...
    Finding pointers to doc strings...
    Note: Strange doc (not fboundp) for function root @ 335072
    Finding pointers to doc strings...done
    Warning: doc lost for function x-selection-reply-timeout-internal.
    Warning: doc lost for function lcm.
    Warning: doc lost for function gcd.
    Warning: doc lost for function x-rotate-cutbuffers-internal.
    Warning: doc lost for function x-get-cutbuffer-internal.
    Warning: doc lost for function x-store-cutbuffer-internal.
    
    This is usually because some files were preloaded by loaddefs.el or
    site-load.el, but were not passed to make-docfile by Makefile.
    ...

After installing, i've got init file loading problems, because
lisp/auto-autoloads.el was looking like:

    (if (featurep 'lisp-autoloads) (error "Already loaded"))
    
    ;;;***
    
    (autoload 'list-load-path-shadows "shadow" "" t nil)
    (autoload 'dolist "cl-macs" "" nil 'macro)
    (autoload 'batch-byte-compile "bytecomp" "" nil nil)
    
    ;;;***
    
    (provide 'lisp-autoloads)

so after downloading bmw tarball and doing

    $ ./configure
    $ gmake
    $ gmake install

I've got broken SXEmacs :(

Could somebody please report success status, to see your building?

Thanks!

-- 
lg

<Prev in Thread] Current Thread [Next in Thread>