Hello, I tried to compile on Aix 6.1 ( IBM Unix ) with Multi-byte support, i think with huge feature and it doesn't work to compile, (to generate makefile I used configure). If you are interested I could add details in a couple of days.
Best regards! On Saturday, May 18, 2013 8:46:18 PM UTC+2, Bram Moolenaar wrote: > Patch 7.3.968 > > Problem: Multi-byte support is only available when compiled with "big" > > features. > > Solution: Include multi-byte by default, with "normal" features. > > Files: src/feature.h > > > > > > *** ../vim-7.3.967/src/feature.h 2013-05-06 04:21:35.000000000 +0200 > > --- src/feature.h 2013-05-18 20:18:20.000000000 +0200 > > *************** > > *** 638,644 **** > > * Disabled for EBCDIC: > > * Multibyte support doesn't work on z/OS Unix currently. > > */ > > ! #if (defined(FEAT_BIG) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) \ > > && !defined(FEAT_MBYTE) && !defined(WIN16) \ > > && SIZEOF_INT >= 4 && !defined(EBCDIC) > > # define FEAT_MBYTE > > --- 638,644 ---- > > * Disabled for EBCDIC: > > * Multibyte support doesn't work on z/OS Unix currently. > > */ > > ! #if (defined(FEAT_NORMAL) || defined(FEAT_GUI_GTK) || defined(FEAT_ARABIC)) > \ > > && !defined(FEAT_MBYTE) && !defined(WIN16) \ > > && SIZEOF_INT >= 4 && !defined(EBCDIC) > > # define FEAT_MBYTE > > *** ../vim-7.3.967/src/version.c 2013-05-17 21:20:13.000000000 +0200 > > --- src/version.c 2013-05-18 20:21:19.000000000 +0200 > > *************** > > *** 730,731 **** > > --- 730,733 ---- > > { /* Add new patch number below this line */ > > + /**/ > > + 968, > > /**/ > > > > -- > > VOICE OVER: As the horrendous Black Beast lunged forward, escape for Arthur > > and his knights seemed hopeless, when, suddenly ... the animator > > suffered a fatal heart attack. > > ANIMATOR: Aaaaagh! > > VOICE OVER: The cartoon peril was no more ... The Quest for Holy Grail could > > continue. > > "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD > > > > /// -- 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 vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.