Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vradash

Pages: [1]
1
Wow, works like a charm! Thank you! :D

Would love to see something like this for Metal Gear Solid for the PC...hehe.

2
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-21 05:11:07 »
It works now...thank you!

(And its freakin' funny! 99% CPU Usage and so on... xD)

3
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-20 19:03:22 »
Then get mad! :D It doesn't work. I get cannot find -lSDL_Image.
And I can't install SDL_Image, because of that freakin' stuff! (libjpeg and so on)
Hmmm maybe you should give up until the alpha release? :D
Or you could try poking around various forums where people have more experience with the MingW GCC variant compilor and the Dev C++ IDE.

Cyb

Okay...I will try.

4
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-20 18:13:35 »
Uninstall Dev-C++
Re-install latest version
install SDL (ONE STEP, OPEN THIS DEVPAK) http://devpaks.org/details.php?devpak=12

or I'll get mad  :-D

Then get mad! :D It doesn't work. I get cannot find -lSDL_Image.
And I can't install SDL_Image, because of that freakin' stuff! (libjpeg and so on)

5
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-18 06:32:37 »
I used this http://www.libsdl.org/release/SDL-devel-1.2.10-VC6.zip
Just create directory "SDL" in your devcpp "include" directory and copy files from include directory of SDL-devel in there.

Kay, that worked. Did the same with zlib. But now I get: cannot find -ISDL. :(

It needs library. You need to copy library from SDL-devel to your DEV c++ library directory.

Doesn't work...

http://old.devpaks.org/show.php?devpak=142

I need to install some other things: zlib, libpng, libjpeg, libtiff.
I installed them into Dev-C++ but I get always the same error.

6
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-17 19:15:40 »
I don't know. I can't find anything that looks like lsdl on the SDL homepage. Do you got something for me?

7
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-17 17:56:45 »
I used this http://www.libsdl.org/release/SDL-devel-1.2.10-VC6.zip
Just create directory "SDL" in your devcpp "include" directory and copy files from include directory of SDL-devel in there.

Kay, that worked. Did the same with zlib. But now I get: cannot find -ISDL. :(

8
Q-Gears / Re: SDL/SDL.h: No such file or directory
« on: 2006-06-17 08:07:15 »
Go to the package manager inside Dev-C++ and install it from there

I installed it, but I get the same error. :(

9
Q-Gears / SDL/SDL.h: No such file or directory
« on: 2006-06-16 17:03:14 »
Hi there!
I just wanted to try Q-Gears. So I checked out the latest Revision and want to compile it with Dev-C++.
The I got this error:
'SDL/SDL.h: No such file or directory' (in windowsdl.cpp)
Then I downloaded the latest SDL Package and set up the complete include folder as an include folder in Dev-C++.
Same result.
After that, I copied the include directory (renamed it to SDL) in some directories. Edit: Of course directories in the q-gears folder. :)
Same result again.
Can you help me?
(Sorry, I have no experience with that source-compile-stuff...I just wanted to try. :) )

Pages: [1]