>>>>> "Yair" == Yair Friedman <[EMAIL PROTECTED]> writes:
Yair> After manually building BBDB many times it was time to try to
Yair> write a make.bat for those who like me are in the make-less
Yair> world. Cygwin is unfortunately not an option yet.
Well, since someone else is doing the same thing... You should change
the first line from `@echo on' to `@echo off'. I think that there is
some problem with the generated file `bbdb-autoloads.el'. This files
ends up being a single ^L. I think that it will eliminate the number
of (require 'bbdb-xxxx) that you need to set up.
I have an `auto-autoloads.el' file on my Linux system, but it is 2.00.06
and my NT system has version 2.2. Maybe I will upgrade the Linux system
and use the same 'bbdb-autoload.el' file. The relavent parts of the
`make.bat' are,
rem echo >bbdb-autoloads.el
rem call %1\bin\%emacs% -batch -q -no-site-file -l autoload -eval "(setq
generated-autoload-file \"%BBDBDIR%\\bbdb-autoloads.el\")" -eval "(setq
make-backup-files nil)" -eval "(setq autoload-package-name \"bbdb\")" -f
batch-update-autoloads %BBDBDIR%
call %1\bin\%emacs% -batch -q -no-site-file -f batch-byte-compile bbdb-autoloads.el
Any suggestions? Any relavent info/man/URLs to find out what should be
happening.
thx,
Bill
--
ANNOYED BY ATOMIC BOMB. SINKING. U-412.
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/