I came accross a building broblem I'm not able to handle.  AFAICT there is
a problem in one of the GL or X11 header files.

glxcmds.c: In function `CreateContext':
glxcmds.c:504: error: `X_GLXCreateNewContext' undeclared (first use in
this function)
glxcmds.c:504: error: (Each undeclared identifier is reported only once
glxcmds.c:504: error: for each function it appears in.)
glxcmds.c:516: error: `xGLXCreateContextWithConfigSGIXReq' undeclared
(first use in this function)

I found these in glxproto.h but including this file dose not solve the
problem, it only creates another one(missing CARD32).  I eventually came
full circle when I included both X11/Xdm.h and glxproto.h.

Could it be that these .h files are order dependent?  glxproto.h includes
glxclient.h wich includes glxmd.h(This file should include it's parent
X11/Xdm.h , no?).  However glxproto.h hase no includes, should there AT
THE VARY LEAST be a remark listing what X11/Xorg and glx/dri headers is
needs.

All of this might be folly as last time I used DRI w/o DRI's xfree86
server(That is dead) I got ABI errors.



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to