Your message dated Thu, 2 Apr 2009 22:59:42 +0100
with message-id <200904022159.n32lxggq011...@kmos.homeip.net>
and subject line gtkglarea has been removed from Debian, closing #184871
has caused the Debian Bug report #184871,
regarding gtkglarea5-dev: Fails very ungracefully in conjunction with gtk+-2.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
184871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gtkglarea5-dev
Version: 1.2.3-1
Severity: important

This library appears not to work with gtk+2.0.  If you try to compile
the simple program below, it compiles OK, but seg faults when run. 
Untill this has been fixed, I suggest that you add the following to the
header files

#if GTK_VERSION_CHECK(2.0.0)
#error "Sorry GTK_GL_AREA Doesn't work with GTK+2.0, try GTK 1.2"
#endif

Try this prog to see what I mean:
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glx.h>

#include <gtkgl/gtkglarea.h>
#include <gtk/gtk.h>

int
main(int argc, char **argv)
{
  GtkWidget *glarea;



  int attribs[] = { GDK_GL_RGBA,
                          GDK_GL_DEPTH_SIZE, 12,
                          GDK_GL_DOUBLEBUFFER,
                          GDK_GL_RED_SIZE, 1,
                          GDK_GL_NONE };

  gtk_init(&argc, &argv);

  if (!gdk_gl_query()) {
    g_print("GL not supported\n");
    return (1);
  }

  /* Create the OpenGL rendering area */
  glarea = gtk_gl_area_new(attribs);

  if ( !glarea) {
    g_print("glarea is null\n");
    return(1);
  }


  return 0;

}




-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux marilyn 2.2.20 #1 Sat Apr 20 11:45:28 EST 2002 i686
Locale: LANG=en_AU, LC_CTYPE=

Versions of packages gtkglarea5-dev depends on:
ii  gtkglarea5                    1.2.3-1    Gimp Toolkit OpenGL area widget sh
ii  libgtk1.2-dev                 1.2.10-11  Development files for the GIMP Too



--- End Message ---
--- Begin Message ---
Version: 1.2.3-5+rm

The gtkglarea package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/520527 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply via email to