[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
conflict of include name
From: |
Lucas Gonze |
Subject: |
conflict of include name |
Date: |
Sat, 19 Oct 2002 14:07:12 -0400 (EDT) |
The name of cdk.h is in conflict with another include file from another
project, also called cdk.h. That other include file comes with the
standard RH 7.2 distribution. Sample contents of that file are:
/*
* The following set of definitions is used to communicate with the
* shared memory interface of the Stallion intelligent multiport serial
* boards. The definitions in this file are taken directly from the
* document titled "Generic Stackable Interface, Downloader and
* Communications Development Kit".
*/
The net result of this bug is that builds will fail for mysterious reasons
if /usr/include/linux is in the include path.
A fix is to rename cdk.h to cdkwin.h, cursesdevelopmentkit.h, etc.
Another fix is to rename the other cdk.h. Both of these seem unlikely.
- Lucas
- conflict of include name,
Lucas Gonze <=
- Re: conflict of include name, Thomas Dickey, 2002/10/19
- Re: conflict of include name, Lucas Gonze, 2002/10/19
- infinite loop in abort handler, Lucas Gonze, 2002/10/19
- core dump in torture test, Lucas Gonze, 2002/10/19
- Re: core dump in torture test, Thomas Dickey, 2002/10/19
- Re: core dump in torture test, Lucas Gonze, 2002/10/19
- Re: core dump in torture test, Thomas Dickey, 2002/10/19
- Re: core dump in torture test, Lucas Gonze, 2002/10/19
- Re: core dump in torture test, Thomas Dickey, 2002/10/19
- Re: core dump in torture test, Lucas Gonze, 2002/10/19