Displaying 5 results from an estimated 5 matches for "gtk_signal_real_emit".
1999 Aug 31
3
[R] R --gnome segfaults on RH 6.0 with R-0.65.0
On 30-Aug-99 I wrote:
>> Libgdk?
>> The only packages I know of with gdk/libgdk files
>> are `gtk+' and `gtk+10' and neither contain `gdkfont.c'.
To which Prof Brian D Ripley and Peter Dalgaard replied:
> No, binary rpms will not contain source files, will they?
> Try 'nm /usr/lib/libgdk.a | grep font' and I think you will see the
> light...
I
2003 May 21
1
gastman segmentation fault when pressing 'enter' in a command win dow
...at gui.c:1635
#6 0x0804f7f2 in gastman_run_command (cmd=0x81d9020 "") at gastman.c:1090
#7 0x08053596 in command_ready (widget=0x816a378, data=0x0) at gui.c:890
#8 0x400c8de1 in gtk_marshal_NONE__NONE () at eval.c:41
#9 0x400fc436 in gtk_handlers_run () at eval.c:41
#10 0x400fb76d in gtk_signal_real_emit () at eval.c:41
#11 0x400f9525 in gtk_signal_emit () at eval.c:41
#12 0x40133cd0 in gtk_widget_activate () at eval.c:41
#13 0x4009c818 in gtk_entry_key_press () at eval.c:41
#14 0x400c8aec in gtk_marshal_BOOL__POINTER () at eval.c:41
#15 0x400fb7ad in gtk_signal_real_emit () at eval.c:41
#16 0x400f...
2004 Sep 10
0
flac-1.0.3_beta released
...t=0x820a870) at widget.c:90
#13 0x0806c5f4 in mainwin_release (widget=0x818c908, event=0x820a870,
callback_data=0x0) at main.c:1146
#14 0x40236aec in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#15 0x4026a436 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
#16 0x4026976d in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#17 0x40267525 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#18 0x402a1b89 in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
#19 0x40236a45 in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0
#20 0x40235a6f in gtk_main_do_event () from /usr/lib/libgtk-...
2004 Sep 10
1
flac-1.0.3_beta released
...3 0x0806c5f4 in mainwin_release (widget=0x818c908, event=0x820a870,
>
> callback_data=0x0) at main.c:1146
> #14 0x40236aec in gtk_marshal_BOOL__POINTER () from
> /usr/lib/libgtk-1.2.so.0
> #15 0x4026a436 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
> #16 0x4026976d in gtk_signal_real_emit () from
> /usr/lib/libgtk-1.2.so.0
> #17 0x40267525 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
> #18 0x402a1b89 in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
> #19 0x40236a45 in gtk_propagate_event () from
> /usr/lib/libgtk-1.2.so.0
> #20 0x40235a6f in gtk_main_do_...
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the
candidate for the 1.0.3 release. At this time I would
ask anyone who is willing to help test it to do the
following:
1. download the tarball and unzip it:
http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download
2. do
./configure && make && make check
This will build all code and run all the tests.