
Linux CRUX ディストリビューションで使用するために、Wine(8.18) と Freetype2(2.13.2) の最新バージョンをメインサイトからダウンロードしました。
Freetype のインストールはスムーズに進んだと思います! ;-)
$ configure
$ make
# make install
生成されたファイルは /usr/local/include/freetype2 + /usr/local/lib/libfreetype に配置されました...
FreeType をインストールした後、Wine を設定しようとすると、次のエラーが発生して設定プロセスが停止します。
**checking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.**
また、何か怪しいものがあります...他の多くの項目も Wine 構成で見つからないようです...
checking for -lXcursor... not found
checking for X11/extensions/XInput.h... yes
checking for -lXi... not found
checking for XShmQueryExtension in -lXext... no
checking for XShapeQueryExtension in -lXext... no
checking for -lXxf86vm... not found
checking for -lXfixes... not found
checking for -lXinerama... not found
checking for X11/extensions/Xcomposite.h... yes
checking for -lXcomposite... not found
checking for XICCallback.callback... yes
checking for XEvent.xcookie... yes
checking for -lGL... not found
checking for -lGL... (cached) not found
checking for -lOSMesa... not found
何か重要なことを見逃しているのでしょうか?
ご協力いただきありがとうございます!
-フランシス
とりあえず、私は以下を設定しました:
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
LIBRARY_PATH=/usr/lib:/usr/local/lib
しかし、無駄でした...