Opened 10 years ago
Closed 10 years ago
#11128 closed bug (fixed)
BeOS compatibility: gluPerspective should be in libGL
Reported by: | pulkomandy | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/OpenGL Kit/Software Rasterization | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #10403, #10586 | |
Platform: | x86 |
Description
BeOS software relies on GLU stuff to be inside libGL. This includes GLTeapot as well as various screensavers.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
The current mesa package (rev 6) does not have it. I rebuilt the package using the current haikuporter recipe (rev 8), and there the symbol is found.
I will post more detailed reports for each screensaver when I have more time to investigate.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed now, the package was updated in hrev48011.
Note:
See TracTickets
for help on using tickets.
http://nehe.gamedev.net/article/replacement_for_gluperspective/21002/ just in-case we have to write it from scratch
libGLU should already be in libGL in Mesa gcc2. libGLU though is not provided in gcc4's mesa libGL as that isn't how it should be long-term.