FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error in stencil_clear_tag.d / open AL broken too

 
Post new topic   Reply to topic     Forum Index -> Derelict
View previous topic :: View next topic  
Author Message
baxissimo



Joined: 23 Oct 2006
Posts: 241
Location: Tokyo, Japan

PostPosted: Sun Dec 24, 2006 9:34 pm    Post subject: Error in stencil_clear_tag.d / open AL broken too Reply with quote

Current svn version of
opengl\extension\ext\stencil_clear_tag.d
ends with this:
Code:

typedef void function(GLsizei, GLuint) glStencilClearTagEXT;
pfglStencilClearTagEXT glStencilClearTagEXT;


should be
Code:

typedef void function(GLsizei, GLuint) pfglStencilClearTagEXT;
pfglStencilClearTagEXT glStencilClearTagEXT;



For OpenAL, al.d in svn has this code:
Code:

    version(DerelictAL_Static)
        import derelict.openal.alstatic;
    else
        import derelict.openal.almanual;


But neither alstatic.d nor almanual.d are checked in.

Apparently a result of this changeset:
http://www.dsource.org/projects/derelict/changeset/203
Back to top
View user's profile Send private message
aldacron



Joined: 05 May 2004
Posts: 1322
Location: Seoul, South Korea

PostPosted: Sun Dec 24, 2006 11:42 pm    Post subject: Reply with quote

It turns out I also forgot to change the module declaration in alfuncs.d. That's what I get for not compiling before checking in the changes. It all compiles now. Thanks for reporting it.
_________________
The One With D | The One With Aldacron | D Bits
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Derelict All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group