wine compiling wow

Questions about Wine on Linux
Locked
dothack143
Newbie
Newbie
Posts: 2
Joined: Mon Mar 09, 2015 2:08 pm

wine compiling wow

Post by dothack143 »

hi i'm running xubuntu 15.04 pre-release on 64bit
and compiling wine 1.7.38

using the guide in
http://wiki.winehq.org/Wine64

when i'm compiling 64bit version there is no error.
however when i try to compile 32bit wow with the same source code,
like what the guide says,

there are following errors:
configure: error: FreeType 32-bit development files not found. Fonts will not be built.

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: 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: 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: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: pcap 32-bit development files not found, wpcap won't be supported.
configure: libdbus 32-bit development files not found, no dynamic device support.
configure: lib(n)curses 32-bit development files not found, curses won't be supported.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: libgphoto2_port 32-bit development files not found, digital cameras won't be auto-detected.
configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled
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: libtiff 32-bit development files not found, TIFF 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: libxslt 32-bit development files not found, xslt won't be supported.
configure: WARNING: libgnutls 32-bit development files not found, no schannel support.
configure: WARNING: libpng 32-bit development files not found, PNG won't be supported.



help

starcraft does not run on wine64

i used this method too
http://wiki.winehq.org/BuildingBiarchWineOnUbuntu
same errors


does wine64 run 32 bit apps??
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine compiling wow

Post by dimesio »

Pure 64 bit Wine is not a supported configuration; you need a WoW64 setup to run 32 bit apps.

If you really followed the instructions in http://wiki.winehq.org/BuildingBiarchWineOnUbuntu the 32 bit dependencies should have been installed in the lxc container by

Code: Select all

sudo apt-get build-dep wine
Are you sure you didn't miss a step?
dothack143
Newbie
Newbie
Posts: 2
Joined: Mon Mar 09, 2015 2:08 pm

Re: wine compiling wow

Post by dothack143 »

yeah,
maybe its the 32bit stuff i managed to install somehow...
Locked