Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54678 - museseq: new upstream version 0.6.3 - does not properly compile
Summary: museseq: new upstream version 0.6.3 - does not properly compile
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Frank van de Pol (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 12:35 UTC by Frank van de Pol (RETIRED)
Modified: 2004-10-21 12:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank van de Pol (RETIRED) gentoo-dev 2004-06-21 12:35:52 UTC
museseq-0.6.3 does not properly compile:


g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -fno-exceptions -Wall -W -D_GNU_SOURCE -D_REENTRANT -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT -I.. -I../widgets -I/usr/qt/3/include -g -O2 -MT libdriver_la-alsaaudio.lo -MD -MP -MF .deps/libdriver_la-alsaaudio.Tpo -c alsaaudio.cpp  -fPIC -DPIC -o .libs/libdriver_la-alsaaudio.lo
alsaaudio.cpp: In function `void setParams(snd_pcm_t*, bool)':
alsaaudio.cpp:104: error: invalid conversion from `unsigned int*' to `unsigned
   int'
alsaaudio.cpp:120: error: invalid conversion from `snd_pcm_uframes_t*' to `long
   unsigned int'
alsaaudio.cpp:126: warning: int format, different type arg (arg 3)
alsaaudio.cpp:131: error: invalid conversion from `snd_pcm_uframes_t*' to `long
   unsigned int'
alsaaudio.cpp:137: warning: int format, different type arg (arg 3)
alsaaudio.cpp: In member function `virtual void AlsaAudioDevice::write(int,
   long unsigned int, float**)':
alsaaudio.cpp:290: warning: cast from pointer to integer of different size
alsaaudio.cpp:290: warning: cast from pointer to integer of different size
make[1]: *** [libdriver_la-alsaaudio.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/museseq-0.6.3/work/muse-0.6.3/driver'
make: *** [all] Error 2



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-27 03:16:26 UTC
looks like 64bit specific issues here...  these are fun ;)
Comment 2 Eric Shattow 2004-09-25 01:20:53 UTC
be patient for 0.7.0 to come to portage, it has a very different code base.
Comment 3 Frank van de Pol (RETIRED) gentoo-dev 2004-10-21 12:52:24 UTC
0.6.2 runs fine and 0.7.0 is out now