http://bugs.winehq.org/show_bug.cgi?id=15701
Summary: configure fails to detect a few packages Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: mah@jump-ing.de
I think the following snippet is self-declaring:
mah@piccard:~/wine$ CFLAGS="-m32 -g" LDFLAGS="-L/opt/mesa/lib -L/lib32 -L/usr/lib32" ./configure [...] [...] configure: libhal development files not found, no dynamic device support. configure: libgnutls development files not found, no schannel support. configure: libcups development files not found, CUPS won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
mah@piccard:~/wine$ sudo apt-get install libhal-dev libgnutls-dev libcups-dev Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut Lese Status-Informationen ein... Fertig libhal-dev ist schon die neueste Version. libgnutls-dev ist schon die neueste Version. E: Konnte Paket libcups-dev nicht finden
Translations: "ist schon die neueste Version" -> "is newest version already" "Konnte Paket ... nicht finden" -> "Couldn't find package ..."
libhal-dev is version 0.5.11-4ubuntu3 libgnutls-dev is 2.4.1-1build1
The overall system is Ubuntu 8.10 Intrepid Ibex on AMD64.
http://bugs.winehq.org/show_bug.cgi?id=15701
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Version|CVS/GIT |1.1.6
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-21 17:44:30 --- Wine needs 32-bit libs. See http://wiki.winehq.org/WineOn64bit for details.
http://bugs.winehq.org/show_bug.cgi?id=15701
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-10-21 21:08:06 --- Closing.