PDA

View Full Version : Intresting problem with wine



TheTempest
03-30-2004, 04:14 AM
Hi,

I have wine 2004030? (latest)

And i want to install winex, so my question has two main parts:
1) When compiling winex sources from CVS i get this bogas audio.c error


>Problem in winealsa :
>
>audio.c:399: error: too few arguments to function
>`snd_pcm_hw_params_get_buffer_time'
>audio.c:399: error: too few arguments to function
>`snd_pcm_hw_params_get_buffer_time_min'
>audio.c:399: error: too few arguments to function
>`snd_pcm_hw_params_get_buffer_time_max'
>audio.c:400: error: too few arguments to function
>`snd_pcm_hw_params_get_periods'
>audio.c:400: error: too few arguments to function
>`snd_pcm_hw_params_get_periods_min'
>audio.c:400: error: too few arguments to function
>`snd_pcm_hw_params_get_periods_max'
>audio.c:401: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size'
>audio.c:401: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size_min'
>audio.c:401: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size_max'
>audio.c:402: error: too few arguments to function
>`snd_pcm_hw_params_get_period_time'
>audio.c:402: error: too few arguments to function
>`snd_pcm_hw_params_get_period_time_min'
>audio.c:402: error: too few arguments to function
>`snd_pcm_hw_params_get_period_time_max'
>audio.c:403: error: too few arguments to function
>`snd_pcm_hw_params_get_tick_time'
>audio.c:403: error: too few arguments to function
>`snd_pcm_hw_params_get_tick_time_min'
>audio.c:403: error: too few arguments to function
>`snd_pcm_hw_params_get_tick_time_max'
>audio.c: In function `ALSA_WaveInit':
>audio.c:473: error: too few arguments to function
>`snd_pcm_hw_params_get_rate_min'
>audio.c:474: error: too few arguments to function
>`snd_pcm_hw_params_get_rate_max'
>audio.c:475: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_min'
>audio.c:475: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_max'
>audio.c:505: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_min'
>audio.c:506: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_max'
>audio.c:507: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_min'
>audio.c:507: error: too few arguments to function
>`snd_pcm_hw_params_get_channels_max'
>audio.c: In function `wodPlayer_DSPWait':
>audio.c:767: error: too few arguments to function
>`snd_pcm_hw_params_get_period_time'
>audio.c: In function `wodOpen':
>audio.c:1169: warning: passing arg 3 of
>`snd_pcm_hw_params_set_buffer_size_near' makes pointer
>from integer without a cast
>audio.c:1170: error: too few arguments to function
>`snd_pcm_hw_params_get_buffer_size'
>audio.c:1172: warning: passing arg 3 of
>`snd_pcm_hw_params_set_period_size_near' makes pointer
>from integer without a cast
>audio.c:1173: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size'
>audio.c:1175: 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:1688: error: too few arguments to function
>`snd_pcm_hw_params_get_channels'
>audio.c:1689: error: too few arguments to function
>`snd_pcm_hw_params_get_format'
>audio.c:1690: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size'
>audio.c:1683: warning: unused variable `state'
>audio.c: In function `DSDB_CreateMMAP':
>audio.c:1732: error: too few arguments to function
>`snd_pcm_hw_params_get_format'
>audio.c:1733: error: too few arguments to function
>`snd_pcm_hw_params_get_buffer_size'
>audio.c:1734: error: too few arguments to function
>`snd_pcm_hw_params_get_channels'
>audio.c: In function `IDsDriverBufferImpl_GetPosition':
>audio.c:1876: error: too few arguments to function
>`snd_pcm_hw_params_get_period_size'
>audio.c: At top level:
>audio.c:184: warning: `wodPlayerCmdString' defined but
>not used


I have read everything i can find, i solved inital problems complining by downgrading flex and installing some other moduels

my second question is this:

If you go to these two sites:
http://linuxquestions.org/questions/history/77132
http://frankscorner.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=94&page=1

they say that you can install adobe photoshop using wine, now i have installed adobe on Windows XP and when i run it, the progrm crashes, but this is the kicker...

When i run the setup, it fails saying that when setup is being installed to WINNT 4 that you need SP6...????

I checkd my wine.conf and i'm set to Win98??

Any ideas..

Thanks