Displaying 9 results from an estimated 9 matches for "lsdl".
Did you mean:
ldl
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue:
I ran ./configure and got this:
checking for Mix_OpenAudio in -lSDL_mixer... no
*** SDL_mixer not found. Configuring without audio support.
config.log says:
configure:3145: checking for sdl-config
configure:3180: checking for SDL - version >= 1.0.1
configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1
-D_REENTRANT conftest.c -lSDL -lpthread 1...
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
...: 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 player_example player_example.o
../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
/u...
2009 May 12
2
compile error of libtheora example
hi all:
i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it,
such error message popped.
i tried to run player_example.c under /libtheora_1.0/examples/.
error message:
ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player
player_example.c
/tmp/ccpyle3c.o: In function `buffer_data':
player_example.c:(.text+0x15): undefined reference to
2008 Jun 03
1
wine can not handle running a simple SDL program that calls
...ude <SDL/SDL.h>
using namespace std;
int main(int argc, char ** argv)
{
cout << "Hello" << endl;
cout << "Goodbye" << endl;
return 0;
}
I compile with this command: i586-mingw32msvc-c++ -o tmp.exe tmp.cpp -I$HOME/tmp/include -L. -lmingw32 -lSDLmain -lSDL
I got my SDL.dll and libSDLmain.a files from the official SDL download page. ~/tmp/include contains the SDL include headers.
When I execute tmp.exe, I get the error message specified above. SDL for Windows won't write to stdout. Instead, it writes to stdout.txt in the current directo...
2011 Aug 29
1
[patch] Activate Qemu options
Hi,
This patch makes it possible for Qemu to use the SDL library, to
conveniently replace VNC, which has horrible mouse support.
It also adds a IOEMU_CONFIGURE_OPTIONS option in tools/Makefile, so that
later on, we can call:
$(MAKE_CLEAN) -C $(DIR)/tools $(CONFIG)
IOEMU_CONFIGURE_OPTIONS="--audio-drv-list=\"pa oss alsa sdl esd\"
--audio-card-list=\"ac97 es1370 sb16 cs4231a
2003 Aug 23
1
CVS compile problems
...examples.
here is the gcc command line & error:
make[1]: Entering directory `/work/src/theora/examples'
/bin/sh ../libtool --mode=link gcc -I/usr/include/SDL -D_REENTRANT
-all-static -o p
layer_example player_example.o ../lib/libtheora.la -logg -lm -L/usr/lib
-Wl,-rpath,/u
sr/lib -lSDL -lpthread -lm -L/opt/kde/lib -ldl -lartsc -lpthread
-L/usr/lib -lesd -lau
diofile -lm -L/usr/X11R6/lib -lX11 -lXext -ldl -lvorbis -logg
gcc -I/usr/include/SDL -D_REENTRANT -static -o player_example
player_example.o -Wl,-rp
ath -Wl,/usr/lib ../lib/.libs/libtheora.a -L/usr/lib /usr/lib/libSDL.a
-L/o...
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi,
This email is mainly addressed at Waldi (Bastian Blank). I'm resending it
since the previous one is waiting for approval due to its size being
bigger than 40k (I compressed the .diff this time, so it should be ok).
I have worked on enhancing the current packaging of Xen 4.1.1 over the
last weeks. The main goal was to package the OCaml libraries of Xen as
separated binary packages, and
2005 Mar 23
0
[PATCH]
...huffenc.h \
@@ -156,7 +158,7 @@
${PLAYER_EXAMPLE_TARGET}: ${PLAYER_EXAMPLE_OBJS} ${LIBTHEORABASE_TARGET} \
${LIBTHEORADEC_TARGET}
mkdir -p ${TARGETBINDIR}
- ${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} \
+ ${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} -lSDL -lpthread \
${LIBTHEORADEC_TARGET} ${LIBTHEORABASE_TARGET}
# Remove all targets.
2005 Mar 23
3
[PATCH] promised MMX patches rc1
...huffenc.h \
@@ -156,7 +158,7 @@
${PLAYER_EXAMPLE_TARGET}: ${PLAYER_EXAMPLE_OBJS} ${LIBTHEORABASE_TARGET} \
${LIBTHEORADEC_TARGET}
mkdir -p ${TARGETBINDIR}
- ${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} \
+ ${CC} ${CFLAGS} -o $@ ${PLAYER_EXAMPLE_OBJS} ${LIBS} -lSDL -lpthread \
${LIBTHEORADEC_TARGET} ${LIBTHEORABASE_TARGET}
# Remove all targets.