RE: Any hint when 5.10 will be out?

2007-08-29 Thread Jan Dubois
On Wed, 29 Aug 2007, Foo JH wrote: > Just raising my hand that I'm eagerly awaiting the release of > 5.10...what's the news? I think it will be "soon", as in the next month or two. Note that this is a guess, not a promise, as I have no control over it. Cheers, -Jan _

Any hint when 5.10 will be out?

2007-08-29 Thread Foo JH
Just raising my hand that I'm eagerly awaiting the release of 5.10...what's the news? ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

perl\lib\CORE\patchlevel.h

2007-08-29 Thread Suresh Govindachar
The file perl\lib\CORE\patchlevel.h defines: #define PERL_REVISION 5 /* age */ #define PERL_VERSION8 /* epoch */ #define PERL_SUBVERSION 8 /* generation */ Is the build number (e.g., 822) defined somewhere? If not, what is a good way for a make file (such as

RE: How to make this patch for vim work in more situations?

2007-08-29 Thread Suresh Govindachar
Jan Dubois wrote: >On Tue, 28 Aug 2007, Suresh Govindachar wrote: >> >> Here's what I came up with for a patch to account for two new >> symbols (Perl_sv_2iv_flags, Perl_newXS_flags) introduced in >> ActiveState perl for build 822 and later (these symbols were >> preventing the buil

RE: How to make this patch for vim work in more situations?

2007-08-29 Thread Jan Dubois
On Tue, 28 Aug 2007, Suresh Govindachar wrote: > > Hello, > > Here's what I came up with for a patch to account for two new > symbols (Perl_sv_2iv_flags, Perl_newXS_flags) introduced in > ActiveState perl for build 822 and later (these symbols were > preventing the building of vim with dy

How to make this patch for vim work in more situations?

2007-08-29 Thread Suresh Govindachar
Hello, Here's what I came up with for a patch to account for two new symbols (Perl_sv_2iv_flags, Perl_newXS_flags) introduced in ActiveState perl for build 822 and later (these symbols were preventing the building of vim with dynamic support for perl). After patching, I tested building