Toshiya-san, Nowadays, resource fork fonts are seldom used and rarely placed in weird places like AppleDouble/file or ._file or %file. So I disabled FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK to stop searching around. This caused fatal build failure.
First, /freetype2/src/base/ftobjs.c: In function 'load_face_in_embedded_rfork': /freetype2/src/base/ftobjs.c:2243:7: warning: implicit declaration of function 'ft_raccess_rule_by_darwin_vfs' [-Wimplicit-function-declaration] is_darwin_vfs = ft_raccess_rule_by_darwin_vfs( library, i ); ^ Then, libtool: link: gcc -o freetype2-demos/bin/.libs/ftbench freetype2-demos/objs/ftbench.o freetype2-demos/objs/common.o freetype2-demos/objs/output.o freetype2-demos/objs/mlgetopt.o freetype2/objs/.libs/libfreetype.so -lz -lbz2 -lpng15 -Wl,-rpath -Wl,/usr/local/lib freetype2/objs/.libs/libfreetype.so: undefined reference to `ft_raccess_rule_by_darwin_vfs' collect2: error: ld returned 1 exit status make: *** [freetype2-demos/bin/ftbench] Error 1 Would you please try to fix it and consider disabling FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK in the default build? I still want to be able to open dfont or raw rfork extracted and renamed but that is a different option. Thank you, Alexei