Re: Compile fails because of long long int

2014-03-13 Thread Ron Savage
Good idea. It sounds like you were thinking too far ahead. -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to marpa-parser+unsubscr...@googlegroups.com. For more op

Re: Compile fails because of long long int

2014-03-13 Thread Jeffrey Kegler
I am removing the requirement for unsigned long long from Marpa. Its motivation was to lay the ground for supporting for 64-bit Unicode characters, an extension which is completely outside the Unicode Consortium's requirements, but required to support Perl's Unicode fully. I did not get far w

Re: Compile fails because of long long int

2014-03-13 Thread Ruslan Shvedov
Well, I've just installed Visual Studio 6.0, compiled and installed perl 5.18.2 with it, downloaded J/JK/JKEGL/Marpa-R2-2.082000.tar.gz, unpacked it, patched line 525 in Build_Me.pm to read if (!$ac->check_type('unsigned long long int') and !$ac->check_type('unsigned __int64')) { and Marpa::R2 b

Re: Compile fails because of long long int

2014-03-13 Thread Ruslan Shvedov
This specific report doesn't include the msvc compiler version, but from these include and lib dirs in the environment C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual S