Ogl 3.0 binaries

Does anyone have a compiled SDL 1.3 with OpenGL 3.0 support? I have no
idea how to compile subversion code, but I’d like to try the newest
SDL.

You might want to specify a platform!On Tue, Apr 7, 2009 at 6:44 AM, Jacek Nowak wrote:

Does anyone have a compiled SDL 1.3 with OpenGL 3.0 support? I have no
idea how to compile subversion code, but I’d like to try the newest
SDL.


http://codebad.com/

Doesn’t “no idea” imply Windows? :wink:
That’s how I felt when that was my only platform.

Jonny DOn Tue, Apr 7, 2009 at 10:47 PM, Donny Viszneki <donny.viszneki at gmail.com> wrote:

On Tue, Apr 7, 2009 at 6:44 AM, Jacek Nowak wrote:

Does anyone have a compiled SDL 1.3 with OpenGL 3.0 support? I have no
idea how to compile subversion code, but I’d like to try the newest
SDL.

You might want to specify a platform!


http://codebad.com/


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

No, but “I have no idea how to compile subversion code” does.

Don’t encourage me…On Wed, Apr 8, 2009 at 11:20 AM, Jonathan Dearborn wrote:

Doesn’t “no idea” imply Windows? ?:wink:
That’s how I felt when that was my only platform.


http://codebad.com/

well, all this stuff with subversion looks too Linux-like for me, I
use Windows and having to run console and compile anything from
console gives me creeps

That’s okay. Having to run everything from a GUI gives me the creeps.

Anyhow, it’s easier to build up than to build down. There are usually
front-ends for everything you’d want to do on GNU/Linux, but most
people use the command line because it’s easier once you jump in and
get used to the temperature.On Wed, Apr 8, 2009 at 4:46 PM, Jacek Nowak wrote:

well, all this stuff with subversion looks too Linux-like for me, I
use Windows and having to run console and compile anything from
console gives me creeps


http://codebad.com/

Oh, and this:

http://tortoisesvn.tigris.org/

I believe SDL compiles with Visual Studio.On Wed, Apr 8, 2009 at 4:46 PM, Jacek Nowak wrote:

well, all this stuff with subversion looks too Linux-like for me


http://codebad.com/

well, all this stuff with subversion looks too Linux-like for me

Oh, and this:

http://tortoisesvn.tigris.org/

I believe SDL compiles with Visual Studio.

Not directly from Subversion anymore… Sam broke down and automated
away some stuff which uses svnversion (not included in TortoiseSVN) to
generate a header file instead of updating it by hand, so Visual
Studio doesn’t cut it anymore, if you’re missing that file.

That said, it’s pretty easy to make up a fake one (or just steal it
from the last snapshot that worked)…

Otherwise, I do recommend TortoiseSVN if you’re more the GUI type.On Wed, Apr 8, 2009 at 5:00 PM, Donny Viszneki <donny.viszneki at gmail.com> wrote:


http://pphaneuf.livejournal.com/

well, all this stuff with subversion looks too Linux-like for me, I
use Windows and having to run console and compile anything from
console gives me creeps

Look up a program called Tortoise SVN. You’ll like it.>----- Original Message ----

From: Jacek Nowak
Subject: Re: [SDL] ogl 3.0 binaries

Yeah it is like, only a few lines, right?On Wed, Apr 8, 2009 at 5:04 PM, Pierre Phaneuf wrote:

That said, it’s pretty easy to make up a fake one (or just steal it
from the last snapshot that worked)…


http://codebad.com/

SDL used to have a Visual Studio project file.

Why not create an external tool definition that calls svnversion before
doing an actuall build.

Or better, why not create a msbuild file to automate this process?

If no one volunteers, I might try to do this myself, but only during the
next week, because
I am going to leave for my Easter vacations.

Cheers,
PauloOn Wed, Apr 8, 2009 at 11:08 PM, Donny Viszneki <donny.viszneki at gmail.com>wrote:

On Wed, Apr 8, 2009 at 5:04 PM, Pierre Phaneuf wrote:

That said, it’s pretty easy to make up a fake one (or just steal it
from the last snapshot that worked)…

Yeah it is like, only a few lines, right?


http://codebad.com/


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Why not create an external tool definition that calls svnversion before
doing an actuall build.

You don’t have to call svnversion. You could even just implement a
dummy process for it. It would be a start, anyway.

Or better, why not create a msbuild file to automate this process?

If no one volunteers, I might try to do this myself, but only during the
next week, because
I am going to leave for my Easter vacations.

That would be greatly appreciated!

Happy holidays!On Wed, Apr 8, 2009 at 6:43 PM, Paulo Pinto wrote:


http://codebad.com/