Anders F Björklund ha scritto:
> Seems like the OpenGL detection is broken for Mac OS X:
> 
> conftest.cpp: In function 'int main()':
> conftest.cpp:23: error: no matching function for call to 
> 'wxGLContext::wxGLContext(NULL)'
> /usr/local/include/wx-2.8/wx/mac/carbon/glcanvas.h:39: note: candidates 
> are: wxGLContext::wxGLContext(__AGLPixelFormatRec*, wxGLCanvas*, const 
> wxPalette&, const wxGLContext*)
> /usr/local/include/wx-2.8/wx/mac/carbon/glcanvas.h:34: note:            
>       wxGLContext::wxGLContext(const wxGLContext&)
> 
> http://www.algonet.se/~afb/wx/wxlua-2.8-macopengl.patch
unfortunately this is a bug in wxMac rather than in the wxLua's 
configure.ac.

I've posted a msg on wx-dev to know more about it. However I've also 
committed a fix to configure.ac which should work around it (i.e. the 
check will now be done on wxGLCanvas instead).

Thanks for the report,
Francesco





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to