Skip Menu |

This queue is for tickets about the Finance-InteractiveBrokers-SWIG CPAN distribution.

Report information
The Basics
Id: 71633
Status: resolved
Estimated: 5 min
Worked: 10 min
Priority: 0/
Queue: Finance-InteractiveBrokers-SWIG

People
Owner: INFIDEL [...] cpan.org
Requestors: leosusanto [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in:
  • 0.05
  • 0.04_01



Swig is not found under Win32 platform although the %PATH% contains the correct directory to swig binaries. The problem is with the Makefile.PL my $swig_bin = find_bin( 'swig' ); it should be: my $SWIGFilename = 'swig'; $SWIGFilename .= ".exe" if $^O eq 'MSWin32'; my $swig_bin = find_bin( $SWIGFilename );
Thank you very much for the bug report and patch. I will admit to not testing this on win32 beyond the very basics, so I genuinely appreciate the feedback. I have uploaded a new version with the patch as 0.04_01, which will become 0.05 if no new bugs are filed in a couple of weeks. https://metacpan.org/release/INFIDEL/Finance-InteractiveBrokers-SWIG-0.04_01 Please let me know if you run into other issues as you are further testing this module suite.