You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
~~^ ~~~~~~
The text was updated successfully, but these errors were encountered:
This happens when I try to build Mapready in the Fink environment on Mac OS 10.9.5:
The text was updated successfully, but these errors were encountered: