Your message dated Tue, 27 Jun 2006 22:47:51 +0200
with message-id <[EMAIL PROTECTED]>
and subject line libglew-dev: glew header trashes glut header.
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libglew-dev
Version: 1.3.4-3
Severity: grave
Justification: renders package unusable

GLEW can't be used with GLUT at the moment. I have freeglut3 3.8.0
installed.

  $ cat glew_test.cpp
  #include <GL/glew.h>
  #include <GL/glut.h>
  
  $ g++ -c glew_test.cpp
  /usr/include/GL/glut.h:531: error: expected initializer before 'glutInit'
  /usr/include/GL/glut.h:539: error: expected initializer before 
'glutInitDisplayMode'
  /usr/include/GL/glut.h:541: error: expected initializer before 
'glutInitDisplayString'
  /usr/include/GL/glut.h:543: error: expected initializer before 
'glutInitWindowPosition'
  /usr/include/GL/glut.h:544: error: expected initializer before 
'glutInitWindowSize'
 
there's 115 errors, all of the same kind. In GL/glut.h those
initializers look like:

  GLUTAPI void GLUTAPIENTRY glutInit(int *argcp, char **argv);

GLEW doesn't do anything with GLUT defined though, so I'm not entirely
sure why this happens.

Nick Lewycky

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libglew-dev depends on:
ii  libgl1-mesa-dev [li 6.5.0.cvs.20060524-1 A free implementation of the OpenG
ii  libglew1            1.3.4-3              The OpenGL Extension Wrangler - ru
ii  libglu1-mesa-dev [l 6.5.0.cvs.20060524-1 The OpenGL utility library -- deve

libglew-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
On Wed, Jun 21, 2006 at 06:28:12PM -0400, Nick Lewycky wrote:
> Sorry, the version I gave was out of the GLUT header files. It is indeed
> 2.4.0-5. Given that you can't reproduce it, I'll double-check my GL/*.h
> files and make certain they're all correct Debian ones, or else I'll try
> to reproduce it inside of a clean environment, such as pbuilder's chroot.

Since I haven't heard from this in a week, it's unreproducible, and nobody
else has reported it, I'm taking the liberty to close this report. Feel free
to reopen it if you could reproduce it in a clean environment. :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/

--- End Message ---

Reply via email to