<div dir="ltr"><div><div dir="ltr"><div>Hello,</div><div><br></div><div>I am trying to build the pharo vm from the github sources.</div><div><br></div><div>The toolchain is okay and built quite a significant part of the VM.</div>

<div><br></div><div>It now fails at building freetype with:</div><div><br></div><div><div>In file included from c:\mingw\include\unistd.h:36:0,</div><div>                 from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div>

<div>freetype2/freetype-2.4.9/src/gzip/zconf.h:245,</div><div>                 from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div><div>freetype2/freetype-2.4.9/src/gzip/zlib.h:34,</div><div>                 from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div>

<div>freetype2/freetype-2.4.9/src/gzip/ftgzip.c:66:</div><div>c:\mingw\include\io.h:301:1: error: unknown type name &#39;off64_t&#39;</div><div> __CRT_INLINE off64_t lseek64 (int, off64_t, int);</div><div> ^</div><div>c:\mingw\include\io.h:301:36: error: unknown type name &#39;off64_t&#39;</div>

<div> __CRT_INLINE off64_t lseek64 (int, off64_t, int);</div><div>                                    ^</div><div>c:\mingw\include\io.h:302:1: error: unknown type name &#39;off64_t&#39;</div><div> __CRT_INLINE off64_t lseek64 (int fd, off64_t offset, int whence) {</div>

<div> ^</div><div>c:\mingw\include\io.h:302:39: error: unknown type name &#39;off64_t&#39;</div><div> __CRT_INLINE off64_t lseek64 (int fd, off64_t offset, int whence) {</div><div>                                       ^</div>

<div>In file included from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div><div>freetype2/freetype-2.4.9/src/gzip/zconf.h:245:0,</div><div>                 from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div>

<div>freetype2/freetype-2.4.9/src/gzip/zlib.h:34,</div><div>                 from c:/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/</div><div>freetype2/freetype-2.4.9/src/gzip/ftgzip.c:66:</div><div>c:\mingw\include\unistd.h:65:20: error: unknown type name &#39;off_t&#39;</div>

<div> int ftruncate(int, off_t);</div><div>                    ^</div><div>make[3]: *** [/C/MinGW/msys/1.0/home/Philippe/pharo-vm/build/thirdparty/freetype</div><div>2/freetype-2.4.9/objs/ftgzip.lo] Error 1</div><div>make[2]: *** [thirdparty/out/lib/libfreetype.dll.a] Error 2</div>

<div>make[1]: *** [thirdParty/freetype2/CMakeFiles/freetype2.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div><br></div><div>Clues?</div><div><br></div><div>Phil</div></div></div>
</div>