SVN rev 130 に入っている。正しくコンパイルされるか確認してほしい。
#if (defined(__unix__) || defined(unix)) && !defined(USG)
#include <sys/param.h> // BSD定義を取得するため
#endif
#ifdef __WXMAC_OSX__
#ifndef BSD
#define BSD 1
#endif
#endif SVN rev 130 に入っている。正しくコンパイルされるか確認してほしい。
#if (defined(__unix__) || defined(unix)) && !defined(USG)
#include <sys/param.h> // BSD定義を取得するため
#endif
#ifdef __WXMAC_OSX__
#ifndef BSD
#define BSD 1
#endif
#endif