Closed MaddTheSane closed 4 years ago
Does it need to be typed out to unsigned int? Does defining a typedef only on OS X allow you to build?
It needs to be defined, and then it will build.
I defined it in config.h
in one instance:
typedef unsigned int uint;
And it compiled just fine.
Guess shortcuts don't count anymore.
The typedef is a good idea, but it's only a few values, so I'll use the longhand version.
Thanks for confirming that it builts fine.
Thanks for continuing to maintain this Joe, all of my fonts except my very first one rely on Spiro in one way or another.
It looks like commit bdb023f1aa7347f093df4a3020d10c7449b36b89 broke compilation on Mac OS X. Any place that has
uint
results in an error.