plumo Posted February 19, 2011 Share Posted February 19, 2011 Since changeset 8395 I fail to compile 8 out of 14 projects. ps/trunk/libraries/opengl/include/GL/wglext.h gives so many problems. My system : Nvidia 9500 GT , windows 7, built with express 2010( is there an error log i can send)? Link to comment Share on other sites More sharing options...
feneur Posted February 19, 2011 Share Posted February 19, 2011 I'm guessing you mean Rev8935? The easiest way to go to the logs folder is to doubleclick on the OpenLogsFolder.bat in the top 0 A.D. folder, there you'll find several logs. For now I'd say attach the crashlog.txt and crashlog.dmp to this topic unless/until more files are requested.Just realized that you meant build log, I've attached mine, so there shouldn't be a need to for now at least. This is in VS Express 2008, but it shouldn't affect things as it seems to be a C++ error.BuildLog.htm Link to comment Share on other sites More sharing options...
k776 Posted February 19, 2011 Share Posted February 19, 2011 Try revision 8940. Some fixes were made that might let it compile for you now. Link to comment Share on other sites More sharing options...
plumo Posted February 19, 2011 Author Share Posted February 19, 2011 Solved. Thanks. Link to comment Share on other sites More sharing options...
janwas Posted February 19, 2011 Share Posted February 19, 2011 Yeah. The problem was updates to glext.h that are fine on Linux, but require adding extra typedefs to wgl.h (since we don't want to include windows.h, we have to re-define any types used by glext.h). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now