Postępując według tej instrukcji, pojawił się problem
Kod: Zaznacz cały
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Kod: Zaznacz cały
sudo ln -s /usr/lib32/libfreetype.so.6 /usr/lib32/libfreetype.so
Kod: Zaznacz cały
configure: libxcursor 32-bit development files not found, the Xcursor extension won't be supported.
configure: libxi 32-bit development files not found, the Xinput extension won't be supported.
configure: XShm 32-bit development files not found, X Shared Memory won't be supported.
configure: XShape 32-bit development files not found, XShape won't be supported.
configure: libXxf86vm 32-bit development files not found, XFree86 Vidmode won't be supported.
configure: libxrandr 32-bit development files not found, XRandr won't be supported.
configure: libxinerama 32-bit development files not found, multi-monitor setups won't be supported.
configure: libxcomposite 32-bit development files not found, Xcomposite won't be supported.
configure: libGLU 32-bit development files not found, GLU won't be supported.
configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libv4l 32-bit development files not found.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: liblcms 32-bit development files not found, Color Management won't be supported.
configure: gstreamer-0.10 32-bit development files not found, gstreamer support disabled
configure: libcapi20 32-bit development files not found, ISDN won't be supported.
configure: libcups 32-bit development files not found, CUPS won't be supported.
configure: fontconfig 32-bit development files not found, fontconfig won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.
configure: libtiff 32-bit development files not found, TIFF won't be supported.
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported.
configure: libldap (OpenLDAP) 32-bit development files not found, LDAP won't be supported.
configure: WARNING: libxrender 32-bit development files not found, XRender won't be supported.
configure: WARNING: No OpenGL library found on this system.
OpenGL and Direct3D won't be supported.
configure: WARNING: libxml2 32-bit development files not found, XML won't be supported.
configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported.
configure: WARNING: OpenSSL 32-bit development files not found, SSL won't be supported.
configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
configure: WARNING: libpng 32-bit development files not found, PNG won't be supported
Skorzystać z instrukcji dla Sida czy może...?
Edycja1:
Postanowiłem ręcznie linkować biblioteki wymienione w Sidzie ale jest kilka braków.
W /usr/bin32 brakuje mi:
Kod: Zaznacz cały
libdbus-1.so.3 // Biblioteka znaleziona w /lib32
libpng.so.0 // Biblioteka znaleziona w /lib32
Przy próbie konfiguracji wyświetla teraz:
Kod: Zaznacz cały
configure: libhal/libdbus 32-bit development files not found, no dynamic device support. - Brak biblioteki // Naprawione
configure: libv4l 32-bit development files not found. - Brak dowiązania, mam trzy biblioteki libv4l1.so.0 / libv4l2.so.0 / libv4lconvert.so.0 - Które dowiązać?
configure: gstreamer-0.10 32-bit development files not found, gstreamer support disabled -
Kod: Zaznacz cały
apt-get build-dep wine
Kod: Zaznacz cały
configure: fontconfig 32-bit development files not found, fontconfig won't be supported. - Brak dowiązania // Naprawione
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. - To samo co w przypadku gstreamer, z tą różnicą że jest informacja o potrzebie instalacji tego pakietu / Pakiet doinstalowałem albo brak jego biblioteki
configure: libtiff 32-bit development files not found, TIFF won't be supported. - Pakiet obecny, brak dowiązania // Naprawione
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. - Pakiet obecny, brak dowiązania / Dowiązanie jest, czyżby za stary?
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. - Pakiet obecny, brak dowiązania / Dowiązanie jest, czyżby za stary?
configure: WARNING: libxml2 32-bit development files not found, XML won't be supported. - Pakiet obecny, złe dowiązanie // Naprawione
configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported. - Pakiet obecny, dowiązanie jest ale nie rozumiem czemu pluje że go nie ma
configure: WARNING: libpng 32-bit development files not found, PNG won't be supported. - Brak biblioteki // Naprawione
Na chwilę obecną wygląda to tak
Kod: Zaznacz cały
configure: libv4l 32-bit development files not found. - [url=http://packages.qa.debian.org/libv/libv4l/news/20100604T163924Z.html]Brak biblioteki, jak ten problem rozwiązać?[/URL]
configure: gstreamer-0.10 32-bit development files not found, gstreamer support disabled - Co do tego pakietu to już sam nie wiem co zrobić.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. - Brak biblioteki
configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. - Brak zgodności?
configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. - Brak zgodności?