tokuhirom / Perl-MinimumVersion-Fast

Other
4 stars 5 forks source link

requires Compiler::Lexer #15

Open Tux opened 9 years ago

Tux commented 9 years ago

This module requires Compiler::Lexer which requires a C++ compiler which is not available on many systems, esp if wanted on esoteric OS's like AIX or HP-UX.

As Compiler::Lexer gives no (easy) path to select a C++ compiler that is not in your $PATH (or is not recognized by default), the very useful module (Perl-MinimumVersion-Fast) cannot be used on systems where Compiler::Lexer cannot be built. Not your fault, but for sure annoying.

Hope you can find a working alternative that does not require C++ or G++

tokuhirom commented 9 years ago

It's really hard! On Apr 30, 2015 9:07 PM, "H.Merijn Brand" notifications@github.com wrote:

This module requires Compiler::Lexer which requires a C++ compiler which is not available on many systems, esp if wanted on esoteric OS's like AIX or HP-UX.

As Compiler::Lexer gives no (easy) path to select a C++ compiler that is not in your $PATH (or is not recognized by default), the very useful module (Perl-MinimumVersion-Fast) cannot be used on systems where Compiler::Lexer cannot be built. Not your fault, but for sure annoying.

Hope you can find a working alternative that does not require C++ or G++

— Reply to this email directly or view it on GitHub https://github.com/tokuhirom/Perl-MinimumVersion-Fast/issues/15.