Changes between Initial Version and Version 1 of Ticket #30127


Ignore:
Timestamp:
Jul 12, 2011, 3:03:28 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30127 – Description

    initial v1  
    2020
    2121This seems to be the result of:
    22 * unfortunate naming of a global header by hdf (fixed in HDF5)
    23 * poor ordering of header paths (gcc internal paths should have priority -- the header is included from arm.c with double quotes not angle brackets, ie #include "df.h" not #include <df.h>)
     22 * unfortunate naming of a global header by hdf (fixed in HDF5)
     23 * poor ordering of header paths (gcc internal paths should have priority -- the header is included from arm.c with double quotes not angle brackets, ie #include "df.h" not #include <df.h>)
    2424
    2525Can this be fixed with, at the very least, a warning to the unwary?  The df.h header is not installed by gcc so it should be safe to reactivate HDF4.