PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : fehler beim kompilieren von winex



shaddowghoul
26.11.04, 21:37
hi,

ich habe das howto von holarse.de gelesen und beim kompilieren
(make depend && make)
folgenden fehler erhalten:

make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/root/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/root/winex/dlls'
make: *** [dlls] Error 2

ich benutze suse linux 9.1 personal.
ist aber mit fast allen paketen der pro ausgestattet

habe die suchfunktion benutzt aber nichts gefunden.

danke im vorraus für hilfe

carnil
27.11.04, 08:29
Hi

Soweit ich das beurteilen kann, hilft dieser Teil der Fehlermeldung nicht wirklich weiter, poste doch einfach mal, etwas umfangreicher die Ausgabe, vielleicht kann Dir dann jemand helfen.

MfG carnil

shaddowghoul
27.11.04, 11:44
../../../include/winnt.h:489:1: warning: "MINSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:40:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:490:1: warning: "MAXSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:44:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:491:1: warning: "MINLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:42:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:492:1: warning: "MAXLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:46:1: warning: this is the location of the previous definition
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 `/root/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/root/winex/dlls'
make: *** [dlls] Error 2


das is die geamte fehler-meldung in vollem umfang.
reicht das ?

shaddowghoul
28.11.04, 15:18
kann es sein das das die audio.c hinüber ist?
wenn ja,
wo bekomme ich eine neue?

shaddowghoul
30.11.04, 21:43
hat keiner ne antwort?

ich bite auch ganz lieb.

biiiiiiiiiiiiiiiiiiiiiitteeeeeeeee.

nthk
01.12.04, 00:04
versuch mal das aktuelle alsa-libs packet zu installieren und kompilier dann mal neu.

shaddowghoul
01.12.04, 17:38
hat nicht wirklich was gebracht:

In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:492:1: warning: "MAXLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:46:1: warning: this is the location of the previous definition
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 `/root/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/root/winex/dlls'
make: *** [dlls] Error 2

DocHoliday
06.12.04, 17:56
Hallo, Ich habe genau denselben Fehler beim kompilieren ...
Ich geh genau nach dem HOLARSE-Tutorial vor aber dennoch kommt folgendes:


make[2]: Entering directory `/home/arthur/winex/dlls/winmm/winealsa'
gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o audio.o audio.c
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:489:1: warning: "MINSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:40:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:490:1: warning: "MAXSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:44:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:491:1: warning: "MINLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:42:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:492:1: warning: "MAXLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:46:1: warning: this is the location of the previous definition
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] Fehler 1
make[2]: Leaving directory `/home/arthur/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Fehler 2
make[1]: Leaving directory `/home/arthur/winex/dlls'
make: *** [dlls] Fehler 2

Kann uns da jemand helfen??
Danke!!

MfG :)

ZyDrA
17.12.04, 20:36
oh dann sind wir schon 3 die das problem haben :mad:. ich bitte jeden der weiss was das für ein fehler ist schnell zu antworten



make[2]: Entering directory `/home/zydra/winex/dlls/winmm/winealsa'
gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o audio.o audio.c
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:489:1: warning: "MINSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:40:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:490:1: warning: "MAXSHORT" redefined
In file included from audio.c:21:
/usr/include/values.h:44:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:491:1: warning: "MINLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:42:1: warning: this is the location of the previous definition
In file included from ../../../include/windef.h:16,
from ../../../include/winbase.h:9,
from audio.c:28:
../../../include/winnt.h:492:1: warning: "MAXLONG" redefined
In file included from audio.c:21:
/usr/include/values.h:46:1: warning: this is the location of the previous definition
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'
/usr/include/sys/stat.h: At top level:
audio.c:147: warning: `wodPlayerCmdString' defined but not used
make[2]: *** [audio.o] Fehler 1
make[2]: Leaving directory `/home/zydra/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Fehler 2
make[1]: Leaving directory `/home/zydra/winex/dlls'
make: *** [dlls] Fehler 2

bonafide
18.02.05, 11:09
fügt folgendes in die Datei usr/include/alsa/asoundlib.h ein:

#define ALSA_PCM_OLD_HW_PARAMS_API
#define ALSA_PCM_OLD_SW_PARAMS_API
#define ALSA_PCM_NEW_HW_PARAMS_API
#define ALSA_PCM_NEW_SW_PARAMS_API
#include <alsa/asoundlib.h>