Skip to content

Compilation error #12221

@Plume-SPH

Description

@Plume-SPH

I am installing openmpi using the tar distribution, so I directly run ./configure and then run make, when I run make, I got the following error:

btl_tcp_proc.c: In function ‘mca_btl_tcp_proc_create_interface_graph’:
btl_tcp_proc.c:163:20: error: expected identifier or ‘(’ before ‘struct’
163 | opal_if_t *interface = OBJ_NEW(opal_if_t);
| ^~~~~~~~~
btl_tcp_proc.c:164:21: error: expected expression before ‘struct’
164 | if (NULL == interface) {
| ^~~~~~~~~

The only extra option that I added is the prefix=my/install/path. nothing else.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions