Skip to content

Compilation fails on supposedly missing c headers #2

Description

@mbezaire

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions