My Strawberry Perl is 64 bit. I downloaded 64bit SDL1 from the site you provided (SDL2 couldn't be recognized). After runnning 'perl Build.pl', I got the following response:
########### log 1 ############ E:\A_Downloads\alien\Alien-SDL-1.446>perl Build.PL Welcome to Alien::SDL module installation ----------------------------------------- checking operating system... MSWin32 checking for gcc... yes checking build system type... MSWin32-x64-multi-thread checking platform specific module... using 'My::Builder::Windows' checking SDL_INST_DIR env var... yes, E:\A_Downloads\SDL1_STRAWBERRY checking for config script... yes, E:\A_Downloads\SDL1_STRAWBERRY\bin\ +sdl-config no checking for config script... no checking for pthread... no checking for SDL... no checking for z... no checking for jpeg... no checking for tiff... no checking for png... no checking for SDL_image... no checking for ogg... no checking for vorbis... no checking for vorbisfile... no checking for SDL_mixer... no checking for freetype... no checking for SDL_ttf... no checking for SDL_gfx... no checking for pangoft2... no checking for pango... no checking for gobject... no checking for gmodule... no checking for glib... no checking for fontconfig... no checking for expat... no checking for SDL_Pango... no checking for prebuilt binaries... no You have the following options: [1] Already installed SDL ver=1.2.14 path=E:\A_Downloads\SDL1_STRAWBER +RY\bin\..\ [2] Quit installation What way do you wanna go? [1 ]1 Using already installed SDL ver=1.2.14 path=E:\A_Downloads\SDL1_STRAWB +ERRY\bin\. .\ Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Alien-SDL' version '1.446' E:\A_Downloads\alien\Alien-SDL-1.446> ##############################

There was a new file created called Build.bat. I ran it and got the following:

############ log 2 ############## E:\A_Downloads\alien\Alien-SDL-1.446>Build.bat Build option used: Already installed SDL ver=1.2.14 path=E:\A_Downloads\SDL1_STRA +WBERRY\bin \..\ Building Alien-SDL E:\A_Downloads\alien\Alien-SDL-1.446> ##############################

In reply to Re^4: Alien::SDL installation on win8 by timewarps1
in thread Alien::SDL installation on win8 by timewarps1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.