help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] compiling bbdb3 with mingw


From: Sean Sieger
Subject: Re: [h-e-w] compiling bbdb3 with mingw
Date: Thu, 10 Oct 2013 12:00:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Eli Zaretskii <address@hidden> writes:

    Use the unmsys--file-name function, like Emacs Makefile's do in lisp/
    and in leim/, to overcome this problem.  And ask Roland to make that
    change in the upstream package, since unmsys--file-name is a no-op for
    any OS but Windows.

I sent a mail to the bbdb list.

In the meanwhile, I tried to substitute this bit from lisp/Makefile,

        $(emacs) -l autoload \
                --eval '(setq autoload-builtin-package-versions t)' \
                --eval '(setq generated-autoload-file (unmsys--file-name 
"$(lisp)/loaddefs.el"))' \
                -f batch-update-autoloads $$wins

for this, in bbdb/lisp/makefile-temp,

        $(emacs) -l autoload \
                --eval '(setq generated-autoload-file "'`pwd`/$@'")' \
                --eval '(setq make-backup-files nil)' \
        -f batch-update-autoloads `pwd`

like this,

        $(emacs) -l autoload \
                --eval '(setq generated-autoload-file (unmsys--file-name 
"'`pwd`/$@'")' \
                --eval '(setq make-backup-files nil)' \
                -f batch-update-autoloads `pwd`

It wasn't fatal but it didn't write bbdb-loaddefs.el like I was hopin'
and prayin' it would.




reply via email to

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