Debian Wheezy x86_64 / wine-1.5.30 dev winex11.dr.so error

Questions about Wine on Linux
Locked
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Debian Wheezy x86_64 / wine-1.5.30 dev winex11.dr.so error

Post by WhiteHawk »

I'm trying to compile the latest wine development source.

Using "wineinstall" under tools as user: It configures,
and then compiles up to an "error 1"....indicating that
it can't locate "winex11.dr.so" ?

I looked at the source "dll/make" directory, and there
appears to be an extensive makefile for winex11.

Is there something wrong with it's makefile, and it doesn't
make "winex11.dr.so" ?

If that's true....is there any work around known ?

I've been working on this for a week since having to
completely rebuild my system from backups...and
upgrading from debian squeeze to wheezy.

Any suggestions would be appreciated.

WhiteHawk
:?:
WhiteHawk
Level 2
Level 2
Posts: 27
Joined: Tue Jan 24, 2012 11:19 pm

Re: Debian Wheezy x86_64 / wine-1.5.30 dev winex11.dr.so err

Post by WhiteHawk »

I updated wine-git for any possible bug fixes.

Again...tried as user "wineinstall", and popup indicated need to
activate multiarch., and update apt-get with new i386 files...takes
about 15-30 minutes.

No complaints during configure, during compile dll/difxapi had
incorrect owner (root)....changed to user...didn't complain on
second try.

Again....compile failed with following:

x11drv_main.c: In function ‘process_attach’:
x11drv_main.c:538:33: error: ‘SONAME_LIBX11’ undeclared (first use in this function)
x11drv_main.c:538:33: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [x11drv_main.o] Error 1
make[1]: Leaving directory `/home/mel/wine-git/dlls/winex11.drv'
make: *** [dlls/winex11.drv] Error 2

Compilation failed, aborting install.

Still could use some suggestions.

WhiteHawk
:?:
Schroeffu
Newbie
Newbie
Posts: 1
Joined: Mon Aug 05, 2013 3:29 pm

Re: Debian Wheezy x86_64 / wine-1.5.30 dev winex11.dr.so err

Post by Schroeffu »

Same here, wine 1.6 & wine 1.5.31

:(

Are there anywhere wine 1.6 .deb packages for debian 6..?
Locked