- Aug 7, 2001
- 2,954
- 1
- 0
I just cvs'd winex from sourceforge. I read through the readme, and I ran ./tools/wineinstall. Then I came to an error...
../include/ts_xlib.h:16:22: X11/Xlib.h: No such file or directory
make[1]: *** [ts_xlib.o] Error 1
make[1]: Leaving directory `/home/elanvital/wine/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
So i went to directory tsx11/ and ran make... which then gave me this error
ts_xlib.c:10:22: X11/Xlib.h: No such file or directory
In file included from ts_xlib.c:12:
../include/ts_xlib.h:16:22: X11/Xlib.h: No such file or directory
make: *** [ts_xlib.o] Error 1
A simply "find / -name Xlib.h -depth -print" told me there was no such file... where am I to get this???
../include/ts_xlib.h:16:22: X11/Xlib.h: No such file or directory
make[1]: *** [ts_xlib.o] Error 1
make[1]: Leaving directory `/home/elanvital/wine/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
So i went to directory tsx11/ and ran make... which then gave me this error
ts_xlib.c:10:22: X11/Xlib.h: No such file or directory
In file included from ts_xlib.c:12:
../include/ts_xlib.h:16:22: X11/Xlib.h: No such file or directory
make: *** [ts_xlib.o] Error 1
A simply "find / -name Xlib.h -depth -print" told me there was no such file... where am I to get this???
