http://bugs.winehq.org/show_bug.cgi?id=7585
--- Comment #56 from Michael michael-a-matthews@live.com 2010-05-22 10:52:24 --- I installed git and followed steps for regression testing here: http://wiki.winehq.org/RegressionTesting
But building 32-bit Wine on 64-bit Ubuntu 10.04 is difficult.
Wine current git: $ CC="ccache gcc -m32" ./configure --verbose (snipped) checking for -lfreetype... not found configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this.
Is the freetype error something I can ignore? If not, how can I fix it?