The Freetype 2.9.1 "release" was broken for CMake builds (at least tested on Windows). You can view, comment on, or merge this pull request online at:https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/325 Commit Summary
File Changes
Patch Links:
— |
@bencoman commented on this pull request. In build.win32x86/third-party/Makefile.freetype2: > \ No newline at end of file +freetype2: $(FREETYPE2LIB) looks like some inadvertent EOF changes here and one more below. Not sure why. — |
In reply to this post by David T Lewis
@bencoman commented on this pull request. In build.win32x86/third-party/Makefile.freetype2: > @@ -20,6 +20,7 @@ $(FREETYPE2ARCHIVE): $(THIRDPARTYLIBDIR)/$(FREETYPE2LIBNAME): $(FREETYPE2ARCHIVE) tar x -f $(FREETYPE2ARCHIVE) -C $(THIRDPARTYDIR) + patch -p1 -d $(THIRDPARTYDIR) < ../../third-party/freetype291.patch I've put the patch file next to the spec file, so its easily noticed to delete the next time the spec is upgrade. — |
In reply to this post by David T Lewis
Sorry, I didn't test run installCygwin.bat and appveyor barfed the PR. — |
In reply to this post by David T Lewis
Damn. A little more tuning to do. Didn't get this on my local machine...
— |
In reply to this post by David T Lewis
I've temporarily moved pharo.cog.spur to the top of appveyor.yml to help it fail sooner while ironing this out. appveyor.yml should be reverted before merging. — |
In reply to this post by David T Lewis
Closed #325. — |
In reply to this post by David T Lewis
@estebanlm sorry I screwed this up trying to speed up cloning with depth=1 and then pushing that. — |
In reply to this post by David T Lewis
@estebanlm Oh, and the mistake I made was trying to patch in $(THIRDPARTYDIR) — |
Free forum by Nabble | Edit this page |