in reply to Need Help Porting XS Modules to Windows
Where do I find Accelerate/Accelerate.h ?src\xs_arrays.c:13:10: fatal error: Accelerate/Accelerate.h: No such f +ile or directory #include <Accelerate/Accelerate.h> ^~~~~~~~~~~~~~~~~~~~~~~~~
I think there's some macos-specific stuff in there that needs to be replaced. Also, just before the above-quoted excerpt of the Levmar build I see:g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--bas +e-file,"lib\ICC\Support\Levmar.base" -Wl,--image-base,0x2d170000 -mdl +l -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE" -L"C:\_64\strawberry- +5.28.0\c\lib" "lib\ICC\Support\Levmar.lds" -framework Accelerate "lib +\ICC\Support\Levmar.exp" g++.exe: error: Accelerate: No such file or directory g++.exe: error: unrecognized command line option '-framework' dlltool --def "lib\ICC\Support\Levmar.def" --output-exp "lib\ICC\Suppo +rt\Levmar.exp" --base-file "lib\ICC\Support\Levmar.base" dlltool: Unable to open base-file: lib\ICC\Support\Levmar.base g++.exe -o "blib\arch\auto\ICC\Support\Levmar\Levmar.xs.dll" -Wl,--ima +ge-base,0x2d170000 -mdll -s -L"C:\_64\strawberry-5.28.0\perl\lib\CORE +" -L"C:\_64\strawberry-5.28.0\c\lib" "lib\ICC\Support\Levmar.lds" -fr +amework Accelerate "lib\ICC\Support\Levmar.exp" g++.exe: error: Accelerate: No such file or directory g++.exe: error: unrecognized command line option '-framework'
Neither of those commands generate an error, but neither 'lib\ICC\Support\Levmar.lds' nor 'lib\ICC\Support\Levmar.exp' are created.Generating script 'lib\ICC\Support\Levmar.lds' dlltool --def "lib\ICC\Support\Levmar.def" --output-exp "lib\ICC\Suppo +rt\Levmar.exp"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Need Help Porting XS Modules to Windows
by Anonymous Monk on Oct 01, 2018 at 07:35 UTC | |
by syphilis (Archbishop) on Oct 01, 2018 at 13:10 UTC | |
by Anonymous Monk on Oct 01, 2018 at 13:43 UTC | |
by Tux (Canon) on Oct 01, 2018 at 14:30 UTC | |
by Anonymous Monk on Oct 01, 2018 at 14:40 UTC | |
by syphilis (Archbishop) on Oct 01, 2018 at 22:57 UTC | |
by soonix (Chancellor) on Oct 02, 2018 at 03:30 UTC | |
|