[gentoo-user] alsa envy24control problem

2005-06-20 Thread stefan riha
Hello!

I need the program envy24control which is part of
alsa-tools to run my soundcard.
But starting the program gives the following error
message:

envy24control
using--- input_channels: 0
 --- output_channels: 2
 --- pcm_output_channels: 8
 --- spdif in/out channels: 2

Gtk-WARNING **: invalid cast from (NULL) pointer to
`GtkObject'
Segmentation fault

Thanks,
 --Stefan






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa envy24control problem

2005-06-20 Thread Zac Medico
stefan riha wrote:
 Hello!
 
 I need the program envy24control which is part of
 alsa-tools to run my soundcard.
 But starting the program gives the following error
 message:
 
 envy24control
 using  --- input_channels: 0
--- output_channels: 2
--- pcm_output_channels: 8
--- spdif in/out channels: 2
 
 Gtk-WARNING **: invalid cast from (NULL) pointer to
 `GtkObject'
 Segmentation fault
 
 Thanks,
  --Stefan
 

Have you remerged alsa-tools and dependencies?

DEPEND==media-libs/alsa-lib-1.0.0
virtual/alsa
X? ( =x11-libs/fltk-1.1*
 =x11-libs/gtk+-1.2* )


What are your CFLAGS?

Zac
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] alsa envy24control problem

2005-06-20 Thread stefan riha
DEPEND==media-libs/alsa-lib-1.0.0
virtual/alsa
X? ( =x11-libs/fltk-1.1*
 =x11-libs/gtk+-1.2* )

I tried that, the error message is still the same.

CFlags are (this is default on my computer):

CFLAGS=-O3 -march=pentium3 -fprefetch-loop-arrays
-funroll-loops -pipe






___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] alsa envy24control problem

2005-06-20 Thread Zac Medico
stefan riha wrote:
DEPEND==media-libs/alsa-lib-1.0.0
 
 virtual/alsa
 X? ( =x11-libs/fltk-1.1*
  =x11-libs/gtk+-1.2* )
 
 I tried that, the error message is still the same.
 
 CFlags are (this is default on my computer):
 
 CFLAGS=-O3 -march=pentium3 -fprefetch-loop-arrays
 -funroll-loops -pipe
 

For some safer flags I'd recommend CFLAGS=-O2 -march=pentium3 -pipe.

Do other fltk/gtk+ apps work okay?  For example, flpsed.

Zac
-- 
gentoo-user@gentoo.org mailing list