hobu / nitro

A GIT Mirror of Nitro NITF project
GNU Lesser General Public License v3.0
9 stars 12 forks source link

Use local references to header files. #4

Closed abellgithub closed 9 years ago

hobu commented 9 years ago

What kind of compilation error prompted this PR?

abellgithub commented 9 years ago

Apple now has sys/conf.h, which on a case insensitive filesystem is the same as nitro's sys/Conf.h. Depending on how you order your include paths, it picks up the OSX file instead of the nitro file. Referring to the nitro files relative to the current directory with the quote-style include makes sure that they'll be located before any files found using the system search path.

On Sun, Oct 18, 2015 at 8:28 AM, Howard Butler notifications@github.com wrote:

What kind of compilation error prompted this PR?

— Reply to this email directly or view it on GitHub https://github.com/hobu/nitro/pull/4#issuecomment-149016560.

Andrew Bell andrew.bell.ia@gmail.com