Changes between Version 1 and Version 2 of Develop/Compiling
- Timestamp:
- Oct 8, 2016, 12:31:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Develop/Compiling
v1 v2 131 131 132 132 == Problems == 133 === If Make complains about a missing `Makefile.dep`===133 === If Make complains about a missing `Makefile.dep` === 134 134 We forgot the file in some source archive of the early betas (2008). Fortunately, it's a file you can re-generate: 135 135 # Edit the Makefile. Find a line that reads _include Makefile.dep_, and put a # before it to comment it. … … 137 137 # Edit the Makefile again, and remove the # sign. 138 138 # Run `make` 139 === (Windows) SDL.h: No such file or directory===139 === (Windows) SDL.h: No such file or directory === 140 140 Apparently the automatic installation of SDL headers does not work very well under windows if you put them in MSYS's own root. 141 141