
Ich habe die neuesten Versionen von Wine (8.18) und Freetype2 (2.13.2) von ihren Hauptsites heruntergeladen, um sie in der Linux-CRUX-Distribution zu verwenden.
Die Installation von Freetype verlief, denke ich, reibungslos! ;-)
$ configure
$ make
# make install
Die generierten Dateien wurden unter /usr/local/include/freetype2 + /usr/local/lib/libfreetype... abgelegt.
Wenn ich nach der Installation von FreeType versuche, Wine zu konfigurieren, wird der Konfigurationsvorgang mit der folgenden Fehlermeldung abgebrochen:
**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.**
Und außerdem ist da was faul ... viele andere Elemente werden von Wine Configure anscheinend auch nicht gefunden ...
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
Übersehe ich etwas Wichtiges?
Vielen Dank für Ihre Hilfe!
-Francis
In der Zwischenzeit habe ich Folgendes eingestellt:
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
LIBRARY_PATH=/usr/lib:/usr/local/lib
Aber ohne Erfolg...