plumo Posted February 19, 2011 Report 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)? Quote Link to comment Share on other sites More sharing options...
feneur Posted February 19, 2011 Report 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 Quote Link to comment Share on other sites More sharing options...
k776 Posted February 19, 2011 Report Share Posted February 19, 2011 Try revision 8940. Some fixes were made that might let it compile for you now. Quote Link to comment Share on other sites More sharing options...
plumo Posted February 19, 2011 Author Report Share Posted February 19, 2011 Solved. Thanks. Quote Link to comment Share on other sites More sharing options...
janwas Posted February 19, 2011 Report 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). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.