LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-18-2004, 09:38 PM   #1
Abe_the_Man
Member
 
Registered: Jul 2003
Location: Oshawa, Ontario, Canada
Distribution: ?????
Posts: 324

Rep: Reputation: 30
winex compile error; what does it mean???


I posted this in the games forum a couple days ago, but i haven't gotten any replies, so here it goes again

I'm trying to compile winex 3.2.1 cvs. it goes for a while, but then it gets these errors.

--------- Error log - file /root/temp/cvswinex/ErrorLog : ---------
audio.c:399: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time'n games. So Wine is best for apps, WineX for games.
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
make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/root/temp/cvswinex/winex/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa/libwinealsa.drv.so] Error 2
make[1]: Leaving directory `/root/temp/cvswinex/winex/dlls'
make: *** [dlls] Error 2

It looks like some kind of a sound issue. Any ideas what's wrong?? What this error means??
 
Old 01-19-2004, 05:15 AM   #2
scheidel21
Senior Member
 
Registered: Feb 2003
Location: CT
Distribution: Debian 6+, CentOS 5+
Posts: 1,323

Rep: Reputation: 100Reputation: 100
I had a similar issue, try installing alsa if you don't have it installed, or their is a way to pass oss to the ./configure, but Im not sure how my issue was never resolved, ghood luck.
 
Old 01-19-2004, 08:19 AM   #3
php
Member
 
Registered: Jun 2001
Location: USA
Distribution: Slackware
Posts: 827

Rep: Reputation: 30
I wouldn't recommend installing winex from the cvs. Even if you do it get compiled and installed, you still can't just run 'winex yourgame.exe', you have to do a bunch of other steps to even get it to do that. I would say just buy it
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Winex compile issue redhatbadboi Linux - Games 3 03-04-2005 04:35 PM
cvs winex compile problem gonus Linux - Software 0 08-03-2004 07:23 PM
Winex compile problem with ppl.l vmicho Linux - Software 6 02-12-2004 04:53 PM
winex compile problem Abe_the_Man Linux - Games 0 01-17-2004 07:11 PM
WineX CVS compile problem Vipes Linux - Software 2 12-03-2003 08:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration