xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
262 stars 54 forks source link

Can not create folder with "aux" name in windows #117

Closed ebrahimraeyat closed 1 year ago

ebrahimraeyat commented 1 year ago

Hello @lcpt . I wanted to pull repo in windows 10, but windows can not create directory with name "aux":

folder

related issue:

Unable to create folder named

lcpt commented 1 year ago

You'll need to pull the repository in a Unix-like file system. For some reason, "aux" is a forbidden name in Microsoft file systems since the days of MS-DOS.

lcpt commented 1 year ago

I'll close that. It this becomes the last pitfall to compile the code under MS Windows, we can always reopen it.