Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure to include stdint.h with VS 2010 or newer #10

Closed
wants to merge 1 commit into from

Conversation

nanis
Copy link

@nanis nanis commented Mar 11, 2015

See build failure on Windows.

Also, when building from git checkout, Makefile.PL used single quotes to quote author names which upsets cmd.exe. Use double-quotes on Windows.

Also, Makefile.PL used single quotes to quote author names which
upsets cmd.exe. Use double-quotes on Windows.
@salva
Copy link
Owner

salva commented Mar 12, 2015

Makefile.PL uses Config::AutoConf to inspect the environment so we can use it to discover if stdint.h is available instead of checking for specific compiler versions.

I have released version 0.52 that does that: https://metacpan.org/release/SALVA/Math-Int64-0.52

Could you test that the issue is actually solved in your environment?

Thank you!

@nanis
Copy link
Author

nanis commented Mar 12, 2015

C:\...> cpanm Math::Int64
--> Working on Math::Int64
Fetching http://www.cpan.org/authors/id/S/SA/SALVA/Math-Int64-0.52.tar.gz ... OK
Configuring Math-Int64-0.52 ... OK
Building and testing Math-Int64-0.52 ... OK

Thank you.

@nanis nanis closed this Mar 12, 2015
@nanis nanis deleted the nanis-msvc-fix branch March 12, 2015 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants