[MPlayer-users] Compile fails
Dirk Vornheder
DVornheder at t-online.de
Sat Jan 12 13:55:06 CET 2002
Hi !
After download latest source from cvs compile fails:
gcc -c -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I. -I.. -I/usr/local/include -I/usr/local/include/SDL
-D_REENTRANT -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -o ao_sgi.o ao_sgi.c
ao_sgi.c: In function `init':
ao_sgi.c:48: `ALpv' undeclared (first use in this function)
ao_sgi.c:48: (Each undeclared identifier is reported only once
ao_sgi.c:48: for each function it appears in.)
ao_sgi.c:48: parse error before `x'
ao_sgi.c:50: `AL_SYSTEM' undeclared (first use in this function)
ao_sgi.c:50: `AL_DEVICE_TYPE' undeclared (first use in this function)
ao_sgi.c:58: `x' undeclared (first use in this function)
ao_sgi.c:58: `AL_RATE' undeclared (first use in this function)
ao_sgi.c:60: `AL_MASTER_CLOCK' undeclared (first use in this function)
ao_sgi.c:61: `AL_CRYSTAL_MCLK_TYPE' undeclared (first use in this function)
ao_sgi.c:86: warning: assignment makes pointer from integer without a cast
ao_sgi.c:93: `AL_STEREO' undeclared (first use in this function)
ao_sgi.c:94: `AL_MONO' undeclared (first use in this function)
ao_sgi.c:96: `AL_SAMPLE_16' undeclared (first use in this function)
ao_sgi.c:97: `AL_SAMPFMT_TWOSCOMP' undeclared (first use in this function)
ao_sgi.c:100: `AL_DEFAULT_OUTPUT' undeclared (first use in this function)
ao_sgi.c:105: warning: assignment makes pointer from integer without a cast
make[1]: *** [ao_sgi.o] Error 1
make[1]: Leaving directory `/privat/tv/main/libao2'
make: *** [libao2/libao2.a] Error 2
make -C libao2
make[1]: Entering directory `/privat/tv/main/libao2'
gcc -c -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -I. -I.. -I/usr/local/include -I/usr/local/include/SDL
-D_REENTRANT -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -o ao_sgi.o ao_sgi.c
ao_sgi.c: In function `init':
ao_sgi.c:48: `ALpv' undeclared (first use in this function)
ao_sgi.c:48: (Each undeclared identifier is reported only once
ao_sgi.c:48: for each function it appears in.)
ao_sgi.c:48: parse error before `x'
ao_sgi.c:50: `AL_SYSTEM' undeclared (first use in this function)
ao_sgi.c:50: `AL_DEVICE_TYPE' undeclared (first use in this function)
ao_sgi.c:58: `x' undeclared (first use in this function)
ao_sgi.c:58: `AL_RATE' undeclared (first use in this function)
ao_sgi.c:60: `AL_MASTER_CLOCK' undeclared (first use in this function)
ao_sgi.c:61: `AL_CRYSTAL_MCLK_TYPE' undeclared (first use in this function)
ao_sgi.c:86: warning: assignment makes pointer from integer without a cast
ao_sgi.c:93: `AL_STEREO' undeclared (first use in this function)
ao_sgi.c:94: `AL_MONO' undeclared (first use in this function)
ao_sgi.c:96: `AL_SAMPLE_16' undeclared (first use in this function)
ao_sgi.c:97: `AL_SAMPFMT_TWOSCOMP' undeclared (first use in this function)
ao_sgi.c:100: `AL_DEFAULT_OUTPUT' undeclared (first use in this function)
ao_sgi.c:105: warning: assignment makes pointer from integer without a cast
make[1]: *** [ao_sgi.o] Error 1
make[1]: Leaving directory `/privat/tv/main/libao2'
make: *** [libao2/libao2.a] Error 2
Dirk
More information about the MPlayer-users
mailing list