PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : winex compile prob



Tuenn
20.03.04, 16:08
hi,

ich habe folgendes problem:



audio.c:147: warning: `wodPlayerCmdString' defined but not used
make[2]: *** [audio.o] Fehler 1
make[2]: Leaving directory `/home/tuenn/Documents/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Fehler 2
make[1]: Leaving directory `/home/tuenn/Documents/winex/dlls'
make: *** [dlls] Fehler 2


vielen dank für Hilfe,
tu€nn

x86-64
20.03.04, 16:13
wo triff das auf ? make oder make install?

spontan würde ich sagen du hast versucht make install ohne root rechte auszuführen.

Tuenn
20.03.04, 16:14
falsch.
bei make depend && make


thx ersmal

Tuenn
20.03.04, 16:54
ich weiß nich warum aber es geht jetzt :D

thx,
tuenn

coolsmile
04.08.04, 13:44
Ich hab den selben Fehler bei der Kompilierung von WineX. (Slackware 9.1, Linux 2.6)
Das ist die CVS-Version von WineX.



audio.c: In function `ALSA_TraceParameters':
audio.c:292: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:293: error: too few arguments to function `snd_pcm_hw_params_get_access'
audio.c:348: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:348: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:348: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:349: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:349: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min'
audio.c:349: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_rate'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_rate_min'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_rate_max'
audio.c:362: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time'
audio.c:362: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time_min'
audio.c:362: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time_max'
audio.c:363: error: too few arguments to function `snd_pcm_hw_params_get_periods'
audio.c:363: error: too few arguments to function `snd_pcm_hw_params_get_periods_min'
audio.c:363: error: too few arguments to function `snd_pcm_hw_params_get_periods_max'
audio.c:364: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:364: error: too few arguments to function `snd_pcm_hw_params_get_period_size_min'
audio.c:364: error: too few arguments to function `snd_pcm_hw_params_get_period_size_max'
audio.c:365: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c:365: error: too few arguments to function `snd_pcm_hw_params_get_period_time_min'
audio.c:365: error: too few arguments to function `snd_pcm_hw_params_get_period_time_max'
audio.c:366: error: too few arguments to function `snd_pcm_hw_params_get_tick_time'
audio.c:366: error: too few arguments to function `snd_pcm_hw_params_get_tick_time_min'
audio.c:366: error: too few arguments to function `snd_pcm_hw_params_get_tick_time_max'
audio.c: In function `ALSA_WaveInit':
audio.c:436: error: too few arguments to function `snd_pcm_hw_params_get_rate_min'
audio.c:437: error: too few arguments to function `snd_pcm_hw_params_get_rate_max'
audio.c:438: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:438: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:468: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:469: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:470: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:470: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c: In function `wodPlayer_DSPWait':
audio.c:713: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c: In function `wodOpen':
audio.c:1115: warning: passing arg 3 of `snd_pcm_hw_params_set_buffer_size_near' makes pointer from integer without a cast
audio.c:1116: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:1118: warning: passing arg 3 of `snd_pcm_hw_params_set_period_size_near' makes pointer from integer without a cast
audio.c:1119: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:1121: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes pointer from integer without a cast
audio.c: In function `DSDB_MMAPCopy':
audio.c:1634: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:1635: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1636: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:1629: warning: unused variable `state'
audio.c: In function `DSDB_CreateMMAP':
audio.c:1678: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1679: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:1680: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c: In function `IDsDriverBufferImpl_GetPosition':
audio.c:1822: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c: At top level:
audio.c:147: warning: `wodPlayerCmdString' defined but not used
make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/home/coolsmile/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/home/coolsmile/winex/dlls'
make: *** [dlls] Error 2


Ich habe make depend && make als root ausgeführt. Bei vorherigen Schritten (./configure, etc) gab es keinerlei Fehler.

Hat jemand ne Idee? Ich hab jez schon häufiger gelesen das es auf einmal geht .. aber bei mir irgendwie nicht .. :-/ .. Es hat wohl mit ALSA zu tun (fragt mich nicht was das ist .. ;) Irgendwas mit der Soundkarte oda so .. mit KDE, JuK, etc geht mein Ton jedenfalls)

jam86
24.08.05, 12:49
alsa headers 0.4 installieren hilft vielleicht

Tuenn
05.10.05, 09:53
alsa headers 0.4 installieren hilft vielleicht
Ist dir vielleicht schonmal aufgefallen, wie alt dieser Thread ist?

Hannes 2000
02.11.05, 13:04
Ist denn das Problem gelöst nach dieser langen Zeit, nimm sonst das script von www.linux-gamers.net