We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 799 - OpenGL 3.x
Summary: OpenGL 3.x
Status: RESOLVED DUPLICATE of bug 782
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 08:47 UTC by realburner
Modified: 2009-09-26 03:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description realburner 2009-09-20 08:47:16 UTC
I have been trying to get the OpenGL 3 example for http://www.opengl.org/wiki/Tutorial1:_Creating_a_Cross_Platform_OpenGL_3.2_Context_in_SDL_%28C_/_SDL%29
 to build. When trying to link against the sdl1.3 version from today I get.

/usr/local/lib/libSDL.so: undefined reference to `nativeTestThenSet32'
/usr/local/lib/libSDL.so: undefined reference to `nativeClear32'

System is Arch linux x86.
Comment 1 Sam Lantinga 2009-09-26 03:41:03 UTC
You should also take a look at bug 776, which has a patch for OpenGL 3.2 support:
http://bugzilla.libsdl.org/show_bug.cgi?id=776

*** This bug has been marked as a duplicate of bug 782 ***