Andrei Olsen wrote: > On Monday, June 10, 2013 12:55:16 PM UTC+2, Bram Moolenaar wrote: > > On my work system I ran into problems when trying to build with both > > Python 2 and 3. > > > > The first error is: > > > > vim/src/if_python3.c:87: warning: "PyString_Check" redefined [enabled by > > default] > > 926 /usr/include/python2.7/stringobject.h:58: note: this is the location > > of the previous definition > > > > I didn't see this error on my home system. I wonder if there is > > something wrong with the configure stuff. config.log:
[...] > > We could do it the same way it is done with Python 2. Please, see the > patch (vim 7.3.1163). > > Also, though unrelated to this problem, older GCC compilers (version < > 4) do not accept "-pthread" on Solaris, so to add support for > multithreading using the POSIX threads library we need to use > "-pthreads". > > I added a fix for this as well. Thanks! I'll try it out. -- hundred-and-one symptoms of being an internet addict: 138. You develop a liking for cold coffee. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
