mimic-code icon indicating copy to clipboard operation
mimic-code copied to clipboard

Bad file descriptor when running make on windows 10

Open zoevas opened this issue 2 years ago • 1 comments

Prerequisites

  • [X] Put an X between the brackets on this line if you have done all of the following:
    • Checked the online documentation: https://mimic.mit.edu/
    • Checked that your issue isn't already addressed: https://github.com/MIT-LCP/mimic-code/issues?utf8=%E2%9C%93&q=

Description

Description of the issue, including:

  • I am trying to build the mimic database. I have installed postgres sql in windows. I am running the make command and I get the following error 'Makefile:45: pipe: Bad file descriptor Καταγραφή45

This line points to the /usr/bin/test. Maybe the problem is that I am running the makefile on a windows machine? If yes, that means that this mimic makefile is only for linux? Because this /usr/bin folder does not exist in windows.

  • references to similar issues By searching in the issues, I have not found a similar one. I searched with 'bad file descriptor'

zoevas avatar May 03 '22 08:05 zoevas

Hi, not sure if you've resolved this yet but I would recommend to follow the steps here: https://mimic.mit.edu/docs/gettingstarted/local/install-mimic-locally-windows/

marymlucas avatar Jun 14 '22 20:06 marymlucas