On Wed, Dec 14, 2022 at 3:07 PM Stéphane Archer <archersteph...@gmail.com> wrote: > > I tried to compile the repo on my mac to contribute to the project. > I have the following error: > clang: error: no such file or directory: './lib/parse-datetime.c' > clang: error: no input files > I have the file test-parse-datetime.c but not parse-datetime.c, I'm not > sure how to get it. > Does anyone know? > > I'm currently trying to contribute to mv so maybe I can just call something > like make mv and start playing around?
You may need to revisit some of the steps outlined at https://github.com/coreutils/coreutils/blob/master/README-hacking . Jeff