febiosoftware / FEBio

FEBio Suite Solver
https://febio.org/
MIT License
174 stars 65 forks source link

Compilation fails at FEBio/FECore/FSPath.cpp; strcpy not declared #65

Closed AugustusGreenwood closed 1 year ago

AugustusGreenwood commented 1 year ago

When trying to compile, FSPath.cpp fails saying "strcpy was not declared in this scope".

Was able to fix by adding: #include <cstring> Should I create a pull request for this or is it likely I am compiling incorrectly? Compiling on Arch--EndeavorOS