I'm pretty new to wine myself, but I just compiled wine rc2. you need a
lot of development files for sure, but at least on Fedora 8, you have to
compile wine in 32bit mode (I noticed you have x86_64), which means that
you need the 32bit development files. The header files should be fine,
but when linking, it's going to need the 32bit libraries. So, check that
you have the 32bit libraries needed.
On a side note, I originally tried to compile wine on a x86_64 Fedora8,
but compiling for 32bit is so broken in x86_64, i ended up compiling it
in a virtual machine with i386 Fedora 8. The RPM system on Fedora8 seems
broken when it comes to i386 targets, so this might not matter to you in
OpenSUSE.
looki wrote:
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2 development files not found, digital cameras won't be supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libcups development files not found, CUPS won't be supported.
configure: WARNING: OpenSSL development files not found, SSL won't be supported.
but these packages are installed correctly.
any ideas what to do?
greetz looki