similar to: Configure can't find SDL (Sort of OT)

Displaying 20 results from an estimated 200 matches similar to: "Configure can't find SDL (Sort of OT)"

2004 Jun 24
1
can't find SDL_mixer
Hello all, I just installed SDL_mixer-1.2.4-9.rpm and I can see all the files in /usr/lib. I can also see them listed in ld.so.conf but when I run a .configure in supertux I get an error checking for Mix_OpenAudio in -lSDL_mixer... no configure: error: SDL_mixer library required what am I doing wrong. Any info or education is welcome. Thanks all Dominic Iadicicco P.S can't
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
2004 Oct 13
1
Vorbis with SDL_mixer and mingw32
Hi, I've been trying to build a copy of libSDL_mixer under mingw32. The compile/link stage goes OK, but if I try and load an application that's been linked against SDL_mixer, I get a Windows error box with the following text: mixer1.exe: entry point not found The procedure entry point vorbis_synthesis_halfrate could not be located in the dynamic link library vorbis.dll. Are the .lib
2012 Jan 17
1
A little confused with video drivers
Hello, I have an HP Pavilion g series laptop with an ATI vision A6 video chipset. I tried elrepos ati driver but found that the laptop would freeze intermittently and frequently. So I unloaded that driver and am running with nomodeset argument just to get a desktop. I went to the ATI site but am not sure what to try. Would anyone know which driver I could use that would work? Thanks in
2016 Aug 10
1
Regarding using CentOS on Commercial Appliance
Thanks for the reply. I had already visited the links mentioned by you. The link? https://www.centos.org/legal/trademarks/ talks about non-usage of trademarks in commercial software which is taken care. The link https://www.centos.org/legal/ talks very less about legal terms and condition. Is there some other link which mentions about the License model used by CentOS. Infact, no where it is
2017 Apr 04
2
M.2 PCI-E card
On 04/03/2017 06:17 PM, Chris Adams wrote: > Once upon a time, Alice Wonder <alice at domblogger.net> said: >> I need a low profile PCI-E card that allows for up to 2 M.2 SSD >> drives that is known to work with the stock kernel in CentOS 7. >> >> Can anyone recommend one? > > I can't recommend a specific one, but any adapter card should work. >
2018 Nov 16
1
RHEL 8 Public Beta Released
On 11/15/18 8:12 PM, Simon Matter wrote: >> >> >> Its upstreams decision to not support lists anymore. >> >> The Customer Portal is part of the substitution > Thanks, that's exactly what I was afraid to hear. > > Simon > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2004 Apr 21
3
Streaming ogg from filepointer pointing to archive of many oggs. Ogg stream does not stop after end of one ogg file - what to do ?
Hello, I'm currently trying to implement streaming off ogg-files out of an archive file using SDL and SDL_mixer for playback. Therefore i create a FILE * filepointer, place it to the beginning of an ogg file inside the archive and hand over the filepointer to ov_open. ( command: ov_open(fp, &music->vf, NULL, 0) ). This works fine so far. The problem is: if i put many oggs together in
2019 Apr 14
7
Outliner
I would love to find an old-fashioned outliner, like the ones that used to exist prior to the modern GUIs. It would make writing structured documents, or organizing thoughts in general, so much more convenient, productive and faster. Ideally it should allow saving files in txt, OO and markdown formats... Does anything like this exist that can run in a terminal window under Centos??
2005 Aug 22
1
An lgrind definition for the S language
I seem to recall discussion of an language definition file for S for use with the lgrind utility but I can't find any trace of it in an R Site Search. The lgrind utility takes a file of code in a particular programming language and prepares it for "pretty printing" in LaTeX. In my version the available language definitions are $ lgrind -s When specifying a language case is
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi My PC is Intel Pentium P4-HT, running Linux kernel 2.6.0-test10. I have the latest GNU automake/autoconf system. The make fails on libtheora with the following error msgs: player_example.c:29:1: warning: "_REENTRANT" redefined player_example.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT -all-static -o
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0 RPMs on a few redhat machines and failing horribly. I'm in dependency hell. For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?) which does not seem to be available in any recent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is
2001 Aug 28
2
[patch] known hosts with ports
Hello. We are currently installing a new firewall, and would like to use a mixture of NAT and port mapping to have a single "gateway" host address which exposes a range of open ports, each of which maps to sshd of a different host in our internal network (e.g. ssh.jesus.cam.ac.uk on port 6789 maps to internal host1 port 22 whereas ssh.jesus.cam.ac.uk on port 6790 maps to internal
2002 Oct 12
0
tkrplot
The package tkrplot now works in OS X (Jaguar). The core of the problem is that the load function in tcl does not accept bundles, but needs dynamic libraries (I verfied this using the native version of tclsh and Wish). But the config files in the tkrplot package (as in all packages) build bundles, not libraries. Thus I said in the src directorry of the tkrplot package gcc -dynamiclib
2002 Oct 22
0
dyn.load()
Dear R-help, I am trying to use routines written in C and Embedded SQL on Sybase in R using dyn.load(). I compiled a couple of test functions into a .so file which I tried to load with R's dynl.load(). This is what happened: > dyn.load("libRClib.so") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library
2013 Mar 19
3
2 questions re UPS management
Hi, trying to figure out how the system manages UPS connections. On both Centos 5.9 and 6.4, merely plugging in a USB UPS device causes an icon to appear in the top panel, and (at least on 5.9, haven't yet tested this in 6.4) when the UPS suffers a power failure the system notices and after a bit does a clean shutdown. All this without installing ANYTHING extra. one of the UPSes I'm
2008 Jun 03
1
wine can not handle running a simple SDL program that calls
I have a simple SDL program, which I've used mingw to compile. It attempts to call cout more than once. It crashes when calling it the second time. Windows handles this program just fine. However, running this program using wine gives the following error: $ wine tmp.exe wine: Unhandled page fault on write access to 0x00000000 at address 0xb7cc3825 (thread 0009), starting debugger... I moved
2007 Dec 29
2
[LLVMdev] llvm-gcc-4.2 and -O4
What are the current limitations of using -O4 in llvm-gcc-4.2? As a first test, I compiled the molscript program first as -O3 and it works fine. However if i try to compile the same code as -O4, the build fails with... ar -cru clib.a args.o str_utils.o dynstring.o err.o indent.o vector3.o matrix3.o quaternion.o body3d.o extent3d.o io_utils.o colour.o key_value.o named_data.o double_hash.o
2007 Dec 29
0
[LLVMdev] llvm-gcc-4.2 and -O4
Using -O4 requires support from the system linker, because the files written out are LLVM bitcode files rather than object files. --Owen On Dec 29, 2007, at 11:43 AM, Jack Howarth wrote: > What are the current limitations of using -O4 in > llvm-gcc-4.2? As a first test, I compiled the molscript > program first as -O3 and it works fine. However if i > try to compile the same code
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers. I'm in the proccess of writing an OggVorbis audio player using libao and libvorbisfile. I've greatly appreciated the simplicity of the API and good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure how to best go about it. LibAO (unless I'm absolutely blind) doesn't