Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure on Mac OS 10.9.5 with Fink #353

Open
ninneman opened this issue Dec 3, 2014 · 0 comments
Open

Build failure on Mac OS 10.9.5 with Fink #353

ninneman opened this issue Dec 3, 2014 · 0 comments
Assignees

Comments

@ninneman
Copy link
Contributor

ninneman commented Dec 3, 2014

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;
                  ~~^ ~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants