Skip to content

4.3.0 fails to build on 32bit #422

@AdrianBunk

Description

@AdrianBunk

https://buildd.debian.org/status/logs.php?pkg=form&ver=4.3.0-1

reken.c: In function ‘Moebius’:
reken.c:3752:28: error: ‘struct R_const’ has no member named ‘numinprimelist’
 3752 |         for ( i = 0; i < AR.numinprimelist; i++ ) {
      |                            ^
reken.c:3753:23: error: ‘struct R_const’ has no member named ‘PrimeList’
 3753 |                 x = AR.PrimeList[i];
      |                       ^

@vermaseren Commit 0da2724 lacks an #if ( BITSINWORD == 32 ) similar to other code in this file, that is necessary due to commit 768b2d6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions