search for: gtk_text_size_request

Displaying 3 results from an estimated 3 matches for "gtk_text_size_request".

1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
...ont_id): assertion `font != NULL' failed. Gdk-CRITICAL **: file gdkfont.c: line 133 (gdk_font_ref): assertion `font != NULL' failed. .................etc., etc. 1) `gdb' shows (for what it is worth): Core was generated by `/usr/local/R65/lib/R/bin/R.gnome' #0 0x4024034d in gtk_text_size_request () 2) I can't find the file `gdkfont.c' anywhere on my system. Should I be able to and if so can anybody tell me which package/library contains `gdkfont.c' ? Is this my stupidity or worth reporting as a bug or already known? ************************************* Alexander Volo...
1999 Aug 30
2
R --gnome segfaults on RH 6.0 with R-0.65.0
...ont_id): assertion `font != NULL' failed. Gdk-CRITICAL **: file gdkfont.c: line 133 (gdk_font_ref): assertion `font != NULL' failed. .................etc., etc. 1) `gdb' shows (for what it is worth): Core was generated by `/usr/local/R65/lib/R/bin/R.gnome' #0 0x4024034d in gtk_text_size_request () 2) I can't find the file `gdkfont.c' anywhere on my system. Should I be able to and if so can anybody tell me which package/library contains `gdkfont.c' ? Is this my stupidity or worth reporting as a bug or already known? ************************************* Alexander Volo...
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