Simple DirectMedia Layer (SDL); a crossplatform library that provides a simple interface to graphics, sound and input devices.
0
votes
1answer
38 views
Compile fail. SDL problem
When I try to compile this program using make command, it fails. I think I have all the neccessary libraries for this. Here is the screen shot of the trerminal with the compile fail.
And here is a ...
0
votes
0answers
19 views
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, ...
3
votes
0answers
57 views
Can SDL work on Ubuntu Touch?
Recently, I've see the Ubuntu Touch video here http://www.youtube.com/watch?feature=player_embedded&v=cpWHJDLsqTU
I want to try to port my own game (using SDL and OGRE) from PC to Ubuntu Tablets.
...
1
vote
1answer
143 views
When will the sdl 1.3 libraries be available (implementing force feedback), or how do I compile them?
I want to use sdl force feedback for my joystick and use it on dolphin-emu.
I need the 1.3 sdl libraries and only 1.2 are available. I tried to build them, but with no luck.
Can anyone help?
0
votes
0answers
170 views
Building 32-bit SDL application on 64-bit
I am using Ubuntu 11.10 64-bit.
I am trying to compile a 32-bit C++ application that depends on SDL using g++ with the -m32 flag, but I'm getting incompatibility errors due to having a 64-bit version ...
0
votes
0answers
190 views
How to Set Up Ubuntu To Run SDL Apps With Direct Frame Buffering
I'm using Agar, have the free device drivers, and cannot run SDL apps on a tty. How do I do that with Ubuntu?
I have been able to get Agar apps to run in an X environment, but not when they run on a ...
0
votes
0answers
148 views
Gnome session in ubuntu doesn't remove top panel in fullscreen apps
For instance, in dosbox or wine apps configurated for fullscreen. This is highly annoying.
I've noticed that apparently Unity (which i don't use) doesn't have this complaint, probably since Unity is ...
1
vote
2answers
66 views
Blob And Conquer: SDL not showing textures
This is something that has happened since I upgraded to 9.10, but hasn't got fixed yet.
I'd like you to look at Blob And Conquer and some of his screenshots, like this one:
Now, install the app ...
0
votes
0answers
116 views
what are the most common libraries to program with in C++, OpenGL, and SDL for 12.04?
I'm looking to take my very basic knowledge of C++ programming to the next level and beyond in the Ubuntu OS. For Windows, not so much.
Im looking to find the most common libraries for C++, OpenGL, ...
1
vote
1answer
90 views
Editor with Code Completion for SDL
Is there a code editor that offers code completion and shows the function prototype for SDL?
I ask for an automatic completion like in Notepad++, that shows functions list after like 3 characters ...
2
votes
1answer
256 views
OpenGL games won't open due to X11
For some reason, any OpenGL game I try to play crashes when it wants to open the window. Let me give you an example from running teeworlds from terminal:
imnotanerd@sys76laptop:~$ teeworlds
# skip to ...
0
votes
2answers
2k views
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 ...
0
votes
2answers
1k views
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 ...
3
votes
1answer
2k views
Shared libSDL library fails to open
I'm having an issue with a shared library called libsdl. What I'm trying to do actually is to start up a game engine called GCCG (Generic Collectible Card Game). All the necessary packages were ...
1
vote
1answer
3k views
How to get faster graphics in KVM? VNC is painfully slow with Haiku OS guest, Spice won't install and SDL doesn't work
I've been coming up to speed on the Haiku operating system, an Open Source clone of BeOS 5 Pro.
I'm using an Apple MacBook Pro as my development machine. Apple's BootCamp BIOS does not support more ...
3
votes
2answers
3k views
Can't compile program that uses SDL after upgrade to 11.10 - undefined reference to SDL_Init
I've just upgraded from 11.4 to 11.10 and at least one thing seems to be broken: I have a C++ program that is using SDL and OpenGL. I was able to compile and run it just fine before the upgrade. Now I ...
4
votes
1answer
3k views
I downloaded Dwarf Fortress. Why won't it run?
I downloaded the version of Dwarf Fortress for Linux onto my computer, but when I click on the df file, it doesn't do anything. When I run it in a terminal, it gives me this message:
error while ...
1
vote
2answers
2k views
How to run kvm/qemu on a virtual terminal with kms enabled
I deduce from the kvm howtos that this should actually work with sdl and a framebuffer, but I can't get it going.
Doing kvm -cdrom tinycore-current.iso with normal user account on a virtual terminal ...