Bug#765925: Acknowledgement (src:vtk: FTBFS with error: 'GLintptr' has not beed declared)
Ondřej Surý
ondrej at debian.org
Sun Oct 19 11:37:47 UTC 2014
Control: tags -1 +patch
JFTR I have debugged this in simgear you it looks like you need to do:
#define GLX_GLEXT_LEGACY
when you do:
#defined GL_GLEXT_LEGACY
e.g.
$ cat vtk/debian/patches/GLX_GLEXT_LEGACY.patch
--- vtk.orig/Rendering/vtkOpenGL.h
+++ vtk/Rendering/vtkOpenGL.h
@@ -19,6 +19,7 @@
// To prevent gl.h to include glext.h provided by the system
#define GL_GLEXT_LEGACY
+#define GLX_GLEXT_LEGACY
#if defined(__APPLE__) && (defined(VTK_USE_CARBON) ||
defined(VTK_USE_COCOA))
# include <OpenGL/gl.h> // Include OpenGL API.
#else
I am preparing NMU right now and will upload it to DELAYED/5 to speed up
the libjpeg-turbo transition.
Cheers,
Ondrej
On Sun, Oct 19, 2014, at 11:33, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 765925 at bugs.debian.org.
>
> Please do not send mail to owner at bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 765925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765925
> Debian Bug Tracking System
> Contact owner at bugs.debian.org with problems
--
Ondřej Surý <ondrej at sury.org>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
More information about the debian-science-maintainers
mailing list