From: Andres L. <an...@cs...> - 2004-04-14 16:14:47
|
> That is probably the problem. I did not see all messages of this thread, > but one should indeed use "--with-opengl" on wxHaskell configure if > wxWidgets > was build with "--with-opengl". > > Unfortunately, due to wxWidgets changes, I can not automatically detect the > need for this flag, but I promise to discuss it with the wxWidgets > devs. I think this has been discussed before: as far as I can see, the flag --with-opengl is always safe, and should therefore be the default. The call to "wx-config --gl-libs" returns the empty string if wxWidgets has not been built using GL. Best, Andres |