Skip Menu |

This queue is for tickets about the Alien-wxWidgets CPAN distribution.

Report information
The Basics
Id: 48993
Status: rejected
Priority: 0/
Queue: Alien-wxWidgets

People
Owner: Nobody in particular
Requestors: KTHAKORE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: wxWidget is looking for GL/gl.h in the wrong place for strawberry perl
Strawberry keeps the gl.h in c/include/w32api/GL/gl.h not c/include/GL/gl.h In file included from ../../include/wx/glcanvas.h:50, from ../../src/msw/glcanvas.cpp:35: ../../include/wx/msw/glcanvas.h:20:19: GL/gl.h: No such file or directory ../../src/msw/glcanvas.cpp: In member function `void wxGLCanvas::SetColour(const wxChar*)': ../../src/msw/glcanvas.cpp:582: error: `glColor3f' was not declared in this scope ../../src/msw/glcanvas.cpp:582: warning: unused variable 'glColor3f' mingw32-make: *** [gcc_mswudll\gldll_glcanvas.o] Error 1 system: mingw32-make -f makefile.gcc all UNICODE=1 MSLU=0 BUILD=release SHARED=1: 512 at inc/My/Build/Win32.pm line 263
On Tue Aug 25 10:34:21 2009, KTHAKORE wrote: Show quoted text
> Strawberry keeps the gl.h in c/include/w32api/GL/gl.h not > c/include/GL/gl.h > > In file included from ../../include/wx/glcanvas.h:50, > from ../../src/msw/glcanvas.cpp:35: > ../../include/wx/msw/glcanvas.h:20:19: GL/gl.h: No such file or directory > ../../src/msw/glcanvas.cpp: In member function `void > wxGLCanvas::SetColour(const wxChar*)': > ../../src/msw/glcanvas.cpp:582: error: `glColor3f' was not declared in > this scope > ../../src/msw/glcanvas.cpp:582: warning: unused variable 'glColor3f' > mingw32-make: *** [gcc_mswudll\gldll_glcanvas.o] Error 1 > system: mingw32-make -f makefile.gcc all UNICODE=1 MSLU=0 BUILD=release > SHARED=1: 512 at inc/My/Build/Win32.pm line 263
I think it is the other way around: if Strawberry puts GL headers in place where wxWidgets can't find them, it is a bug in Strawberry. Mattia