Questions tagged [sdl]

Simple DirectMedia Layer (SDL); a crossplatform library that provides a simple interface to graphics, sound and input devices.

Simple DirectMedia Layer (SDL) is a cross-platform, free and open source multimedia library written in C that presents a simple interface to various platforms' graphics, sound, and input devices.

* Text taken from Wikipedia.

84 questions
1
vote
2 answers

Compile error /usr/bin/ld: cannot find -lSDL collect2

When I do $ gcc cube.c -lglut -lGL -lGLU -lSDL /usr/bin/ld: cannot find -lSDL collect2: error: ld returned 1 exit status When I do $ sudo apt-get install libsdl* Reading package lists... Building dependency tree... Reading state…
Evan S
  • 377
1
vote
0 answers

Video scaling using sdlvideosink

how can I do video scaling using playbin2 and sdlvideosink. Actually videoscale is not a property of playbin2. So how can I do it. Can you help me
1
vote
1 answer

How to install "megamario" ("SDL/SDL.h" not found)

I tried to install megamario1.7 on Ubuntu 12.04 64bit (http://sourceforge.net/projects/mmario/?source=dlp) I installed all requiered SDL-libraries. Wenn I type in make PREFIX=/usr/local It gives me the error SDL/SDL.h - no such file ore…
Produnis
  • 1,747
1
vote
2 answers

Undefined Symbol Error when running SDL program

I've recently started playing around with SDL, following some tutorials online. I got a basic test program going, and it compiled fine, and it ran fine until recently. Starting about two days ago, trying to run the binary (The same binary, not…
Jason Baker
  • 111
  • 5
0
votes
2 answers

configure script throwing up gcc errors

I'm trying to compile SDL-1.2.15 on Ubuntu 12.04 http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html The install guide says that I need to start by calling the configure file. Looking at the comments, this seems to be needed to create…
0
votes
2 answers

can't install SDL-1.2.15 on Ubuntu 12.04

Having real trouble installing SDL-1.2.15 on the latest version of Ubuntu. http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html The install guide that comes with the tar file says that I need to start by calling the configure file. …
0
votes
0 answers

Unable to install SDL2

I'm trying to install a piece of software that require SDL2 first but I'm having trouble installing SDL2 on Ubuntu. Most sites I've searched have said to do: sudo apt-get install libsdl2-2.0 or sudo apt-get install libsdl2-dev But I'm always getting…
-1
votes
4 answers

Unable to locate package libsdl1.2-dev

I'm having issues trying to install sdl to run some applications. I used a string given by the FAQ of the app I was trying to run, but this is the result. devlin@DiningRoomHP:~$ sudo apt-get install libsdl1.2-dev Reading package lists...…
Kyle Ravenborn
  • 1
  • 1
  • 1
  • 1
-1
votes
1 answer

Dependency errors while installing SDL2

I want use SDL2 in my project. For that I need lib and include SDL2 files. I was trying to install SDL2 with apt-get install libsdl2-dev but get an errors: The following packages have unmet dependencies: libpulse-dev : Depends: libpulse0 (=…