wxgtk incompatible with stlport

Jens Rehsack rehsack at liwing.de
Mon Sep 15 12:09:08 PDT 2003


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



More information about the freebsd-ports mailing list