The error message:

    objects/if_python3.o: In function `set_option_value_for':
    if_python3.c:(.text+0x1704): undefined reference to `win_find_tabpage'
    collect2: ld returned 1 exit status
    link.sh: Linking failed

Note that the undefined reference is actually in if_py_both.h, and not in
if_python3.c as stated above.

A proposed patch:

=================================================
diff --git a/src/window.c b/src/window.c
--- a/src/window.c
+++ b/src/window.c
@@ -4058,7 +4058,8 @@
 }
 #endif

-#if (defined(FEAT_WINDOWS) && defined(FEAT_PYTHON)) || defined(PROTO)
+#if (defined(FEAT_WINDOWS) && \
+    (defined(FEAT_PYTHON) || defined(FEAT_PYTHON3))) || defined(PROTO)
 /*
  * Find the tabpage for window "win".
  */
=================================================

-- 
Xavier

Les Chemins de Lokoti: http://lokoti.alwaysdata.net

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Raspunde prin e-mail lui