Wine 1.5.27 under Ubuntu 12.04.2 LTS xserver install Prob

Questions about Wine on Linux
Locked
Syr3L
Newbie
Newbie
Posts: 3
Joined: Mon Apr 08, 2013 6:16 am

Wine 1.5.27 under Ubuntu 12.04.2 LTS xserver install Prob

Post by Syr3L »

Hi Folks!

I just tried to compile the wine 1.5.27 on my ubuntu test machine and run into a "bug" or somethin and cant really figure it out

Its an VirtualBox VM using 64 bit os


so here s the Problem

while making the ./configure the script ran into an error thinking x-developement pagages are NOT installed

instead i installed the libs needed
so i started to search around into the configure file and also on my server to locate (or not) the libs by my own

i stumbled over line 9277 in the configure script to check if x is there or not (i think)

so basically it searches for x$XLIB but the installed devs are in X$LIB

i tested it by mv /usr/include/X11 /usr/include/x11 which wont fix the error
then i cp the x11 to x thinking of line 9272 which says XLIB=""

anyway this wasnt the right point to deal with the problem
now i don't really know where to proceed now

this r the packages i installed after setup a blank srv with ssh and vsftpd:
gcc
bzip2
flex
bison
ia32-libs
libc6-dev-i386
lib32z1-dev
lib32bz2-dev
libpng-dev
libxcursor-dev
libfontconfig1-dev
libldap2-dev
libxslt1-dev
libgl1-mesa-dev
xorg-dev <---- NOTE THE xorg-DEV
libgnutls-dev
libxi-dev
lib32ncurses5-dev
libxrandr-dev
libxxf86vm-dev

The plan is to install a windows based server-application on this machine using wine with open gl

a workerround is to install the i386 devs and link it but why to work arround a problem that shouldn't exist anyway

maybe i missed somethin

if there r any questions please reply

Thanks Syr3L
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine 1.5.27 under Ubuntu 12.04.2 LTS xserver install Pr

Post by dimesio »

Compiling 32 bit Wine on 64 bit Ubuntu 12.04 and later is difficult because of their poor multiarch support. The wiki has some instructions: http://wiki.winehq.org/WineOn64bit#head ... 674bd61b37.
Syr3L
Newbie
Newbie
Posts: 3
Joined: Mon Apr 08, 2013 6:16 am

Re: Wine 1.5.27 under Ubuntu 12.04.2 LTS xserver install Pr

Post by Syr3L »

yeah thanks a lot

i've decided to test it with the package apt uses and it fits its needs

anyway i will definitely step back to this days to try and solve it maybe
Locked