Hello,

The latest version of vim73b does not build with aap, because
blowfish.c and sha256.c are not included in the sources list in
main.aap.  The attached patch should fix that.  Perhaps main.aap
could be improved to parse the Filelist file, so there is just one
list of sources to maintain.

Cheers,

Pavol

------------------------------------------------------------------------
diff -r 014a996ac896 src/main.aap
--- a/src/main.aap      Wed May 19 21:57:45 2010 +0200
+++ b/src/main.aap      Thu May 20 13:20:00 2010 -0400
@@ -290,6 +290,7 @@
 # Some are optional and depend on configure.
 # "version.c" is missing, it's always compiled (see below).
 Source =
+        blowfish.c
         buffer.c
         charset.c
         diff.c
@@ -328,6 +329,7 @@
         regexp.c
         screen.c
         search.c
+        sha256.c
         spell.c
         syntax.c
         tag.c

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Raspunde prin e-mail lui