<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I had a problem starting Cygwin (in the end due to a ASLR config change)<br>and while troubleshooting blew away my existing installation<div>and reinstalled the latest.</div><div><br></div><div>I ran ```installCygwin.bat``` to install all dependencies<br>cloned  **OpenSmalltalk/opensmalltalk-vm**  repo</div><div>remembered to run ```updateSCCSVersions``` (for a change)<br>then ran ```build.win32x86/pharo.cog.sput/mvm -f```</div><div><br></div><div>In the past like that, the build would work out of the box, but today I have an error with Freetype.</div><div>The ftconfig.h seems not to be generated</div><div><br></div><div>Build log...</div><div><div>tar x -f ../../.thirdparty-cache/freetype-2.9.1.tar.gz -C build/third-party</div><div>cp ../third-party/Toolchain-cross-mingw32-cygwin.cmake build/third-party/freetype-2.9.1</div><div>test -d build/third-party/freetype-2.9.1/build || mkdir build/third-party/freetype-2.9.1/build</div></div><div><div>cd build/third-party/freetype-2.9.1/build \</div><div>        && cmake ..\</div><div>                -DCMAKE_TOOLCHAIN_FILE=../Toolchain-cross-mingw32-cygwin.cmake \</div><div>                -DCMAKE_INSTALL_PREFIX=/home/Ben/Repos/OpenSmalltalk/opensmalltalk-vm/.thirdparty-cache/windows/i386 \</div><div>                -DWITH_PNG=OFF \</div><div>                -DBUILD_SHARED_LIBS=ON \</div><div>                -DCMAKE_C_FLAGS="-m32 -static-libgcc -static-libstdc++" \</div><div>        && make \</div><div>        && make install</div><div>-- Could NOT find harfbuzz (missing:  HARFBUZZ_INCLUDE_DIRS HARFBUZZ_LIBRARIES)</div><div>-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR)</div><div>-- Could NOT find PNG (missing:  PNG_LIBRARY PNG_PNG_INCLUDE_DIR)</div><div>-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR)</div><div>-- Could NOT find BZip2 (missing:  BZIP2_LIBRARIES BZIP2_INCLUDE_DIR)</div><div>-- Configuring done</div><div>-- Generating done</div></div><div>-- Build files have been written to: /home/Ben/Repos/OpenSmalltalk/opensmalltalk-vm/build.win32x86/pharo.cog.spur/build/third-party/freetype-2.9.1/build</div><div>[100%] Built target freetype<br></div><div><div>Install the project...</div><div>-- Install configuration: ""</div><div>-- Up-to-date:    ....about 40 header files</div></div><div><div>-- Up-to-date: /home/Ben/Repos/OpenSmalltalk/opensmalltalk-vm/.thirdparty-cache/windows/i386/include/freetype2/ft2build.h</div><div>CMake Error at cmake_install.cmake:35 (file):</div><div>  file INSTALL cannot find</div><div>  "/home/Ben/Repos/OpenSmalltalk/opensmalltalk-vm/build.win32x86/pharo.cog.spur/build/third-party/freetype-2.9.1/build/include/freetype/config/ftconfig.h".</div></div><div><br></div><div><br></div><div>I observe this<span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">...</span><br></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px"><br></span></div><div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">$ pushd .../third-party/freetype-2.9.1/</span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">$ </span></font><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">find . -name ftconfig.h</span><br></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">null result</span></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">$ </span></font><span style="font-size:14px;font-family:Helvetica,Arial,sans-serif">./configure</span></div></div><div><div>configure: creating ./config.status</div><div>config.status: creating ftoption.h</div><div>config.status: creating <a href="http://unix-cc.mk">unix-cc.mk</a></div><div>config.status: creating <a href="http://unix-def.mk">unix-def.mk</a></div><div>config.status: creating ftconfig.h</div><div>config.status: executing libtool commands</div></div><div><br></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">$ </span><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">find . -name ftconfig.h</span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px"><div>./builds/amiga/include/config/ftconfig.h</div><div>./builds/unix/ftconfig.h</div><div>./builds/vms/ftconfig.h</div><div>./include/freetype/config/ftconfig.h</div><div><br></div><div>cool, ftconfig.h ends up where expected</div></span></font></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px"><br></span></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">$ popd</span></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">$ ./mvm -f</span></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">same error</span></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px"><br></span></div><div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">$ pushd .../third-party/freetype-2.9.1/</span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="Helvetica, Arial, sans-serif"><span style="font-size:14px">$ </span></font><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">find . -name ftconfig.h</span></div></div><div><span style="font-family:Helvetica,Arial,sans-serif;font-size:14px">null result</span></div><div><br></div><div><br></div><div>$ git log</div><div><div>commit 476f70605a0352dd7528d251f7403e9233716cdb (HEAD -> Cog, origin/HEAD, origin/Cog)</div><div>Date:   Tue Nov 27 15:42:06 2018 -0800<br></div></div><div><br></div><div>Anyone seeing the same thing?</div><div>cheers -ben</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>