Results 1 to 2 of 2
Hi. I would like to get Wine configured using Winetools. For this I need version that is newer than the one in Debian respository and one that is older than ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-05-2006 #1
Where's Intrinsic.h so that I can compile Wine?
Hi. I would like to get Wine configured using Winetools. For this I need version that is newer than the one in Debian respository and one that is older than the one in the Wine repository. So I've deceided to compile form source wine-0.9.1. I have the Xlib development package installed (libx11-dev), however, Make complains like this:
[cbitblt.c:27:27: X11/Intrinsic.h: No such file or directory
bitblt.c: In function `BITBLT_InternalStretchBlt':
bitblt.c:1334: error: `Pixel' undeclared (first use in this function)
bitblt.c:1334: error: (Each undeclared identifier is reported only once
bitblt.c:1334: error: for each function it appears in.)
bitblt.c:1334: error: syntax error before "xor_pix"
bitblt.c:1337: error: `xor_pix' undeclared (first use in this function)
make[2]: *** [bitblt.o] Error 1
make[2]: Leaving directory `/home/daan/pack/wine-0.9.1/dlls/x11drv'
make[1]: *** [x11drv] Error 2
make[1]: Leaving directory `/home/daan/pack/wine-0.9.1/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
Where's Intrinsic.h so that I can compile Wine?
- 02-05-2006 #2
I installed
libxt-dev
to get Intrinsic.h. I also needed:
xlib-mesa
and now it has been compiling for an hour.


Reply With Quote
