Re: error compiling - Xrandr.h: no such file or dir



This is an error in bacon_resize.c, there should be ifdefs around the
include directive so that this file is only included if you have X <
4.3.

I have notified the totem folks, and its just been fixed in cvs.
For now you can edit your bacon-resize.c file and change this(line 18):

#include <X11/extensions/Xrandr.h>

to:

#ifdef HAVE_RANDR
#include <X11/extensions/Xrandr.h>
#endif /* HAVE_RANDR */

Dave



On Sun, 2003-08-31 at 11:54, Rajesh Menon wrote:
> hey.
> this is the new error i get,
> 
> bacon-resize.c:18 X11/extensions/Xrandr.h: No such
> file or directory
> make[4]: *** [bacon-resize.o] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive-am] Error 2
> make[1]: *** [build-work/main.d/totem-0.99.2/Makefile]
> Error 2
> make: *** [../../gnome/totem/cookies/main.d/install]
> Error 2
> 
> 
> i dont seem to have the file Xrandr.h , and i dont
> know if i should get some file from off the net.
> 
> im stumped.
> 
> help?
> 
> thnx again.
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]