1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\src\minizip\unzip.cpp(81): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1> iowin32.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\src\minizip\iowin32.cpp(16): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1> ioapi.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\src\minizip\ioapi.h(45): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1> CEGUIEditbox.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguipcreregexmatcher.h(33): fatal error C1083: Cannot open include file: 'pcre.h': No such file or directory
1> CEGUIPCRERegexMatcher.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguipcreregexmatcher.h(33): fatal error C1083: Cannot open include file: 'pcre.h': No such file or directory
1> CEGUIMinizipResourceProvider.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\src\minizip\unzip.h(51): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
1> CEGUIFreeTypeFont.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguifreetypefont.h(37): fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
1> CEGUIFont_xmlHandler.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguifreetypefont.h(37): fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
1> CEGUIFontProperties.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguifreetypefont.h(37): fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
1> CEGUIFontManager.cpp
1>c:\users\t\downloads\cegui-0.7.7\cegui-0.7.7\cegui\include\ceguifreetypefont.h(37): fatal error C1083: Cannot open include file: 'ft2build.h': No such file or directory
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I've done searches for zlib.h and ft2build.h and found nothing. I'm wondering why they aren't on my computer and whether I may have screwed something up in the lib and includes in the property pages.
BTW whats a dependency?