MegaGlest Forum

Archives (read only) => Glest Advanced Engine => General discussion => Topic started by: Omega on 17 August 2011, 00:48:23

Title: Complex widgets; Compound widgets missing
Post 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?
Title: Re: Complex widgets; Compound widgets missing
Post by: hailstone on 17 August 2011, 08:07:45
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.
Title: Re: Complex widgets; Compound widgets missing
Post by: Omega on 18 August 2011, 03:10:41
Ah, thank you. Looks like I must have done something wrong :o