Hi, I have checkout code from *git clone git://anongit.kde.org/trojita <http://anongit.kde.org/trojita> *and compiling the source using Cmake 3.2.1 with Qt 4.8.6 on Windows8 operating system. I am able to execute *cmake *command but getting error during
*cmake --build.* Below is the error: Build FAILED. "D:\LASTTRY\trojita\ALL_BUILD.vcxproj" (default target) (1) -> "D:\LASTTRY\trojita\Composer.vcxproj" (default target) (6) -> "D:\LASTTRY\trojita\Imap.vcxproj" (default target) (7) -> "D:\LASTTRY\trojita\UiUtils.vcxproj" (default target) (10) -> (ClCompile target) -> D:\LASTTRY\trojita\src\UiUtils\PlainTextFormatter.cpp(588): warning C4566: ch aracter represented by universal-character-name '\u25B4' cannot be represented in the current code page (1252) [D:\LASTTRY\trojita\UiUtils.vcxproj] D:\LASTTRY\trojita\src\UiUtils\PlainTextFormatter.cpp(589): warning C4566: ch aracter represented by universal-character-name '\u25BE' cannot be represented in the current code page (1252) [D:\LASTTRY\trojita\UiUtils.vcxproj] "D:\LASTTRY\trojita\ALL_BUILD.vcxproj" (default target) (1) -> "D:\LASTTRY\trojita\Composer.vcxproj" (default target) (6) -> "D:\LASTTRY\trojita\Imap.vcxproj" (default target) (7) -> "D:\LASTTRY\trojita\Streams.vcxproj" (default target) (9) -> (ClCompile target) -> d:\lasttry\trojita\src\streams\3rdparty/rfc1951.h(47): fatal error C1083: Can not open include file: 'zlib.h': No such file or directory [D:\LASTTRY\trojita\ Streams.vcxproj] d:\lasttry\trojita\src\streams\3rdparty\rfc1951.h(47): fatal error C1083: Can not open include file: 'zlib.h': No such file or directory [D:\LASTTRY\trojita\ Streams.vcxproj] "D:\LASTTRY\trojita\ALL_BUILD.vcxproj" (default target) (1) -> "D:\LASTTRY\trojita\be.contacts.vcxproj" (default target) (16) -> (Link target) -> trojita_plugin_AbookAddressbookPlugin.lib(trojita_plugin_AbookAddressbookPlug in_automoc.obj) : error LNK2001: unresolved external symbol "public: static str uct QMetaObject const Plugins::AddressbookPlugin::staticMetaObject" (?staticMet aObject@AddressbookPlugin@Plugins@@2UQMetaObject@@B) [D:\LASTTRY\trojita\be.con tacts.vcxproj] MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain @16 referenced in function ___tmainCRTStartup [D:\LASTTRY\trojita\be.contacts.v cxproj] D:\LASTTRY\trojita\Debug\be.contacts.exe : fatal error LNK1120: 2 unresolved externals [D:\LASTTRY\trojita\be.contacts.vcxproj] 2 Warning(s) 5 Error(s) Regards, Yogesh