On Sunday, July 7, 2013 8:51:04 PM UTC-4, raf wrote: > Bram Moolenaar wrote: > > > > > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > > > > This is the first BETA release of Vim 7.4. > > > > > > Please check that the distribution is OK. I haven't done one for a long > > > time. Report anything that isn't right. That includes a crash but also > > > a typo in the documentation or a missing file. > > > > mid-2010 macbookpro > > macosx-10.6.8 > > gcc-4.2.1 > > > > obtained vim-7.4a.002 via hg (same result via ftp). > > > > configure \ > > --disable-darwin \ > > --with-x \ > > --enable-gui=motif \ > > --enable-multibyte \ > > --with-mac-arch=current \ > > --with-features=huge \ > > --disable-acl > > > > Test results: > > test96 FAILED > > TEST FAILURE > > > > diff -u test96.ok test96.failed > > --- test96.ok 2013-07-08 10:12:36.000000000 +1000 > > +++ test96.failed 2013-07-08 10:15:31.000000000 +1000 > > @@ -4,6 +4,8 @@ > > - quickfix claims that the file name displayed is: test://bar.txt > > Test B: > > - number of window open: 2 > > +Test B: > > + - number of window open: 2 > > Test C: > > - 'buftype' of the location list window: quickfix > > - buffer displayed in the 2nd window: test://quux.txt > > > > i.e. the "Test B" section of the file is repeated. > > > > cheers, > > raf > > > > p.s. ftp.vim.org:pub/vim/unstable/patxhes/7.4a/MD5 doesn't contain > > an md5 sum for 7.4a.002 (but MD5SUMS does).
Hey Raf, Just build fine in Mac OS X 10.8.4 gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) ./configure output here https://gist.github.com/Goles/89075c9254052d99b062 ./vim --version VIM - Vi IMproved 7.4a BETA (2013 Jul 6, compiled Jul 17 2013 11:19:32) MacOS X (unix) version Included patches: 1-27 Normal version without GUI. Features included (+) or not (-): -arabic +file_in_path -mouse_sgr +tag_binary +autocmd +find_in_path -mouse_sysmouse +tag_old_static -balloon_eval +float -mouse_urxvt -tag_any_white -browse +folding +mouse_xterm -tcl +builtin_terms -footer +multi_byte +terminfo +byte_offset +fork() +multi_lang +termresponse +cindent -gettext -mzscheme +textobjects -clientserver -hangul_input +netbeans_intg +title +clipboard +iconv +path_extra -toolbar +cmdline_compl +insert_expand -perl +user_commands +cmdline_hist +jumplist +persistent_undo +vertsplit +cmdline_info -keymap +postscript +virtualedit +comments -langmap +printer +visual -conceal +libcall -profile +visualextra +cryptv +linebreak -python +viminfo -cscope +lispindent -python3 +vreplace +cursorbind +listcmds +quickfix +wildignore +cursorshape +localmap +reltime +wildmenu +dialog_con -lua -rightleft +windows +diff +menu -ruby +writebackup +digraphs +mksession +scrollbind -X11 -dnd +modify_fname +signs -xfontset -ebcdic +mouse +smartindent -xim -emacs_tags -mouseshape -sniff -xsmp +eval -mouse_dec +startuptime -xterm_clipboard +ex_extra -mouse_gpm +statusline -xterm_save +extra_search -mouse_jsbterm -sun_workshop -farsi -mouse_netterm +syntax system vimrc file: "$VIM/vimrc" user vimrc file: "$HOME/.vimrc" 2nd user vimrc file: "~/.vim/vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/usr/local/share/vim" Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: gcc -L/usr/local/lib -o vim -lm -lncurses -liconv -framework Cocoa Hope this somehow helps you out a bit? -- -- 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.
