Running NEURON 8.2 in Windows 11, I run into the following issue when trying to compile the *.mod files in this model:
In file included from misc.c:193:
misc.h:7:10: fatal error: sys/time.h: No such file or directory
7 | #include <sys/time.h>
| ^~~~~~~~~~~~
compilation terminated.
make: *** [/cygdrive/c/nrn/bin//../lib/mknrndll.mak:26: misc.o] Error 1
There was an error in the process of creating nrnmech.dll
This occurs whether I use mknrndll at a prompt or NEURON's mknrndll GUI tool. It occurs for multiple Windows users, at least some of whom have verified the presence of the "missing" header files in their usual places.
Any work arounds or ideas of what I should do next? Thanks
Running NEURON 8.2 in Windows 11, I run into the following issue when trying to compile the *.mod files in this model:
This occurs whether I use mknrndll at a prompt or NEURON's mknrndll GUI tool. It occurs for multiple Windows users, at least some of whom have verified the presence of the "missing" header files in their usual places.
Any work arounds or ideas of what I should do next? Thanks