Anders F Björklund ha scritto:
> Francesco Montorsi wrote:
> 
>> unfortunately this is a bug in wxMac rather than in the wxLua's
>> configure.ac.
> 
> Figured as much, I guess you normally just use GetContext...
> But anyway, it was failing to detect wxWidgets GL on Mac OS X.
right - the fix I've committed should work around it.

>> 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).
> 
> I couldn't find the configure.ac, or I would have patched that
it's in wxLua/build/autoconf folder...

> (guess I need to learn some more about Bakefile build systems)
well, it should be enough to know that Makefile.in is generated 
automatically by bakefile but the configure.ac is not... so that to 
regen the configure script we do:

  aclocal && autoconf && mv configure ../..

;)

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