Posted by yatsu Fri, 18 Aug 2006 03:11:52 GMT
MacUIMのビルドに挑戦してみました。 ものすごく大変でした。 これ作った人は頭おかしいと思いました。 でもekatoさんの助けを借りて、ようやくビルドできました。
ところが、m17nlibが動いていません……。
dlopen(/Library/M17NLib/lib/libmimx-ispell.dylib, 2): image not found
dlopen(/Library/M17NLib/lib/libmimx-anthy.dylib, 2): image not found
libmimx-anthy.dylibの拡張子が本当は .so なので揃えなければならないのですが、それよりも、libmimx-ispell.dylibはどこから要求されているのでしょう?? –without-guiでコンパイルしたからispellは除外されると思うのだけど……。
ちなみに、–with-guiだと、以下のコンパイルエラーが出ます。
gcc -DHAVE_CONFIG_H -I. -I. -I.
-DM17NDIR=\"/Library/M17NLib//share/m17n\" -I/usr/include/libxml2
-g -O2 -MT face.lo -MD -MP -MF .deps/face.Tpo -c face.c
-fno-common -DPIC -o .libs/face.o
In file included from face.c:97:
font.h:320: error: parse error before '*' token
font.h:320: warning: data definition has no type or storage class
face.c: In function 'mface__realize':
face.c:639: warning: cast to pointer from integer of different size
ソースを見てみたのですが、原因がよくわかりません。
う〜〜〜む。


