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
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'
Prerequisites
Description
Description of the issue, including:
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.