Open hakonhagland opened 4 years ago
Yes using the fix in #213 worked:
$ perl Build.PL
Checking for GSL using gsl-config
Found GSL 2.6 (via gsl-config) installed in /home/hakon/.cpanm/work/1595801186.15197/Alien-GSL-1.02/blib/lib/auto/share/dist/Alien-GSL
Checking if gcc supports "-Wall"...yes
Checking if gcc supports "-Wno-sometimes-uninitialized"...yes
Checking if gcc supports "-Wno-unused-function"...yes
Checking if gcc supports "-Wno-unused-value"...yes
Checking if gcc supports "-Wno-unused-function"...yes
Checking if gcc supports "-Wno-unused-variable"...yes
Checking if gcc supports "-Wno-gnu"...yes
Checking if gcc supports "-g"...yes
Checking prerequisites...
build_requires:
! Test::Class is not installed
! Test::Most is not installed
! Test::Taint is not installed
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Run 'Build installdeps' to install missing prerequisites.
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Math-GSL' version '0.42'
Have a great day!
But now I get other errors when trying to compile the C files.. I am opening a new issue for that, see #220
I am trying to install
Math::GSL
on Windows 10 using MSYS2. Currently I have been able to install the GSL library usingAlien::GSL
, but when I runperl Build.PL
forMath::GSL
:I believe this is the same problem as #212 which was fixed in PR #213 (but unfortunately did not make it into version 0.42). I will test with the code in PR #213 and see if it works or what more needs to be added for it to work on MSYS2. If we get it to work we might consider releasing a new version 0.43 to CPAN ..