Re: Link errors with Inline::CPP and VS2013 Express

2014-03-15 Thread David Oswald
If possible, I like to deal with portability issues in Makefile.PL so that users have a smooth install experience. Here's how we're currently configuring for Windows environments: elsif ( $Config{osname} =~ m/^MSWin/ ) { $cc_guess = 'cl -TP -EHsc'; $libs_guess = 'MSVCIRT.LIB'; } Is the

Re: Link errors with Inline::CPP and VS2013 Express

2014-03-15 Thread sisyphus1
From: Dean Arnold which seemed to be solved by removing the "-nodefaultlib" link option. So I copied the link command emitted by Inline::CPP and deleted that option and reran the link, and it seems to work OK. Do you have any idea how I might be able to suppress that option in the link command

Link errors with Inline::CPP and VS2013 Express

2014-03-15 Thread Dean Arnold
I'm running Activestate Perl 5.14.2 (64 bit), 64 bit Windows 7, Visual Studio Express 2013 for Windows Desktop. When I run nmake test for Inline::CPP, I get errors: cl -TP -EHsc -c -I"C:/Perl64/Inline-CPP-0.49/t" -nologo -GF -W3 -MD -Z i -DNDEBUG -Ox -GL -fp:precise -DWIN32 -D_CONSOLE -