1234567891011121314151617181920212223242526272829 |
- Last update: 22.4.2011
- KNOWN PROBLEMS WITH OPENGL ES DEMO APPLICATIONS
- Building the demos
- ==================
- When you build these OpenGL demos in N950 SDK there are several
- warnings that you will see during compile time. Also, some warnings are
- generated when the .deb package is being created.
- None of these warnings should stop the compilation or .deb package
- creation.
- The source files that generated build time warnings are:
- OGLES2Navigation.cpp
- OGLES2Navigation3D.cpp
- OGLES2DisplacementMap.cpp
- OGLES2RenderToTexture.cpp
- OGLES2ShadowMapping.cpp
- OGLES2IntroducingPOD.cpp
- If you see other warnings that originate from other source files
- during build time please contact the N950 SDK team.
- Warnings during package building time are generated by dpkg-shlibdeps
- tool.
|