bug-autoconf
[Top][All Lists]
Advanced

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

Bug: WinUtil.h: present but cannot be compiled


From: Mike Spencer
Subject: Bug: WinUtil.h: present but cannot be compiled
Date: Sun, 14 Dec 2003 20:53:43 -0400

A configure script requested this bug report.  Further details on request.

- Mike Spencer
-----------------------------------------------------------------------

The following (indented) lines appeared when running configure:

   checking for XmuClientWindow in -lXmu... yes
   checking X11/Xmu/WinUtil.h usability... no
   checking X11/Xmu/WinUtil.h presence... yes
   configure: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled
   configure: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite 
              headers?
   configure: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's 
              result
   configure: WARNING:     ## ------------------------------------ ##
   configure: WARNING:     ## Report this to address@hidden ##
   configure: WARNING:     ## ------------------------------------ ##
   checking for X11/Xmu/WinUtil.h... yes

Details:

   Package:  gimp-1.2.5

   System:   Linux (Caldera 2.2.5 kernel)
   CPU:      i686 (PII)
   CC:       gcc (egcs-2.91.66)
   X:        XF86_SVGA.3.3.3.1 
             (Actually running XFCom_i810 binary but the *.h files are from
             the Caldera distro XF86_SVGA.3.3.3.1)

The configure script that produced the warning message begins:

#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.


The referenced header file, WinUtil.h, is:

  -r--r--r--   1 root     root         2030 Apr 28  1999 WinUtil.h

--- Begin WinUtil.h ---
/* $XConsortium: WinUtil.h,v 1.7 94/04/17 20:16:24 converse Exp $ */

/*
 
Copyright (c) 1988  X Consortium

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.

*/

/*
 * The interfaces described by this header file are for miscellaneous utilities
 * and are not part of the Xlib standard.
 */

#ifndef _XMU_WINDOWUTIL_H_
#define _XMU_WINDOWUTIL_H_

#include <X11/Xutil.h>
#include <X11/Xfuncproto.h>

_XFUNCPROTOBEGIN

extern Window XmuClientWindow(
#if NeedFunctionPrototypes
    Display*    /* dpy */,
    Window      /* win */
#endif
);

extern Bool XmuUpdateMapHints(
#if NeedFunctionPrototypes
    Display*    /* dpy */,
    Window      /* win */,
    XSizeHints* /* hints */
#endif
);

extern Screen *XmuScreenOfWindow(
#if NeedFunctionPrototypes
    Display*    /* dpy */,
    Window      /* w */
#endif
);

_XFUNCPROTOEND

#endif /* _XMU_WINDOWUTIL_H_ */
--- End WinUtil.h ---


-- 
Michael Spencer                  Nova Scotia, Canada       .~. 
                                 (902) 543-8375            /V\ 
address@hidden                                     /( )\
http://home.tallships.ca/mspencer/                        ^^-^^




reply via email to

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