Skip to content

Compilation error "union wait" #3

Description

@drzacek

TelImp.c: In function ‘splatZombie’:
TelImp.c:723:13: error: storage size of ‘wstatus’ isn’t known
union wait wstatus;

Tried compiling on debian 32bit machine (stretch), got this error. Googling revealed that the "union wait" is a problem. Changed it to "int" in TelImp.c file, after that it compiled fine.

Me thinks that maybe it needs some extra macro declaration on some systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions