Guy Middleton wrote: [...] > I think the way to fix this is for stlport to #include wchar.h depending on > the version of FreeBSD. > > When did wchar.h first appear in FreeBSD, and what is the correct way to > construct an #ifdef for this? # if (__FreeBSD_cc_version < 500006) # include <../wchar.h> # endif Jens