search for: libsdl

Displaying 20 results from an estimated 38 matches for "libsdl".

Did you mean: libdl
2008 Jun 22
0
Fw: Renouoveau hangs on 79th test on 8800 GT
...sr/lib/libGLcore.so.1 #12 0x00007f7e81e2dec3 in ?? () from /usr/lib/libGLcore.so.1 #13 0x00007f7e8262d60f in ?? () from /usr/lib/libGL.so.1 #14 0x00007f7e82607e78 in ?? () from /usr/lib/libGL.so.1 #15 0x00007f7e8260afe0 in ?? () from /usr/lib/libGL.so.1 #16 0x00007f7e8555d4a2 in ?? () from /usr/lib/libSDL-1.2.so.0 #17 0x00007f7e8556145e in ?? () from /usr/lib/libSDL-1.2.so.0 #18 0x00007f7e85561667 in ?? () from /usr/lib/libSDL-1.2.so.0 #19 0x00007f7e85552b12 in SDL_VideoQuit () from /usr/lib/libSDL-1.2.so.0 #20 0x00007f7e8552d855 in SDL_QuitSubSystem () from /usr/lib/libSDL-1.2.so.0 #21 0x00007f7e85...
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I can download libvorbisfile.a for i686-w64-mingw32 and can't compile it, because building from source requires installing Linux tools like bash, m4 and auto...
2008 Jan 14
7
New QEMU 0.9.1 Solaris 10 Packages Available
All, I''ve gone ahead and built the latest QEMU as a package. The package is in the usual spot, at http://www.thoughtwave.com/emulators.html This is the 20080113 CVS head, built for x86 and sparc. Simply install the most recent package, add /opt/thoughtwave/qemu/bin to your path, and the wrapper scripts there will automagically run the right binaries for your architecture. Have fun
2007 Jul 30
1
QEMU 0.9.0 packages available for Solaris 8 (-SDL, use vnc), 9&10 (+SDL)
All, I''ve posted some QEMU 0.9.0 packages for x86_64 and SPARC on my website at http://www.thoughtwave.net/downloads.html Some of these include libSDL support compiled in (The Solaris 10+ version), but I did not have libSDL available on my Solaris 9 machine. Some include MTOOLS 3.9.10 which is invaluable for building floppy disk images for RTOS development. The packages install in /opt/thoughtwave Have fun! Jonathan Kalbfeld -- -- Jonathan...
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
..../lib/libtheora.la -logg -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext -lvorbis -lpthread gcc -O2 -D_REENTRANT -static -o player_example player_example.o -Wl,-rpath -Wl,/usr/local/lib ../lib/.libs/libtheora.a -L/usr/local/lib /usr/local/lib/libSDL.a -L/usr/X11R6/lib -ldl -lX11 -lXext /usr/local/lib/libvorbis.a -lm /usr/local/lib/libogg.a -lpthread /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[1]: *** [player_example] Error 1 make[1]: Leaving directory `/usr/local/Ogg_Vorbis/libtheora-1.0alpha2/examples' make: **...
2016 Jan 31
0
Shipping development files for mingw32
...e: > Hi, > > Is is possible to ship development files for MinGW32 > like static libs and headers? I am particularly interested > in libvorbisfile required to build Wesnoth on Windows. > SDL2 provides a convenient distribution that I unpack > and it works: > > https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz > https://www.libsdl.org/projects/SDL_mixer/ > > But I can't find where I can download libvorbisfile.a for > i686-w64-mingw32 and can't compile it, because > building from source requires installing Linux tool...
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to stdout I would like to output it to the soundcard so that I can hear the file playing. I am using Visual C++. Could someone please tell me the quickest way to do this. I am quite new to Visual C++ so don't assume that I know about the foundation classes. Thanks, Paul --- >8 ---- List archives:
2001 May 24
2
audio mumbo-jumbo
Can someone *please* help me out in finding some good starting placing to learning the basics of what I will need to know for developing a *very simple* audio player? I wanting to use Ogg Vorbis in some thesis work, but am unfamiliar with the audio domain. Any help in find references (books, webpages, people) on development of streaming audio player would be greatly appreciated as well (I
2010 Sep 07
1
strip/install error when executing make install-tools
...libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev gcc-multilib ... all from the AMD64 Debian Squeeze repo. I then ran: make tools stubdom This was successful. I then ran: export PYTHON_PREFIX_ARG= make install-tools install-stubdom | tee output To discover I...
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4. I get the following error and want to know how and where to add "--disable-gfx-check" Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4. I get the following error and want to know how and where to add "--disable-gfx-check" Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without
2007 Aug 25
10
[Bug 12158] New: mouse cursor disappears
http://bugs.freedesktop.org/show_bug.cgi?id=12158 Summary: mouse cursor disappears Product: xorg Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: mjulien.m at
2013 Oct 14
1
Xen - 4.2.1 with libvirt-1.1.3
...ebootstrap fakeroot *OR* apt-get install bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif tgif texinfo texlive-latex-base gcc-multilib texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev git-core uuid-dev python python-dev python-twisted build-essential make gcc libc6-dev zlib1g-dev texlive-latex-recommended e2fslibs-dev *Download and build the source* wget http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz tar zxvf xen-4.2.1.tar.g...
2011 Nov 30
4
Compile error with Ubuntu 11.10
...errors libxl_create.c: In function ‘store_libxl_entry’: libxl_create.c:465: error: format not a string literal and no format arguments Steps to reproduce: - Install Ubuntu 11.10 ( http://www.ubuntu.com/start-download?distro=desktop&bits=64&release=latest) - sudo apt-get install mercurial libsdl-dev pciutils-dev ncurses-dev uuid-dev gettext libyajl-dev flex zlib1g-dev libssl-dev xorg-dev bcc bin86 iasl libc6-dev-i386 patch git - hg clone http://xenbits.xensource.com/xen-unstable.hg - cd xen-unstable.hg/tools - make Adda _______________________________________________ Xen-devel mailing l...
2011 Mar 01
14
virt-manager 0.8.2 local ISO and PXE boot install option greyed out on 2.6.32.27 pv-ops Dom0 kernel
...libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev bison flex apt-get install gcc-multilib apt-get install xz-utils make xen make tools make install-xen make install-tools PYTHON_PREFIX_ARG= I did not do make install-stubdom. It is a Ubuntu Desktop 10.04 amd64...
2011 Mar 02
5
installing xen on a vmware work station
Hi, I decided to test new Xen pv-ops Dom0 kernel. I have a 64 bit VT machine there in it Vmware work station installed Ubuntu 10.04 64 bit and then apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc libncurses5-dev dpkg-dev debhelper iasl texinfo bridge-utils bison flex apt-get build-dep xen-3.3 cd /usr/src
2006 Oct 12
0
[PATCH] always call SDL_Quit
...ings could go wrong too -- for example, if the VM was fullscreen, the video mode probably wouldn''t be reset either. There was a discussion a few years ago on the SDL mailing list regarding the ramifications of not calling SDL_Quit. In short, you don''t want to skip it: http://www.libsdl.org/pipermail/sdl/2004-May/062400.html The attached patch sends a SIGTERM instead of SIGKILL. I''ve been using a variation of this patch since our SLES 10 betas, and I''ve never seen a case where SIGKILL was actually needed. Please apply. Signed-off-by: Charles Coffing <ccoff...
2006 Jun 22
0
mingw compilation and changes?
during some testing i found that with the following toolkit i have found, and correctly identified issues pertaining to theora and mingw32 on windows... the tools: Mingw5.0.x ( full install of all posibly components ) extra api, namely the winapi 3.7 from the mingw site directx 7 files from libsdl website msys and msysDTK v 1.x the libraries... libogg-1.1.3 libvorbis-1.1.2 libtheora-1.0alpha6 the problems found, identified and possibly already fixed. libvorbis failing on configure, put the order of, libvorbisenc then libvorbis (errors about not finding some info function ) dsp.h fails d...
2007 Apr 05
1
Header files
Hi, Please could give me a hints how to get below header files, these are not available in my system. Am running player_example.c which is given in theora dump. Getting error that below files can't open. I checked in "C:\Program Files\Microsoft Visual Studio\VC98\Include" and these are not present. #include <unistd.h> #include <sys/soundcard.h> #include
2012 Apr 11
3
Ogg Theora files player
Hello, I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP. I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip). When I compile player_example.c Visual Studio shows: fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory fatal error C1083: Cannot open include file: 'sys/soundcard.h': No such file or directory fatal error C1083:...