WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Build failure on Mac OS 10.9.5 with Fink #353

@ninneman

Description

@ninneman

This happens when I try to build Mapready in the Fink environment on Mac OS 10.9.5:

src/asf_meta/distortions.c:109:5: error: member reference base type 'void' is
      not a structure or union
  pj->a = 1.0;
  ~~^ ~
src/asf_meta/distortions.c:110:5: error: member reference base type 'void' is
      not a structure or union
  pj->x0 = pj->y0 = 0.0;
  ~~^ ~~
src/asf_meta/distortions.c:110:14: error: member reference base type 'void'
      is not a structure or union
  pj->x0 = pj->y0 = 0.0;
           ~~^ ~~
src/asf_meta/distortions.c:111:17: error: member reference base type 'void'
      is not a structure or union
  double es = pj->es;
              ~~^ ~~
src/asf_meta/distortions.c:112:21: error: member reference base type 'void'
      is not a structure or union
  double one_es = pj->one_es;
                  ~~^ ~~~~~~

Metadata

Metadata

Assignees

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