So was trying to compile stuff this is what I get running. perl Build.pl
and perl Build in https://github.com/PerlGameDev/SDL2

I copied your libSDL2 zip files to strawberryperl/c

g++.exe -o "blib\arch\auto\SDL2\SDL2.dll" -Wl,--base-file,"lib\SDL2.base"
-Wl,--
image-base,0x7d200000 -mdll -s
-L"C:\Users\kthakore\Documents\Development\strawb
erry_perl\perl\lib\CORE"
-L"C:\Users\kthakore\Documents\Development\strawberry_p
erl\c\lib" "lib\SDL2.lds"
-LC:\Users\kthakore\Documents\Development\strawberry_p
erl\c\bin\..\lib -lmingw32 -lSDL2main -lSDL2 -mwindows "lib\SDL2.exp"
lib\SDL2.o:SDL2.c:(.text+0x5e): undefined reference to `get_handle_win32'
lib\SDL2.o:SDL2.c:(.text+0x4d7): undefined reference to
`windows_force_driver'
collect2: ld returned 1 exit status
dlltool --def "lib\SDL2.def" --output-exp "lib\SDL2.exp" --base-file
"lib\SDL2.b
ase"


On Thu, Feb 28, 2013 at 7:59 PM, kmx <k...@volny.cz> wrote:

>
>  Alien::SDL2 will just have SDL2 for now. The other libraries don't work
>> with SDL2 as of yet.
>>
>
>
> It is better than you might expect - in fact all of them work with SDL2
>
> All these (latest SNV/Mercurial exports) tarballs build without any
> troubles:
> SDL2-hg20130301.tar.gz
> SDL2_gfx-svn20130301.tar.gz
> SDL2_image-hg20130301.tar.gz
> SDL2_mixer-hg20130301.tar.gz
> SDL2_net-hg20130301.tar.gz
> SDL2_sound-hg20130301.tar.gz
> SDL2_ttf-hg20130301.tar.gz
>
> You can get them from 
> http://strawberryperl.com/**package/kmx/sdl/src/<http://strawberryperl.com/package/kmx/sdl/src/>
>
> --
> kmx
>

Reply via email to