--m9Vkydzf3ccYCnyC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, something like the following is necessary to compile the 3.0 cvs with gcc 3.1 on Linux/ix86. Please apply as soon as possible. diff -ur kdemultimedia/arts/gui/kde/kpoti.cpp /app/kde/kdemultimedia/arts/g= ui/kde/kpoti.cpp --- kdemultimedia/arts/gui/kde/kpoti.cpp Sat Jan 12 10:40:41 2002 +++ /app/kde/kdemultimedia/arts/gui/kde/kpoti.cpp Wed Jan 30 17:49:15 2002 @@ -378,7 +378,7 @@ resetState(); =20 if ( e->button() =3D=3D MidButton ) { - float pos =3D atan2( e->pos().x()-center.x(),- e->pos().y() + center.y= () ); + float pos =3D atan2( (float) e->pos().x()-center.x(),- e->pos().y() + = center.y() ); movePoti( pos ); return; } @@ -416,7 +416,7 @@ { =20 if ( (e->state() & MidButton) ) { // middle button wins - float pos =3D atan2( e->pos().x()-center.x(),- e->pos().y()+center.y= () ); + float pos =3D atan2( (float) e->pos().x()-center.x(),- e->pos().y()+= center.y() ); movePoti( pos ); return;=09 } diff -ur kdemultimedia/arts/modules/synth_cdelay_impl.cc /app/kde/kdemultim= edia/arts/modules/synth_cdelay_impl.cc --- kdemultimedia/arts/modules/synth_cdelay_impl.cc Fri Aug 31 20:34:04 2001 +++ /app/kde/kdemultimedia/arts/modules/synth_cdelay_impl.cc Wed Jan 30 17:= 51:44 2002 @@ -63,7 +63,7 @@ void time(float newTime) { _delaytime =3D newTime; - double n =3D ceil( log( _delaytime * samplingRateFloat ) / log( 2 ) ); + double n =3D ceil( log( (double) _delaytime * samplingRateFloat ) / log(= 2 ) ); unsigned long newbuffersize =3D (unsigned long)( pow( 2, n ) ); unsigned long newbitmask =3D newbuffersize - 1; if( newbuffersize !=3D _buffersize ) diff -ur kdemultimedia/arts/modules/synth_delay_impl.cc /app/kde/kdemultime= dia/arts/modules/synth_delay_impl.cc --- kdemultimedia/arts/modules/synth_delay_impl.cc Fri Aug 31 20:34:04 2001 +++ /app/kde/kdemultimedia/arts/modules/synth_delay_impl.cc Wed Jan 30 17:5= 0:54 2002 @@ -101,7 +101,7 @@ if( newmaxdelay <=3D 0 ) return; _maxdelay =3D newmaxdelay; - double n =3D ceil( log( _maxdelay * samplingRateFloat ) / log( 2 ) ); + double n =3D ceil( log( (double) _maxdelay * samplingRateFloat ) / log( = 2 ) ); unsigned long newbuffersize =3D (unsigned long)( pow( 2, n ) ); unsigned long newbitmask =3D newbuffersize - 1; if( newbuffersize !=3D _buffersize ) Regards, hjb --=20 Pro-Linux - Germany's largest volunteer Linux support site http://www.pro-linux.de/ Public Key ID 0x3DDBDDEA --m9Vkydzf3ccYCnyC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: iD8DBQE8WDWWLbySPj3b3eoRAtrSAJ4+liVXt22FnAraymlMJzrwa/OjSgCfaTzt 0r+tU24JIN+9Z95BBzirfss= =QFyI -----END PGP SIGNATURE----- --m9Vkydzf3ccYCnyC-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<