<div dir="ltr"><div><div><div>Hi, All<br><br></div>I'm trying to build the LibreOffice 4.2.4.2 source.<br></div>But while building, I met the error.<br></div>The error follows as below.<br><br><div>libreoffice-4.2.4.2\embedserv\source\inc\stdafx.h(22) : fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory<br>

make[1]: *** [D:/0-Office-Work/Source/libreoffice-4.2.4.2/workdir/CxxObject/embedserv/source/embed/docholder.o] Error 2<br>make[1]: *** Waiting for unfinished jobs....<br>make[1]: *** [D:/0-Office-Work/Source/libreoffice-4.2.4.2/workdir/CxxObject/embedserv/source/embed/ed_idataobj.o] Error 2<br>

make: *** [build] Error 2<br><br><br></div><div>There is "atlbase.h" file in "C:\Program Files\Microsoft Visual Studio 10.0\VC\atlmfc\include" on my computer.<br></div><div>My build environment follows as below.<br>

</div><div>Windows 7 SP1 (32bit), Visual Studio 2010 Ultimate SP1, cygwin<br><br></div><div>And I downloaded the make.exe from <a href="http://dev-www.libreoffice.org/bin/cygwin/make">http://dev-www.libreoffice.org/bin/cygwin/make</a> and copied it /opt/lo/bin, /bin, /usr/bin, /usr/local/bin folders.<br>
Then, I used following instructions to build it.<br>    cd $(SRC_ROOT)<br>    chmod 755 * -R<br>    ./autogen.sh --with-ant-home=/cygdrive/d/0-Office-Work/Tools/apache-ant-1.9.4/
 --without-junit --disable-activex --disable-directx --enable-dbgutil 
--without-help --without-myspell-dicts --without-doxygen<br>
    time make<br><br></div><div>Please help me. Thanks.<br></div><br>Regards.</div>