QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 807|回复: 1

编译WINEX出错...

[复制链接]
发表于 2004-4-11 11:19:58 | 显示全部楼层 |阅读模式
谁帮我看看
[code:1]
make[2]: Leaving directory `/root/wine/dlls/urlmon'
make[2]: Entering directory `/root/wine/dlls/win32s'
make[2]: `libw32skrnl.so' is up to date.
make[2]: Leaving directory `/root/wine/dlls/win32s'
make[2]: Entering directory `/root/wine/dlls/winaspi'
make[2]: `libwnaspi32.so' is up to date.
make[2]: Leaving directory `/root/wine/dlls/winaspi'
make[2]: Entering directory `/root/wine/dlls/winmm/winealsa'
gcc -c -I. -I. -I../../../include -I../../../include  -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -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:23:
../../../include/winnt.h:503:1: warning: "MINSHORT" redefined
In file included from audio.c:19:
/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:23:
../../../include/winnt.h:504:1: warning: "MAXSHORT" redefined
In file included from audio.c:19:
/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:23:
../../../include/winnt.h:505:1: warning: "MINLONG" redefined
In file included from audio.c:19:
/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:23:
../../../include/winnt.h:506:1: warning: "MAXLONG" redefined
In file included from audio.c:19:
/usr/include/values.h:46:1: warning: this is the location of the previous definition
audio.c: In function `ALSA_TraceParameters':
audio.c:287: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:288: error: too few arguments to function `snd_pcm_hw_params_get_access'
audio.c:343: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:343: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:343: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:344: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:344: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_min'
audio.c:344: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size_max'
audio.c:356: error: too few arguments to function `snd_pcm_hw_params_get_rate'
audio.c:356: error: too few arguments to function `snd_pcm_hw_params_get_rate_min'
audio.c:356: error: too few arguments to function `snd_pcm_hw_params_get_rate_max'
audio.c:357: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time'
audio.c:357: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time_min'
audio.c:357: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time_max'
audio.c:358: error: too few arguments to function `snd_pcm_hw_params_get_periods'
audio.c:358: error: too few arguments to function `snd_pcm_hw_params_get_periods_min'
audio.c:358: error: too few arguments to function `snd_pcm_hw_params_get_periods_max'
audio.c:359: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:359: error: too few arguments to function `snd_pcm_hw_params_get_period_size_min'
audio.c:359: error: too few arguments to function `snd_pcm_hw_params_get_period_size_max'
audio.c:360: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c:360: error: too few arguments to function `snd_pcm_hw_params_get_period_time_min'
audio.c:360: error: too few arguments to function `snd_pcm_hw_params_get_period_time_max'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_tick_time'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_tick_time_min'
audio.c:361: error: too few arguments to function `snd_pcm_hw_params_get_tick_time_max'
audio.c: In function `ALSA_WaveInit':
audio.c:431: error: too few arguments to function `snd_pcm_hw_params_get_rate_min'
audio.c:432: error: too few arguments to function `snd_pcm_hw_params_get_rate_max'
audio.c:433: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:433: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:463: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:464: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:465: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:465: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c: In function `wodPlayer_DSPWait':
audio.c:708: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c: In function `wodOpen':
audio.c:1110: warning: passing arg 3 of `snd_pcm_hw_params_set_buffer_size_near' makes pointer from integer without a cast
audio.c:1111: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:1113: warning: passing arg 3 of `snd_pcm_hw_params_set_period_size_near' makes pointer from integer without a cast
audio.c:1114: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:1116: 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:1629: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:1630: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1631: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:1624: warning: unused variable `state'
audio.c: In function `DSDB_CreateMMAP':
audio.c:1673: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1674: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:1675: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c: In function `IDsDriverBufferImpl_GetPosition':
audio.c:1817: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c: At top level:
audio.c:142: warning: `wodPlayerCmdString' defined but not used
make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/root/wine/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/root/wine/dlls'
make: *** [dlls] Error 2
bash-2.05b#
[/code:1]
 楼主| 发表于 2004-4-12 09:31:59 | 显示全部楼层
NOBODY HELP ME ?!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:31 , Processed in 0.044104 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表