Git does not build properly after daily pull -- font errors

Alexandre Julliard julliard at winehq.org
Fri Feb 5 11:13:41 CST 2010


Susan Cragin <susancragin at earthlink.net> writes:

> What's up with the git repository?
> I do the following:
>
> git pull
> sudo make uninstall
> ./configure --enable-win64 && make distclean
> ./configure --enable-win64 && make depend && make
>
> and I get the following:
>
> warning: System 16: missing glyph for char f8c8
> make[1]: *** No rule to make target `marlett.ttf', needed by `all'.  Stop.
> make[1]: Leaving directory `/home/susan/wine/fonts'
> make: *** [fonts] Error 2
>
> So I delete the git repository and download a new one. 

A "git checkout -f" would be enough to recover the deleted files, but
yes, it's a bug.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list