[FUG-BR] Compilar XMMS do Ports

Rodrigo Planche planche em conchalnet.com.br
Segunda Maio 26 16:36:39 BRT 2008


Boa tarde.

Estou tentando instalar o XMMS v 1.2.11 do ports atualizado, /usr/ports/multimedia/xmms, e não compila por nada. Já tentei de tudo e não consigo compilar, sempre dá o mesmo erro.
Da impressão que é alguma coisa relacionada ao X. Ja tentei reconfigurar meu X algumas vezes e nada.

Vou postar a saida do erro para verificar se alguem tem uma luz:

# make install
===>  Building for xmms-1.2.11_2
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11'
Making all in intl
gmake[2]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/intl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/intl'
Making all in libxmms
gmake[2]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/libxmms'
gmake  all-am
gmake[3]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/libxmms'
gmake[3]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/libxmms'
gmake[2]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/libxmms'
Making all in xmms
gmake[2]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
Making all in defskin
gmake[4]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms/defskin'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms/defskin'
gmake[4]: Entering directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe  -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -DDATA_DIR=\"/usr/local/share/xmms\" -DPLUGIN_DIR=\"/usr/local/lib/xmms\" -DPLUGINSUBS=\"Output\",\"Input\",\"Effect\",\"General\",\"Visualization\" -DLOCALEDIR=\"/usr/local/share/locale\" -DI386_ASSEM -I../intl -I..  -I/usr/local/include -D_THREAD_SAFE  -O2 -fno-strict-aliasing -pipe  -Wall -Wpointer-arith -finline-functions -fomit-frame-pointer -ffast-math -MT fullscreen.o -MD -MP -MF ".deps/fullscreen.Tpo" -c -o fullscreen.o fullscreen.c; \
        then mv -f ".deps/fullscreen.Tpo" ".deps/fullscreen.Po"; else rm -f ".deps/fullscreen.Tpo"; exit 1; fi
fullscreen.c:73:38: X11/extensions/xf86vmode.h: No such file or directory
fullscreen.c:74:38: X11/extensions/xf86vmstr.h: No such file or directory
fullscreen.c: In function `xmms_fullscreen_available':
fullscreen.c:79: error: `XF86VidModeModeInfo' undeclared (first use in this function)
fullscreen.c:79: error: (Each undeclared identifier is reported only once
fullscreen.c:79: error: for each function it appears in.)
fullscreen.c:79: error: `dummy' undeclared (first use in this function)
fullscreen.c:81: warning: implicit declaration of function `XF86VidModeQueryExtension'
fullscreen.c:84: warning: implicit declaration of function `XF86VidModeGetAllModeLines'
fullscreen.c: At top level:
fullscreen.c:93: error: syntax error before "XF86VidModeModeInfo"
fullscreen.c: In function `getdisplay':
fullscreen.c:136: error: structure has no member named `modes'
fullscreen.c:137: error: structure has no member named `origmode'
fullscreen.c: In function `xmms_fullscreen_init':
fullscreen.c:179: error: syntax error before "origmode"
fullscreen.c:191: error: structure has no member named `modes'
fullscreen.c:196: error: structure has no member named `modes'
fullscreen.c:198: error: structure has no member named `origmode'
fullscreen.c:200: warning: implicit declaration of function `XF86VidModeGetModeLine'
fullscreen.c:202: error: `origmode' undeclared (first use in this function)
fullscreen.c:205: error: structure has no member named `modes'
fullscreen.c:207: error: structure has no member named `modes'
fullscreen.c:210: error: structure has no member named `origmode'
fullscreen.c:211: error: structure has no member named `modes'
fullscreen.c:216: error: structure has no member named `origmode'
fullscreen.c: In function `xmms_fullscreen_enter':
fullscreen.c:246: error: structure has no member named `modes'
fullscreen.c:247: error: structure has no member named `modes'
fullscreen.c:249: error: structure has no member named `modes'
fullscreen.c:256: error: structure has no member named `modes'
fullscreen.c:258: error: structure has no member named `modes'
fullscreen.c:268: error: structure has no member named `modes'
fullscreen.c:269: error: structure has no member named `modes'
fullscreen.c:277: error: structure has no member named `modes'
fullscreen.c:278: error: structure has no member named `modes'
fullscreen.c:315: warning: implicit declaration of function `XF86VidModeSwitchToMode'
fullscreen.c:317: error: structure has no member named `modes'
fullscreen.c:319: warning: implicit declaration of function `XF86VidModeSetViewPort'
fullscreen.c: In function `xmms_fullscreen_leave':
fullscreen.c:359: error: structure has no member named `origmode'
fullscreen.c: In function `xmms_fullscreen_cleanup':
fullscreen.c:445: error: structure has no member named `modes'
fullscreen.c: In function `xmms_fullscreen_modelist':
fullscreen.c:472: error: structure has no member named `modes'
fullscreen.c:473: error: structure has no member named `modes'
gmake[4]: *** [fullscreen.o] Error 1
gmake[4]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11/xmms'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/xmms/work/xmms-1.2.11'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/xmms.
*** Error code 1

Stop in /usr/ports/multimedia/xmms.

Alguem tem alguma luz?

Att,

Rodrigo Planche
Conchalnet


Mais detalhes sobre a lista de discussão freebsd