里々のビルド。

コミュニケートの修正とか、モードチェンジが働かない問題の修正とかかけようと思って、里々をOS X上でビルドしようとしたんですけどね。

g++ -O3 -DPOSIX -DSATORI_DLL -I. -I../_ -o satori_Kakko.o -c satori_Kakko.cpp
satori_Kakko.cpp: In member function `bool Satori::Call(const std::string&,
std::string&)':
satori_Kakko.cpp:411: error: `posix_get_current_millis' undeclared (first use
this function)
satori_Kakko.cpp:411: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make: *** [satori_Kakko.o] Error 1

おりょ。posix_utils.hとposix_utils.cppが足りないって怒られたので文5のアーカイブからコピーしてみたんですけど、これじゃ駄目っぽいな。
どこにあるかなこのファイル。