MegaGlest Forum
Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: Omega on 17 August 2011, 00:48:23
-
When trying to compile the latest Git-master, I got an error of missing files for complex_widgets and compound_widgets, which both appeared in the SLN, but the files themselves didn't exist and I double checked to make sure that I had the most recent version. What are these files, and why don't they seem to appear in the master?
-
The code was shuffled around to other files and those files were deleted. When files are added or deleted you will need to rerun cmake so the project files get updated.
Commit 20426f09a46.. was the one where they were deleted.
-
Ah, thank you. Looks like I must have done something wrong :o