On Tue, Jun 11, 2013 at 1:29 PM, Andrei Olsen <[email protected]> wrote: > On Tuesday, June 11, 2013 5:42:08 PM UTC+2, Ben Fritz wrote: >> On Monday, June 10, 2013 8:26:57 PM UTC-5, Andrei Olsen wrote: >> > 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. >> >> Hi! I tried using the patch (applied against 7.3.969) to get the "-pthreads" >> fix you provided. >> >> The patch applied (with offsets) and I did "make autoconf" from the src >> directory, but I get: >> >> configure.in:995: AC_MSG_RESULT(no); LIBS=$libs_save_old >> configure.in:999: AC_MSG_RESULT(no) >> *** Error code 1 >> make: Fatal error: Command failed for target `autoconf' >> >> I can't figure out the problem. >> >> It wasn't caused by the patch, I get the same message (with different line >> numbers) without the patch applied. Any ideas how to get around this? > > This should do it for 969.
Nope, thanks though. This patch applies without offsets at least, but when doing "make autoconf" I still get a generic "command failed" message. I attached the full output this time. Something I notice that looks weird in configure.in is this check: if test "X$PYTHON_CONFDIR" = "X"; then AC_MSG_RESULT([can't find it!]) else Vim highlights everything after the ' in "can't" as a string, up to a couple lines down where there is another apostrophe (in a comment?). sh syntax is quite foreign to me at this point I'm afraid, this may be perfectly valid syntax and Vim is highlighting wrong. -- -- 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.
make_autoconf.out
Description: Binary data
