NCAR / lrose-core

Core C/C++ code for LROSE.
https://www.eol.ucar.edu/content/lidar-radar-open-software-environment
Other
91 stars 51 forks source link

Files named 'aux' prevent checkout on Windows #12

Closed jbuonagurio closed 7 years ago

jbuonagurio commented 7 years ago

The name 'aux' can't be used as a file or folder name in Windows, for historical reasons (it was an MS-DOS device name). It's not possible to do a regular Git checkout on Windows due to the following files:

/codebase/libs/xview/src/imcb/aux.c /codebase/libs/xview/src/include/xview_private/aux.h

One workaround is to do a sparse checkout.

leavesntwigs commented 7 years ago

Thank you for determining the problem with 'aux' names. We are evaluating the issue and will be in contact soon.

mike-dixon commented 7 years ago

This has been fixed. In the libs/xview library, we renamed aux.h -> aux_data.h, and aux.c -> aux_data.c