MPlayer compile

robert jorgenson plug-discuss@lists.plug.phoenix.az.us
Wed, 15 May 2002 17:48:45 -0700


when trying to install MPlayer i get this after typing make. If anyone
can elaborate on this or enlighten me as to how i can narrow it down to
what i can change i would appreciate it. Ive never compiled a program
before so i know almost nothing about it.

MyBox:/home/bob/MPlayer-20020513/loader# make
gcc -I. -I.. -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -U_FILE_OFFSET_BITS  -Wmissing-prototypes
-Wimplicit-function-declaration -fno-omit-frame-pointer
-DWIN32_PATH=\"\" -DMPLAYER -D__WINE__ -Ddbg_printf=__vprintf
-DTRACE=__vprintf  -c pe_image.c
In file included from com.h:4,
                 from win32.h:8,
                 from pe_image.c:59:
../inttypes.h:9: warning: redefinition of `int8_t'
/usr/include/sys/types.h:190: warning: `int8_t' previously declared here

../inttypes.h:10: warning: redefinition of `int16_t'
/usr/include/sys/types.h:191: warning: `int16_t' previously declared
here
../inttypes.h:11: conflicting types for `int32_t'
/usr/include/sys/types.h:192: previous declaration of `int32_t'
../inttypes.h:12: warning: redefinition of `int64_t'
/usr/include/sys/types.h:193: warning: `int64_t' previously declared
here
make: *** [pe_image.o] Error 1