Menu

#3 Error in qt-xmms.c

v1.0_(example)
open
5
2001-11-04
2001-10-25
Anonymous
No

I have run into an error in trying to make the
qt-xmms plugin. This is from my terminal window
after typing make in the qt-xmms directory:

Making all in src
make[1]: Entering directory `/opt/qt-xmms-0.1.0/src'
/bin/sh ../libtool --mode=compile gcc
-DPACKAGE=\"qt-xmms\" -DVERSION=\"0.1.0\"
-DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBPNG=1
-I. -I. -I/usr/include/xmms -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL
-D_REENTRANT -I/opt/qt-xmms-0.1.0/quicktime4linux-1.3
-Wall -c qt-xmms.c
gcc -DPACKAGE=\"qt-xmms\" -DVERSION=\"0.1.0\"
-DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DHAVE_LIBPNG=1 -I.
-I. -I/usr/include/xmms -I/usr/include/gtk-1.2
-I/usr/include/glib-1.2 -I/usr/lib/glib/include
-D_REENTRANT -I/usr/X11R6/include -I/usr/include/SDL
-D_REENTRANT -I/opt/qt-xmms-0.1.0/quicktime4linux-1.3
-Wall -c qt-xmms.c -fPIC -DPIC -o qt-xmms.lo
qt-xmms.c: In function `play_loop':
qt-xmms.c:519: `SDL_DISABLE' undeclared (first use in
this function)
qt-xmms.c:519: (Each undeclared identifier is
reported only once
qt-xmms.c:519: for each function it appears in.)
make[1]: *** [qt-xmms.lo] Error 1
make[1]: Leaving directory `/opt/qt-xmms-0.1.0/src'
make: *** [all-recursive] Error 1

Discussion

  • David Lattimore

    David Lattimore - 2001-11-04

    Logged In: YES
    user_id=23699

    What version of SDL are you using? Run
    sdl-config --version
    to check.

     
  • David Lattimore

    David Lattimore - 2001-11-04
    • assigned_to: nobody --> mantys
     

Log in to post a comment.