BlackBoard » Computerecke » Betriebssysteme » Linux Problem bei make von Mplayer » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag Druckvorschau | An Freund senden | Thema zu Favoriten hinzufügen
Neues Thema erstellen Antwort erstellen
Zum Ende der Seite springen Problem bei make von Mplayer
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

      Zum Anfang der Seite springen

-------
EDIT: Thema geteilt - andere Haelfte hier
Black Star
-------


Und könntet du mir nochmal helfen, wenn ich den Mplayer kompiliere mit make :

In file included from /usr/include/linux/timer.h:5,
from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/list.h:576:2: warning: #warning "don't include kernel headers in userspace"
In file included from /usr/include/linux/timer.h:6,
from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/spinlock.h: In function `bit_spin_lock':
/usr/include/linux/spinlock.h:413: error: invalid type argument of `->'
/usr/include/linux/spinlock.h: In function `bit_spin_trylock':
/usr/include/linux/spinlock.h:430: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: `TIF_NEED_RESCHED' undeclared (first use in this function)
/usr/include/linux/spinlock.h:433: error: (Each undeclared identifier is reported only once
/usr/include/linux/spinlock.h:433: error: for each function it appears in.)
/usr/include/linux/spinlock.h: In function `bit_spin_unlock':
/usr/include/linux/spinlock.h:451: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:451: error: `TIF_NEED_RESCHED' undeclared (first use in this function)
In file included from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/timer.h: At top level:
/usr/include/linux/timer.h:11: error: field `entry' has incomplete type
In file included from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/workqueue.h:15: error: field `entry' has incomplete type
In file included from vo_fbdev.c:21:
/usr/include/linux/fb.h:342: error: parse error before '*' token
/usr/include/linux/fb.h:346: error: parse error before '}' token
make[1]: *** [vo_fbdev.o] Error 1
make[1]: Leaving directory `/usr/share/mplayer/libvo'
make: *** [libvo/libvo.a] Fehler 2


cu daniel

__________________
ONKELZ

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von Black Star: 02.01.2004 13:48.

29.12.2003 21:46 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

Installier die Kernel-headers
apt-cache search kernel-header

__________________
vescere bracis meis

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Black Star: 30.12.2003 20:46.

30.12.2003 20:46 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
Rudolf Rudolf ist männlich
BlackBoarder


Dabei seit: 16.09.2003
Beiträge: 958

      Zum Anfang der Seite springen

[offtopic]tja, wenn es black-star nicht geben würde, könnte man den linux/unix-bereich gleich einstellen. kein anderer hat ein vergleichbares wissen auf dem board wie er.

bravo, black-star
ich bin stolz auf dich mein junge großes Grinsen

//Edit: oder die anderen sind zu faul zum hilf-posten.[/offtopic]

@blacki: wenn du diesen post hier gesehen hast, kannst du ihn meinetwegen auch löschen. danke

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Rudolf: 31.12.2003 02:22.

31.12.2003 02:18 Rudolf ist offline E-Mail an Rudolf senden Homepage von Rudolf Beiträge von Rudolf suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

^^Danke, aber es gibt noch mehr Leute hier, die diesen Bereich leiten koennten und ueber aehnliches Wissen verfuegen.

@bad.boy.bart
Es kann auch sein, dass dein gcc zu alt ist.
Mach mal ein gcc --version und guck nac, ob das ein 2.95... oder ein 3.... ist.
Sollte das ein 2er gcc sein, dann:
rm /usr/bin/gcc <-- keine Angst, sollte bei debian nur ein symbolischer Link sein.
ln -s /usr/bin/gcc-3..... /usr/bin/gcc
Nimm am besten die neuste gcc-version, die du installiert hast.
Wenn du keinen gcc-3.x hast, wirds hoechste Zeit einen zu installierenAugenzwinkern

__________________
vescere bracis meis

31.12.2003 13:01 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

Themenstarter Thema begonnen von bad.boy.bart
      Zum Anfang der Seite springen

daniel@daniel:~$ gcc --version
gcc (GCC) 3.3.2 (Debian)
Copyright (C) 2003 Free Software Foundation, Inc.
Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es
gibt KEINE Garantie; auch nicht für VERKAUFBARKEIT oder FÜR SPEZIELLE ZWECKE.


Der ist wohl ziemlich aktuell.
Hab mal geschaut nach den Kernel header hab da über 10 Pakete drauf.

cu daniel

[edit]\\ hab auch schon ältere sourcen von mplayer versucht. Aber gleiches Problem.

__________________
ONKELZ

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von bad.boy.bart: 02.01.2004 09:33.

02.01.2004 09:25 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

apt-cache search zeigt dir nicht an, welche Kernel-Header du drauf hast, sondern welche du installieren kannst.

dpkg -l | grep kernel-header waere eine Methode um das rauszufinden.

__________________
vescere bracis meis

02.01.2004 12:25 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

Themenstarter Thema begonnen von bad.boy.bart
      Zum Anfang der Seite springen

Ja so hab ich es ja auch gemacht.

daniel@daniel:~$ su
Password:
root@daniel:/home/daniel# dpkg -l | grep kernel-header
ii kernel-headers 2.2.20-5 Header files related to Linux kernel version



cu daniel

__________________
ONKELZ
02.01.2004 13:40 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

^^Ich hoffe, du hast keinen 2.2.50 kernel drauf.

Mach mal bitte ein uname -r und sag mir, dass du einen 2.4er Kernel hast *g
Weil 2.2 doch ein wenig veraltet ist.
In diesem Falle auf jeden Fall ein neueres Kernel-image installieren.

apt-cache search kernel-image und such dir dann ein neueres passendes Kernel-Image raus.
Anschliessend die passenden Header installieren (Version muss passen!)

__________________
vescere bracis meis

02.01.2004 13:44 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

Themenstarter Thema begonnen von bad.boy.bart
      Zum Anfang der Seite springen

Linux daniel 2.4.22 #2 Sa Dez 27 19:03:13 CET 2003 i686 GNU/Linux

Meinst du das es mit dem 2.6 geht? Hab ihn selber gebacken.

cu

__________________
ONKELZ
02.01.2004 13:49 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

Da kann ich dir nix versprechen.
2.6 und ein unter 2.4 gebauter mplayer geht bei mir, aber unter 2.6 bauen - kA

Ich kenn mich auch mit diesem speziellen mplayer-Problem nicht aus.

Versuch einfach mal die neuesten 2.4er Kernel-Headers zu installieren und hoffe, dass es klappt.
Die 2.2.50er kannst du wegschmeissen.

__________________
vescere bracis meis

02.01.2004 13:51 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

Themenstarter Thema begonnen von bad.boy.bart
      Zum Anfang der Seite springen

Ja hab sie installiert

kernel-headers-2.4.20

Aber immer noch der gleiche Fehler. Wenn das so nicht klappt könnte ich es ja mit Paketen versuchen. Aber wie kann ich dann sicher sein das Xvid einkompilert ist?

cu daniel

__________________
ONKELZ
02.01.2004 14:40 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Black Star Black Star ist männlich
Der Pate [Admin]


images/avatars/avatar-2158.jpg

Dabei seit: 11.12.2001
Beiträge: 2.282
Herkunft: /dev/stderr

      Zum Anfang der Seite springen

Gib mal mehr von den gcc-Meldungen an.
Ab da, wo es nicht mehr "normal" aussieht.
EDIT: und 3-4 gcc-meldungen vorher oder am besten noch bis zur letzten make-meldung.
Ausserdem deine configure-Anweisung.
Und nach jedem Fehlschlag ein neues make clean und ./configure ......

Und als Tipp: Pakete bauen tut man in /usr/local/src.
Du muellst dir sonst dein share-Verz. zu und ueberschreibst mit etwas Pech wichtige Files.

__________________
vescere bracis meis

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Black Star: 02.01.2004 15:24.

02.01.2004 15:23 Black Star ist offline E-Mail an Black Star senden Homepage von Black Star Beiträge von Black Star suchen
LX LX ist männlich
El Comandante en Jefe


images/avatars/avatar-2290.gif

Dabei seit: 25.11.2001
Beiträge: 5.372
Herkunft: Berliner Bronx

      Zum Anfang der Seite springen

Die 2.4.20er Header bringen nix, wenn du den 2.4.22er Kernel installiert hast. Wie Black Star schon sagte, die Versionen müssen passen Augenzwinkern

__________________
JS-Games.de - Misled Scripting Skills Gone Mad | Meine Filmkritiken | Urban Photography
Kommt mal in den IRC-Channel: irc.eu.freenode.net | Port 6667 | #blackboard

"Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better."
- Samuel Beckett

02.01.2004 15:36 LX ist offline E-Mail an LX senden Homepage von LX Beiträge von LX suchen
bad.boy.bart bad.boy.bart ist männlich
Member


images/avatars/avatar-1529.jpg

Dabei seit: 08.04.2002
Beiträge: 231
Herkunft: sudo su

Themenstarter Thema begonnen von bad.boy.bart
      Zum Anfang der Seite springen

Danke



root@daniel:/usr/local/src/mplayer# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... 3.3.2, ok
Checking for CPU vendor ... AuthenticAMD (6:8:1)
Checking for CPU type ... AMD Athlon(tm) XP 1700+
Checking for GCC & CPU optimization abilities ... athlon-4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of 3dnow ... yes
Checking for kernel support of 3dnowex ... yes
Checking for kernel support of sse ... yes
Checking for mtrr support ... yes
Checking for assembler (as 2.14.90.0.7) ... ok
Checking for Linux kernel version ... 2.4.22, ok
Checking for awk ... mawk
Checking for extra headers ... none
Checking for extra libs ... none
Checking for i18n ... yes
Checking for setlocale() ... yes
Checking for language ... using en (man pages: en)
Checking for enable sighandler ... yes
Checking for runtime cpudetection ... no
Checking for restrict keyword ... __restrict
Checking for kstat ... no
Checking for posix4 ... no
Checking for lrintf ... yes
Checking for nanosleep ... yes
Checking for socklib ... yes (using -lnsl)
Checking for inet_pton() ... yes (using -lnsl)
Checking for inttypes.h (required) ... yes
Checking for int_fastXY_t in inttypes.h ... yes
Checking for word size ... 32
Checking for stddef.h ... yes
Checking for malloc.h ... yes
Checking for memalign() ... yes
Checking for alloca.h ... yes
Checking for mman.h ... yes
Checking for dynamic loader ... yes
Checking for dynamic a/v plugins support ... no
Checking for pthread ... yes (using -lpthread)
Checking for sys/soundcard.h ... yes
Checking for sys/dvdio.h ... no
Checking for sys/cdio.h ... no
Checking for linux/cdrom.h ... yes
Checking for dvd.h ... no
Checking for BSDI dvd.h ... no
Checking for HPUX SCSI header ... no
Checking for userspace SCSI headers (Solaris) ... no
Checking for termcap ... yes (using -ltermcap)
Checking for termios ... yes (using sys/termios.h)
Checking for shm ... yes
Checking for linux devfs ... no
Checking for scandir() ... yes
Checking for strsep() ... yes
Checking for vsscanf() ... yes
Checking for posix select() ... yes
Checking for gettimeofday() ... yes
Checking for glob() ... yes
Checking for sys/sysinfo.h ... yes
Checking for Mac OS X APIs ... no
Checking for Samba support (libsmbclient) ... no
Checking for 3dfx ... no
Checking for tdfxfb ... no
Checking for tdfxvid ... no
Checking for tga ... yes
Checking for DirectFB headers presence ... not found
Checking for DirectFB ... no
Checking for X11 headers presence ... yes (using /usr/X11R6/include)
Checking for X11 libs presence ... yes (using /usr/X11R6/lib)
Checking for X11 ... yes
Checking for DPMS ... yes (using Xdpms 4)
Checking for Xv ... yes
Checking for XvMC ... no
Checking for Xinerama ... yes
Checking for Xxf86vm ... yes
Checking for DGA ... yes (using DGA 2.0)
Checking for OpenGL ... yes
Checking for /dev/mga_vid ... no
Checking for xmga ... no
Checking for GGI ... no
Checking for AA ... no
Checking for SVGAlib ... no
Checking for FBDev ... yes
Checking for DVB ... no (specify path to DVB/ost/include with --with-dvbincdir=DIR)
Checking for DVB HEAD ... yes
Checking for PNG support ... yes
Checking for JPEG support ... yes
Checking for GIF support ... no
Checking for VESA support ... yes
Checking for SDL ... no
Checking for Windows waveout ... no
Checking for Directx ... no
Checking for NAS ... yes
Checking for DXR2 ... no
Checking for DXR3/H+ ... no
Checking for libmp1e ... no
Checking for libfame ... no
Checking for OSS Audio ... yes
Checking for aRts ... no
Checking for EsounD ... no
Checking for ALSA audio ... yes (using alsa 1.0.x and alsa/asoundlib.h)
Checking for Sun audio ... no
Checking for Sun mediaLib ... no
Checking for SGI audio ... no
Checking for VCD support ... ok
Checking for DVD support (libmpdvdkit) ... yes
Checking for DVD support (libdvdread) ... disabled by libmpdvdkit2
Checking for cdparanoia ... no
Checking for freetype >= 2.0.9 ... no
Checking for fontconfig ... no
Checking for fribidi with charsets ... no
Checking for zlib ... yes
Checking for RTC ... yes
Checking for external liblzo support ... no
Checking for mad support ... yes
Checking for OggVorbis support ... yes
Checking for OggTheora support (only the CVS version!) ... no
Checking for Matroska support (0.6.0 or later) ... no
Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for FAAD2 version ... 2.0 RC1
Checking for Win32 codec DLL support ... yes (using /usr/lib/win32)
Checking for Win32 loader support ... yes
Checking for DirectShow ... yes
Checking for XAnim DLL ... no (no suitable directory found - see DOCS/HTML/en/codecs.html)
Checking for RealPlayer DLL ... yes (using /usr/lib/win32)
Checking for LIVE.COM Streaming Media libraries ... no
Checking for iconv ... yes
Checking for FFmpeg libavcodec (static) ... yes
Checking for libdv-0.9.5+ ... no
Checking for zr ... no
Checking for bl ... no
Checking for XviD ... yes
Checking for DivX4 compatibility in XviD ... no
Checking for DivX4linux/DivX5linux/OpenDivX decore ... DivX5linux (with libdivxdecore.so)
Checking for libmp3lame (for mencoder) ... no
Checking for DivX4linux encore (for mencoder) ... DivX4linux (with libdivxencore.so)
Checking for mencoder ... yes
Checking for fastmemcpy ... yes
Checking for UniquE RAR File Library ... yes
Checking for TV interface ... yes
Checking for EDL support ... yes
Checking for *BSD BrookTree 848 TV interface ... no
Checking for Video 4 Linux TV interface ... no
Checking for Video 4 Linux 2 TV interface ... yes
Checking for audio select() ... yes
Checking for network ... yes
Checking for ftp ... yes
Checking for byte order ... Little Endian
Checking for shared postprocess lib ... no
Checking for OSD menu ... no
Checking for QTX codecs ... yes
Checking for Subtitles sorting ... yes
Checking for XMMS inputplugin support ... no
Checking for FLAC support ... yes (using internal libmpflac)
Checking for inet6 ... yes
Checking for gethostbyname2 ... yes
Checking for GUI ... no
Checking for ftello() ... yes
Checking for VIDIX ... yes
Checking for joystick ... no
Checking for lirc ... no
Checking for lircc ... no
Creating config.mak
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating help_mp.h

Config files successfully generated by ./configure !

Install prefix: /usr/local
Data directory: /usr/local/share/mplayer
Config direct.: /usr/local/etc/mplayer

Byte order: Little Endian
Optimizing for: athlon-4 mmx mmx2 3dnow 3dnowex sse mtrr

Languages:
Messages/GUI: en
Manual pages: en (no localization selected, use --language=all)

Enabled optional drivers:
Input: ftp network tv-v4l2 edl tv mpdvdkit2 vcd dvb
Codecs: flac(internal) qtx divx5linux xvid libavcodec real dshow/dmo win32 faad2(internal) libvorbis libmad
Audio output: alsa9 oss nas mpegpes(dvb)
Video output: xvidix cvidix vesa jpeg png mpegpes(dvb) fbdev opengl dga xv x11 xover tga
Disabled optional drivers:
Input: tv-v4l tv-bsdbt848 live.com matroska cdda dvdread smb
Codecs: divx4linux libdv xanim libtheora liblzo gif
Audio output: sgi sun esd arts dxr2 win32 sdl macosx
Video output: winvidix bl zr zr2 dxr3 dxr2 directx sdl gif89a svga aa ggi xmga mga xvmc directfb tdfx_vid tdfxfb 3dfx

'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/devices.html#mtrr)


Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).

If you suspect a bug, please read DOCS/HTML/en/bugreports.html.

_________________________________________________________________

In file included from ve_qtvideo.c:20:
../loader/qtx/qtxsdk/components.h: In function `dump_CodecDecompressParams':
../loader/qtx/qtxsdk/components.h:724: warning: initialization from incompatible
pointer type
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../
libmpdemux -I../loader -D_GNU_SOURCE -I../libmpflac -o ve_nuv.o ve_nuv.c
ar r libmpencoders.a ve.o ve_divx4.o ve_lavc.o ve_vfw.o ve_rawrgb.o ve_rawyuv.o
ve_libdv.o ve_xvid.o ve_xvid4.o ve_qtvideo.o ve_nuv.o
make[1]: Leaving directory `/usr/local/src/mplayer/libmpcodecs'
make -C libao2
make[1]: Entering directory `/usr/local/src/mplayer/libao2'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o afmt.o afmt.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o audio_out.o audio_out.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_mpegpes.o ao_mpegpes.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_null.o ao_null.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_pcm.o ao_pcm.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_plugin.o ao_plugin.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_delay.o pl_delay.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_format.o pl_format.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_surround.o pl_surround.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o remez.o remez.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_resample.o pl_resample.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_volume.o pl_volume.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_extrastereo.o pl_extrastereo.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_volnorm.o pl_volnorm.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o pl_eq.o pl_eq.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_nas.o ao_nas.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_oss.o ao_oss.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R
6/include -o ao_alsa9.o ao_alsa9.c
ao_alsa9.c: In function `init':
ao_alsa9.c:345: warning: deprecated use of label at end of compound statement
ar r libao2.a afmt.o audio_out.o ao_mpegpes.o ao_null.o ao_pcm.o ao_plugin.o pl_
delay.o pl_format.o pl_surround.o remez.o pl_resample.o pl_volume.o pl_extraster
eo.o pl_volnorm.o pl_eq.o ao_nas.o ao_oss.o ao_alsa9.o
make[1]: Leaving directory `/usr/local/src/mplayer/libao2'
make -C liba52
make[1]: Entering directory `/usr/local/src/mplayer/liba52'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o crc.o crc.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o resample.o resampl
e.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o bit_allocate.o bit
_allocate.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o bitstream.o bitstr
eam.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o downmix.o downmix.
c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o imdct.o imdct.c
imdct.c: In function `imdct_do_512_sse':
imdct.c:937: warning: use of memory input without lvalue in asm operand 1 is dep
recated
imdct.c:937: warning: use of memory input without lvalue in asm operand 2 is dep
recated
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o imdct_mlib.o imdct
_mlib.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o parse.o parse.c
ar r liba52.a crc.o resample.o bit_allocate.o bitstream.o downmix.o imdct.o imdc
t_mlib.o parse.o
make[1]: Leaving directory `/usr/local/src/mplayer/liba52'
make -C mp3lib
make[1]: Entering directory `/usr/local/src/mplayer/mp3lib'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o sr1.o sr1.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -
o decode_i586.o decode_i586.c
{standard input}: Assembler messages:
{standard input}:39: Warning: missing operand; zero assumed
{standard input}:42: Warning: missing operand; zero assumed
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o decode_MMX.o decode
_MMX.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o dct64_MMX.o dct64_M
MX.c
{standard input}: Assembler messages:
{standard input}:14: Warning: missing operand; zero assumed
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o tabinit_MMX.o tabin
it_MMX.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o dct36_3dnow.o dct36
_3dnow.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o dct64_3dnow.o dct64
_3dnow.c
{standard input}: Assembler messages:
{standard input}:24: Warning: missing operand; zero assumed
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o dct36_k7.o dct36_k7
.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o dct64_k7.o dct64_k7
.c
{standard input}: Assembler messages:
{standard input}:24: Warning: missing operand; zero assumed
ar r libMP3.a sr1.o decode_i586.o decode_MMX.o dct64_MMX.o tabinit_MMX.o dct36_3
dnow.o dct64_3dnow.o dct36_k7.o dct64_k7.o
make[1]: Leaving directory `/usr/local/src/mplayer/mp3lib'
make -C libmpeg2
make[1]: Entering directory `/usr/local/src/mplayer/libmpeg2'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o alloc.o alloc.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o cpu_accel.o cpu_accel.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o cpu_state.o cpu_state.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o decode.o decode.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o header.o header.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o idct.o idct.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o idct_alpha.o idct_alpha.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o idct_mlib.o idct_mlib.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o idct_mmx.o idct_mmx.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o motion_comp.o motion_comp.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o motion_comp_alpha.o motion_comp_alpha.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o motion_comp_mlib.o motion_comp_mlib.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o motion_comp_mmx.o motion_comp_mmx.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I../libvo -I.. -
DMPG12PLAY -o slice.o slice.c
ar r libmpeg2.a alloc.o cpu_accel.o cpu_state.o decode.o header.o idct.o idct_al
pha.o idct_mlib.o idct_mmx.o motion_comp.o motion_comp_alpha.o motion_comp_mlib.
o motion_comp_mmx.o slice.o
make[1]: Leaving directory `/usr/local/src/mplayer/libmpeg2'
make -C osdep
make[1]: Entering directory `/usr/local/src/mplayer/osdep'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o shmem.o sh
mem.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o strsep.o s
trsep.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o vsscanf.o
vsscanf.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o scandir.o
scandir.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o gettimeofd
ay.o gettimeofday.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o lrmi.o lrm
i.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o vbelib.o v
belib.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o timer-lx.o
timer-lx.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o getch2.o g
etch2.c
ar r libosdep.a shmem.o strsep.o vsscanf.o scandir.o gettimeofday.o lrmi.o vbel
ib.o timer-lx.o getch2.o
make[1]: Leaving directory `/usr/local/src/mplayer/osdep'
make -C postproc
make[1]: Entering directory `/usr/local/src/mplayer/postproc'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I.. -o swsc
ale.o swscale.c
In file included from swscale.c:732:
swscale_template.c: In function `hyscale_MMX2':
swscale_template.c:2103: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
swscale_template.c:2266: warning: use of memory input without lvalue in asm oper
and 3 is deprecated
swscale_template.c:2266: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
In file included from swscale.c:732:
swscale_template.c: In function `hcscale_MMX2':
swscale_template.c:2103: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
swscale_template.c:2103: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
swscale_template.c:2447: warning: use of memory input without lvalue in asm oper
and 3 is deprecated
swscale_template.c:2447: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
swscale_template.c: In function `hScale_MMX2':
swscale_template.c:2103: warning: use of memory input without lvalue in asm oper
and 4 is deprecated
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I.. -o rgb2
rgb.o rgb2rgb.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I.. -o yuv2
rgb.o yuv2rgb.c
yuv2rgb.c:162: warning: integer constant is too large for "long" type
yuv2rgb.c:163: warning: integer constant is too large for "long" type
yuv2rgb.c:164: warning: integer constant is too large for "long" type
ar r libswscale.a swscale.o rgb2rgb.o yuv2rgb.o
make[1]: Leaving directory `/usr/local/src/mplayer/postproc'
make -C input
make[1]: Entering directory `/usr/local/src/mplayer/input'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o input.o in
put.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o joystick.o
joystick.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -o lirc.o lir
c.c
ar r libinput.a input.o joystick.o lirc.o
make[1]: Leaving directory `/usr/local/src/mplayer/input'
make -C libvo
make[1]: Entering directory `/usr/local/src/mplayer/libvo'
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o geometry.o geometry.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o aspect.o aspect.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o aclib.o aclib.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o osd.o osd.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o font_load.o font_load.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o gtf.o gtf.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o spuenc.o spuenc.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o video_out.o video_out.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_null.o vo_null.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_pgm.o vo_pgm.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_md5.o vo_md5.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_mpegpes.o vo_mpegpes.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_yuv4mpeg.o vo_yuv4mpeg.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_tga.o vo_tga.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o x11_common.o x11_common.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_x11.o vo_x11.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_xover.o vo_xover.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_xv.o vo_xv.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_dga.o vo_dga.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_gl.o vo_gl.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_gl2.o vo_gl2.c
cc -c -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I/usr/X11R6
/include -DMPG12PLAY -o vo_fbdev.o vo_fbdev.c
In file included from /usr/include/linux/timer.h:5,
from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/list.h:576:2: warning: #warning "don't include kernel headers
in userspace"
In file included from /usr/include/linux/timer.h:6,
from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/spinlock.h: In function `bit_spin_lock':
/usr/include/linux/spinlock.h:413: error: invalid type argument of `->'
/usr/include/linux/spinlock.h: In function `bit_spin_trylock':
/usr/include/linux/spinlock.h:430: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:433: error: `TIF_NEED_RESCHED' undeclared (firstse in this function)
/usr/include/linux/spinlock.h:433: error: (Each undeclared identifier is repord only once
/usr/include/linux/spinlock.h:433: error: for each function it appears in.)
/usr/include/linux/spinlock.h: In function `bit_spin_unlock':
/usr/include/linux/spinlock.h:451: error: invalid type argument of `->'
/usr/include/linux/spinlock.h:451: error: `TIF_NEED_RESCHED' undeclared (firstse in this function)
In file included from /usr/include/linux/workqueue.h:8,
from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/timer.h: At top level:
/usr/include/linux/timer.h:11: error: field `entry' has incomplete type
In file included from /usr/include/linux/fb.h:5,
from vo_fbdev.c:21:
/usr/include/linux/workqueue.h:15: error: field `entry' has incomplete type
In file included from vo_fbdev.c:21:
/usr/include/linux/fb.h:342: error: parse error before '*' token
/usr/include/linux/fb.h:346: error: parse error before '}' token
make[1]: *** [vo_fbdev.o] Error 1
make[1]: Leaving directory `/usr/local/src/mplayer/libvo'
make: *** [libvo/libvo.a] Fehler 2
root@daniel:/usr/local/src/mplayer#

cu



[edit]\\ danke aber ich habs auch mit kernel-headers-2.4.22 versucht

__________________
ONKELZ

Dieser Beitrag wurde 2 mal editiert, zum letzten Mal von bad.boy.bart: 03.01.2004 18:38.

02.01.2004 15:57 bad.boy.bart ist offline E-Mail an bad.boy.bart senden Beiträge von bad.boy.bart suchen
Baumstruktur | Brettstruktur
Gehe zu:
Neues Thema erstellen Antwort erstellen
BlackBoard » Computerecke » Betriebssysteme » Linux Problem bei make von Mplayer

Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH