Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
well, after some hours of findings and fixings bugs, the port works. i use espeak [etc, etc] | aplay that works here on ubuntu. the "espeak -f " causes strange driver problems here. in the morninh, i'll try the other means espeak -f on my netbook

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
ate: Mon, 2 Jan 2012 14:42:43 -0800 > From: Gary Kline > To: David Ne??as > Subject: Re: troubles porting from ubuntu to debian. [??] > Cc: GTK Devel List > > On Mon, Jan 02, 2012 at 09:29:23PM +0100, David Ne??as wrote: > > Date: Mon, 2 Jan 2012 21:29:23 +0100 > >

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread David Nečas
On Mon, Jan 02, 2012 at 02:42:43PM -0800, Gary Kline wrote: > could you please explain more about this macro and how to > resolve the complaint? Use GTK_WIDGET_IS_SENSITIVE() instead of gtk_widget_is_sensitive(). > as you note, things do only now frown using the macro def: > >

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
On Mon, Jan 02, 2012 at 09:29:23PM +0100, David Ne??as wrote: > Date: Mon, 2 Jan 2012 21:29:23 +0100 > From: David Ne??as > Subject: Re: troubles porting from ubuntu to debian. [??] > To: Gary Kline > Cc: GTK Devel List > > On Mon, Jan 02, 2012 at 12:15:45PM -0800, Gary Kl

Re: troubles porting from ubuntu to debian. [??]

2012-01-02 Thread David Nečas
On Mon, Jan 02, 2012 at 12:15:45PM -0800, Gary Kline wrote: > main.c:157: warning: implicit declaration of function ‘chdir’ > main.c:362: warning: implicit declaration of function ‘sleep’ Declared in unistd.h. Forgot to include it? > main.c: In function ‘inc_button_click_cb’: > main.

troubles porting from ubuntu to debian. [??]

2012-01-02 Thread Gary Kline
o can't figure this out. On my debian computer, make fails thusly: 4 -rw-r--r-- 1 kline 354 2012-01-01 13:59 Makefile pts/2 12:13 [441] k ~/bin gcc -std=gnu99 -Wall -g main.c -o main -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo