[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trying to contribute but got an error during the setup
From: |
Jeffrey Walton |
Subject: |
Re: trying to contribute but got an error during the setup |
Date: |
Wed, 14 Dec 2022 17:11:36 -0500 |
On Wed, Dec 14, 2022 at 3:07 PM Stéphane Archer
<archerstephane@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