What happend to Sol's SDL tutorial? (Gunnar G)

The first tutorial on
http://www.libsdl.org/tutorials.php

seems to be unavailable. Anyone knows where it went or how to contact the
author?

Links to the tutorial seems to be
http://iki.fi/sol/gp/ which redirects to

sol.planet-d.net

None working.

I clicked on the first link, and it worked just fine for me. Maybe
the server was somewhat busy?

-twoeyed

i think sol is now hosted somewhere on gamedev.net?!

twoeyedhuman schrieb:>>The first tutorial on

http://www.libsdl.org/tutorials.php

seems to be unavailable. Anyone knows where it went or how to contact the
author?

Links to the tutorial seems to be
http://iki.fi/sol/gp/ which redirects to

sol.planet-d.net

None working.

I clicked on the first link, and it worked just fine for me. Maybe
the server was somewhat busy?

-twoeyed


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Hi,

I have followed “SDL & KDevelop mini-HOWTO” at
http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html
almost word by word (except I modify configure.in.in instead of
configure.in
because the latter is created each time).

Endlessly, when I run the Makefile, I get the error "…cannot find -lslang"
but libslang.so.1 and libslang.so.1.4.5 are in /usr/lib

Any hint?
I can compile and run finely SDL code with my own makefile.

Thank you,

Fernando._________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it’s FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Hi there.

I never used KDevelop for SDL.
If you don’t mind using anjuta, I wouldn’t mind write
a how-to or something like that about ajuta + SDL. All
you have to do is modify one thing or two in the
project properties and anjuta recreates the Makefile
based on it.

Let me know if you have interest.

  • In?cio Ferrarini.

— Abril Nieto escreveu:

Hi,

I have followed “SDL & KDevelop mini-HOWTO” at

http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html> almost word by word (except I modify configure.in.in

instead of
configure.in
because the latter is created each time).

Endlessly, when I run the Makefile, I get the error
"…cannot find -lslang"
but libslang.so.1 and libslang.so.1.4.5 are in
/usr/lib

Any hint?
I can compile and run finely SDL code with my own
makefile.

Thank you,

Fernando.


Express yourself instantly with MSN Messenger!
Download today it’s FREE!

http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Converse com seus amigos em tempo real com o Yahoo! Messenger

Thank you very much for your offering but I prefer to
use Kdevelop by now. If I move to anjuta and I need
some help, I’ll write again.

(I forgot to mention that I am using Kdevelop 2.1)

Thank you,

Fernando>From: J Inacio

Reply-To: “A list for developers using the SDL library.
(includesSDL-announce)”
To: "A list for developers using the SDL library. (includes
SDL-announce)"
Subject: Re: [SDL] SDL & Kdevelop Date: Wed, 13 Jul 2005 08:16:48 -0300
(ART)

Hi there.

I never used KDevelop for SDL.
If you don’t mind using anjuta, I wouldn’t mind write
a how-to or something like that about ajuta + SDL. All
you have to do is modify one thing or two in the
project properties and anjuta recreates the Makefile
based on it.

Let me know if you have interest.

  • In?cio Ferrarini.

— Abril Nieto <@Abril_Nieto> escreveu:

Hi,

I have followed “SDL & KDevelop mini-HOWTO” at

http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html

almost word by word (except I modify configure.in.in
instead of
configure.in
because the latter is created each time).

Endlessly, when I run the Makefile, I get the error
"…cannot find -lslang"
but libslang.so.1 and libslang.so.1.4.5 are in
/usr/lib

Any hint?
I can compile and run finely SDL code with my own
makefile.

Thank you,

Fernando.


Express yourself instantly with MSN Messenger!
Download today it’s FREE!

http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Converse com seus amigos em tempo real com o Yahoo! Messenger
http://br.download.yahoo.com/messenger/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Express yourself instantly with MSN Messenger! Download today it’s FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

No offense but Kdevelop 2.1 probably predates the extinction of
dinosaurs. You might want to upgrade.

Or maybe you mean 3.2.1? In that case it’s the latest AFAIK.

  • SROn 7/13/05, Abril Nieto wrote:

(I forgot to mention that I am using Kdevelop 2.1)

Do you have a libslang.so also or just a libslang.so.1 and
libslang.so.1.4.5? If you don’t have a libslang.so I would try
creating a symbolic link to libslang.so.1.4.5 and see if that helps.

ErikOn 7/13/05, Abril Nieto wrote:

Hi,

I have followed “SDL & KDevelop mini-HOWTO” at
http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html
almost word by word (except I modify configure.in.in instead of
configure.in
because the latter is created each time).

Endlessly, when I run the Makefile, I get the error "…cannot find -lslang"
but libslang.so.1 and libslang.so.1.4.5 are in /usr/lib

Any hint?
I can compile and run finely SDL code with my own makefile.

Thank you,

Fernando.


Express yourself instantly with MSN Messenger! Download today it’s FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Do you have a libslang.so also or just a libslang.so.1 and
libslang.so.1.4.5? If you don’t have a libslang.so I would try
creating a symbolic link to libslang.so.1.4.5 and see if that helps.

Erik

Thank you very much, it works!!!

When I have some spare time I’ll upgrade my Kdevelop version, it’s true that
it’s a quite old version.

Thanks all,

Fernando.>From: Erik Gillespie <erik.gillespie at gmail.com>

Subject: Re: [SDL] SDL & Kdevelop
Date: Wed, 13 Jul 2005 11:22:09 -0400

On 7/13/05, Abril Nieto <@Abril_Nieto> wrote:

Hi,

I have followed “SDL & KDevelop mini-HOWTO” at
http://www.geekcomix.com/snh/files/docs/sdl-kdev/sdl-kdev-mini-how2.html
almost word by word (except I modify configure.in.in instead of
configure.in
because the latter is created each time).

Endlessly, when I run the Makefile, I get the error "…cannot find
-lslang"
but libslang.so.1 and libslang.so.1.4.5 are in /usr/lib

Any hint?
I can compile and run finely SDL code with my own makefile.

Thank you,

Fernando.


Express yourself instantly with MSN Messenger! Download today it’s FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl


Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/