You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sharedir of the Alien::SDL is include in the auto/share folder of the par with the new Module::ScanDeps. However this still doesn't work because the path to the sharedir is not in PATH generated by the PAR main.pl script.
The text was updated successfully, but these errors were encountered:
Author: kthakore
Time: 1273594975
Field: comment
Value: Here is there error message in windows:
{{{>shooter.exe
Can't load 'C:\DOCUME1\thakore\LOCALS1\Temp\par-thakore\cache-11c295583d97886b
d735342224be572697581ff3\70dbc484.dll' for module SDL_perl: load_file:The specif
ied module could not be found at c:/strawberry/perl/lib/DynaLoader.pm line 200.
at C:\strawberry\perl\vendor\lib/PAR/Heavy.pm line 128
Compilation failed in require at SDL.pm line 42.
BEGIN failed--compilation aborted at SDL.pm line 42.
Compilation failed in require at script/shooter.pl line 39.
BEGIN failed--compilation aborted at script/shooter.pl line 39.}}}
Using this script [http://gist.github.com/raw/301949/3f694899cae57f9f980355df84acdf203569a4a3/shooter.pl shooter.pl]
I ran
{{{
pp -o shooter3.exe -M Alien::SDL -M ExtUtils::CBuilder::Base -cd=deps2 shooter.pl
}}}
The sharedir of the Alien::SDL is include in the auto/share folder of the par with the new Module::ScanDeps. However this still doesn't work because the path to the sharedir is not in PATH generated by the PAR main.pl script.
The text was updated successfully, but these errors were encountered: