[MPlayer-users] MPlayer is not "making"

Köteles Zoltán kotelesz at freestart.hu
Wed Aug 28 00:04:02 CEST 2002


Hi!

There's my bugreport:

system: Mandrake 8.0 (update 9.0)
kernel: 2.4.18-6mdk
libc: libc-2.2.5.so
X: 4.2.0
gcc: gcc3.2 (maybe this is the problem?)
ld: 2.12.90.0.14 20020627
binutils: 2.12.90.0.14 20020627
CPU: Celeron (Coppermine) 900MHz
video: NVidia GeForce2 MX400
video driver: nvidia 1.0.2960
sound: SB16

zoliconf.sh is my configure script. make.out is the make output.

What's the problem?

Thanks

Z.

ps: sorry for my English :)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.h
Type: text/x-chdr
Size: 9901 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20020828/9f62a039/attachment.h>
-------------- next part --------------
# -------- Generated by configure -----------

LANG = C
TARGET_OS = Linux
DESTDIR =
prefix = $(DESTDIR)/usr/local
DATADIR = $(DESTDIR)/usr/local/share/mplayer
CONFDIR = $(DESTDIR)/usr/local/share/mplayer
LIBDIR = $(DESTDIR)/usr/local/lib
#AR = ar
CC = gcc
AWK = 
# OPTFLAGS = -O4   -march=pentium3 -mcpu=pentium3 -pipe -fomit-frame-pointer -ffast-math
OPTFLAGS = -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
EXTRA_INC =  
WIN32_PATH = -DWIN32_PATH=\"/usr/lib/win32\"
STRIPBINARIES = yes



STREAMING = yes
STREAMING_LIVE_DOT_COM = no
STREAMING_LIB = -lnsl 
VIDIX = no

OPENDIVX = no

VO2 = no

PNG = yes
JPEG = yes
GIF = yes

EXTRA_LIB = 
Z_LIB =   -lz
HAVE_MLIB = no
STATIC_LIB = 

X11_INC = 
X11DIR = -L/usr/X11R6/lib -lX11 -lXext -lnsl

# for libavcodec:
SRC_PATH=.

# video output
X_LIB = -L/usr/X11R6/lib -lX11 -lXext -lnsl -lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -lmad -lnsl
GGI_LIB = 
MLIB_LIB =  
MLIB_INC = 
DXR2_INC = 
DVB_INC = 
PNG_LIB = -lpng -lz
JPEG_LIB = -ljpeg
GIF_LIB = -lgif
SDL_LIB = -L/usr/lib -lSDL -lpthread
SVGA_LIB = 
AA_LIB = 

# audio output
ALSA_LIB = -lasound -ldl -lpthread
NAS_LIB = 
MAD_LIB = -lmad
ARTS_LIB = 
ARTS_INC = 
VORBIS_LIB = -lvorbis -logg
FAAD_LIB = 
SGIAUDIO_LIB = 

# input
TERMCAP_LIB = 
LIRC_LIB = 
CSS_USE = no
CSS_LIB = 
DVDKIT = no
DVDKIT2 = 
DVDKIT_SHARED = no
SDL_INC = -I/usr/include/SDL -D_REENTRANT
W32_DEP = loader/libloader.a
W32_LIB = -Lloader -lloader
DS_DEP = loader/dshow/libDS_Filter.a
DS_LIB = -Lloader/dshow -lDS_Filter
AV_DEP = libavcodec/libavcodec.a
AV_LIB = -Llibavcodec -lavcodec
FAME = no
FAME_LIB = 
MP1E_DEP = 
MP1E_LIB = 
ARCH_LIB =   -lpthread -ldl -rdynamic 
DIVX4LINUX = yes
XVID = no
XVID_LIB = 
DECORE_LIB = -ldivxdecore 
MENCODER = yes
ENCORE_LIB =  -ldivxencore -lmp3lame -lvorbis -logg
DIRECTFB_INC = 
DIRECTFB_LIB = 
NEW_INPUT_LIB = 
CDPARANOIA_INC = 
CDPARANOIA_LIB = 

# --- Some stuff for autoconfigure ----
TARGET_ARCH_X86 = yes
TARGET_CYGWIN = no
TARGET_CPU=686
TARGET_MMX = yes
TARGET_MMX2 = yes
TARGET_3DNOW = no
TARGET_3DNOWEX = no
TARGET_SSE = yes

# --- GUI stuff ---
GTKLIB =  
GLIBLIB =   
GTK_LIBS =   
GUI = no
DEBUG = -DDEBUG

-------------- next part --------------
include ../config.mak
OPTIONAL_SRCS =  x11_common.c vo_x11.c vo_xv.c vo_dga.c vo_gl.c vo_gl2.c vo_fbdev.c vo_png.c vo_jpeg.c vo_gif89a.c vo_vesa.c vesa_lvo.c vo_sdl.c
OPTIONAL_OBJS = x11_common.o vo_x11.o vo_xv.o vo_dga.o vo_gl.o vo_gl2.o vo_fbdev.o vo_png.o vo_jpeg.o vo_gif89a.o vo_vesa.o vesa_lvo.o vo_sdl.o
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.log
Type: text/x-log
Size: 52783 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20020828/9f62a039/attachment.bin>
-------------- next part --------------
gcc -c -04 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux -Iloader -Ilibvo   -o mplayer.o mplayer.c
mplayer.c: In function `main':
mplayer.c:1295: warning: assignment makes pointer from integer without a cast
mplayer.c:1296: warning: assignment makes pointer from integer without a cast
mplayer.c:2164: `v_hw_equ_cap' undeclared (first use in this function)
mplayer.c:2164: (Each undeclared identifier is reported only once
mplayer.c:2164: for each function it appears in.)
make: *** [mplayer.o] Error 1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: zoliconf.sh
Type: application/x-shellscript
Size: 179 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20020828/9f62a039/attachment-0001.bin>


More information about the MPlayer-users mailing list