Re: Alien::SLD2

2013-02-28 Thread Kartik Thakore
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,0x7d20 -mdll -s -L"C:\

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
Done https://github.com/PerlGameDev/Alien-SDL2 On Thu, Feb 28, 2013 at 10:10 PM, Kartik Thakore wrote: > Creating now > > > > On Thu, Feb 28, 2013 at 5:58 PM, kmx wrote: > >> >> On 28.2.2013 23:23, Kartik Thakore wrote: >> >>> I couldn't do ./configure in the portable strawberry perl .bat file

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
Creating now On Thu, Feb 28, 2013 at 5:58 PM, kmx wrote: > > On 28.2.2013 23:23, Kartik Thakore wrote: > >> I couldn't do ./configure in the portable strawberry perl .bat file >> shell. What shell do you use? >> > > MSYS - you can get it from http://sourceforge.net/** > projects/perlmingw/file

Re: Alien::SLD2

2013-02-28 Thread kmx
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.g

Alien::SLD2 (was: Re: SDL2.0 Dev)

2013-02-28 Thread kmx
Alien::SDL2 will just have SDL2 for now. The other libraries don't work with SDL2 as of yet. OK, could you create a repo like https://github.com/PerlGameDev/Alien-SDL2 ? In fact some of SDL_xxx libraries seem to support SDL2 I have exported latest trunk versions of these libs from their

Re: SDL2.0 Dev

2013-02-28 Thread kmx
On 28.2.2013 23:23, Kartik Thakore wrote: I couldn't do ./configure in the portable strawberry perl .bat file shell. What shell do you use? MSYS - you can get it from http://sourceforge.net/projects/perlmingw/files/MSYS%20Environment%20for%20End%20Users/ Alien::SDL2 will just have SDL2 fo

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
I couldn't do ./configure in the portable strawberry perl .bat file shell. What shell do you use? Alien::SDL2 will just have SDL2 for now. The other libraries don't work with SDL2 as of yet. On Thu, Feb 28, 2013 at 4:22 PM, kmx wrote: > Hi Kartik & Tobias, > > 1/ as for building strawberry per

Re: SDL2.0 Dev

2013-02-28 Thread kmx
Hi Kartik & Tobias, 1/ as for building strawberry perl binaries: - I use MSYS shell + gcc included in straberry perl - it builds fine without any patching simply by running: ./configure && make it seems like DirectX headers included in strawberry's gcc (I am using the latest 5.16.2) play well w

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
AWESOME. I would love your help on Alien::SDL2. Can you document your process somewhere for how you do the build on windows? On Thu, Feb 28, 2013 at 4:04 PM, kmx wrote: > > On 28.2.2013 2:09, Kartik Thakore wrote: > >> Hey Froggs, >> >> I am in windows lappy lately :(. How do you compile SDL1.2

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
fucking liars On Thu, Feb 28, 2013 at 4:07 PM, Tobias Leich wrote: > Thats not true, you still need to download and install the diectx sdk. > > Am 28.02.2013 20:52, schrieb Kartik Thakore: > > How do I set that up? I opened it in vs2013 and it kept complaining > > about missing directx headers.

Re: SDL2.0 Dev

2013-02-28 Thread Tobias Leich
Thats not true, you still need to download and install the diectx sdk. Am 28.02.2013 20:52, schrieb Kartik Thakore: > How do I set that up? I opened it in vs2013 and it kept complaining > about missing directx headers. But when I google it, msdn says that > directx is part of vs2013 since vs2008.

Re: SDL2.0 Dev

2013-02-28 Thread Tobias Leich
Hi kmx! The decision to make Alien::SDL2 was already made :o) So, feel free to create a new repository. I can do the linux/BSD-magic then... Cheers, Tobias Am 28.02.2013 22:04, schrieb kmx: > > On 28.2.2013 2:09, Kartik Thakore wrote: >> Hey Froggs, >> >> I am in windows lappy lately :(. How do

Re: SDL2.0 Dev

2013-02-28 Thread kmx
On 28.2.2013 2:09, Kartik Thakore wrote: Hey Froggs, I am in windows lappy lately :(. How do you compile SDL1.2 and can you compile SDL2.0 for strawberry perl? Hi Kartik, Check these: http://strawberryperl.com/package/kmx/sdl/32bit_SDL-2.0.0-6921_20130228.zip http://strawberryperl.com/packag

Re: SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
How do I set that up? I opened it in vs2013 and it kept complaining about missing directx headers. But when I google it, msdn says that directx is part of vs2013 since vs2008. So fucking weird. Kartik Thakore On 2013-02-28, at 1:20 AM, Tobias Leich wrote: > I'm using VC2010 Express or so... But

SDL2.0 Dev

2013-02-28 Thread Kartik Thakore
Hey Froggs, I am in windows lappy lately :(. How do you compile SDL1.2 and can you compile SDL2.0 for strawberry perl?