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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to