Skip to content

Breakage of interface on 32-bit systems #187

Description

@amckinstry

An interface definition breaks compilation on 32-bit systems (i386, armhf for Debian).
Is this worth fixing, or is Julienne 64-bit only?

Regards
Alastair

././src/julienne/julienne_string_m.F90:68:4:

   68 |     elemental module function from_default_integer(i) result(string)
      |    1
......
   74 |     elemental module function from_integer_c_size_t(i) result(string)
      |    2
Error: Ambiguous interfaces in generic interface 'string_t' for ‘from_default_integer’ at (1) and ‘from_integer_c_size_t’ at (2)
<ERROR> Compilation failed for object " src_julienne_julienne_string_m.F90.o "
<ERROR> stopping due to failed compilation
STOP 1
make[1]: *** [debian/rules:35: override_dh_auto_build] Error 1
make[1]: Leaving directory '/build/reproducible-path/fortran-julienne-3.6.2'
make: *** [debian/rules:29: binary-arch] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions