cpitclaudel / monospacifier

Convert variable-pitch fonts to monospace (useful for unicode and indentation-friendly programming)
GNU General Public License v3.0
379 stars 31 forks source link

fontforge fails to build, and --enable-pyextensions is unrecognized #7

Closed JasonGross closed 8 years ago

JasonGross commented 8 years ago

See https://github.com/fontforge/fontforge/issues/2638. Perhaps you want to include a branch or commit hash or tag in the suggestion?

cpitclaudel commented 8 years ago

I was using 597cddb7d70f659fe315c406b7816fdade30a18d

cpitclaudel commented 8 years ago

Indeed, I'm getting configure: WARNING: unrecognized options: --enable-pyextension on the latest master.

cpitclaudel commented 8 years ago

Looks like it's enabled by default now: here's the output of ./configure for me on master.

Summary of optional features:

  real (floating pt)    double
  programs      yes
  native scripting  yes
  python scripting  yes
  python extension  yes
  freetype debugger no
  raw points mode   no
  tile path     no
  gb12345 encoding  no
cpitclaudel commented 8 years ago

Building works fine for me on master.