從來源安裝wine + freetype -> 錯誤:未找到FreeType 32位元開發文件

從來源安裝wine + freetype -> 錯誤:未找到FreeType 32位元開發文件

我已經從其主要網站下載了最新版本的 Wine(8.18) 和 Freetype2(2.13.2),以便在 linux CRUX 發行版上使用。

我猜 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

但並沒有什麼卵用...

相關內容