> > 2. app server proto 7 didn't build as it should, but does now. But > > nevertheless there's something wrong with the libfreetype library/ > > headers. Right=3F What is it then=3F I did't get what Marcus' > > remark meant, > > that they are not correctly included in Jamrules. > > The header search path set by the IncludeFreeTapeHeaders (or whatever > that rule was called) > didn't match the path required by the #include <>s. However, I didn't > touch this. Mmh, which #include <>s? Everything built fine for me, except that the LinkSharedOSLibs rule invocation for OBAppServer was passed `freetype' instead of `libfreetype.so', which left OBAppServer independent from the library and furthermore required a symlink in $HOME/config/lib. I fixed this and added the automatic creation of the symlink. But I don't see, that anything is wrong with the UseFreeTypeHeaders rule. Maybe due to a lack of sleep...?! CU, Ingo