Added verbose "#error" output during install if certain header files can't

be #include'd.  (Typically from forgetting to install corresponding "-dev"
packages for the libraries.)
This commit is contained in:
William Kendrick 2003-07-21 03:26:37 +00:00
parent cab5439e13
commit 8c730a9336
2 changed files with 44 additions and 2 deletions

View file

@ -46,6 +46,10 @@ http://www.newbreedsoftware.com/tuxpaint/
(Fixes problems where shape or stamp tools take forver to 'catch up' with
the mouse; especially noticable on slow machines over remote X display.)
* Added some "#error" directives to give verbose output regarding missing
library header files. (Typical cause of this symptom is forgetting to
install dev. packages; e.g., installed "SDL.rpm", but not "SDL-dev.rpm")
2003.Jun.17 (0.9.11)
* Windows bugfixes.