bug-autoconf
[Top][All Lists]
Advanced

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

possbile autoconf bug


From: J Stewart
Subject: possbile autoconf bug
Date: Sat, 20 Dec 2003 23:36:06 -0500

I was told to report this by the autoconf script I ran when trying to
compile Galeon 1.2.10.


configure: WARNING: X11/extensions/Xinerama.h: present but cannot be
compiled
configure: WARNING: X11/extensions/Xinerama.h: check for missing
prerequisite headers?
configure: WARNING: X11/extensions/Xinerama.h: proceeding with the
preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for X11/extensions/Xinerama.h... yes

I'm on a Fedora Core 1 system with all packages installed and up to
date.  Here's my Xinerama.h file...

/* $XFree86$ */
 
#ifndef _Xinerama_h
#define _Xinerama_h
 
typedef struct {
   int   screen_number;
   short x_org;
   short y_org;
   short width;
   short height;
} XineramaScreenInfo;
 
_XFUNCPROTOBEGIN
 
Bool XineramaQueryExtension (
   Display *dpy,
   int     *event_base,
   int     *error_base
);
 
Status XineramaQueryVersion(
   Display *dpy,
   int     *major,
   int     *minor
);
 
Bool XineramaIsActive(Display *dpy);
 
 
/*
   Returns the number of heads and a pointer to an array of
   structures describing the position and size of the individual
   heads.  Returns NULL and number = 0 if Xinerama is not active.
   
   Returned array should be freed with XFree().
*/
 
XineramaScreenInfo *
XineramaQueryScreens(
   Display *dpy,
   int     *number
);
 
_XFUNCPROTOEND
 
#endif /* _Xinerama_h */
 
I hope this helps.

Josh
-- 
J Stewart <address@hidden>

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]