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

Add pre-processing conditional directive to ensure that we don't attempt to type-define bool twice #503

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

jeanlucmargot
Copy link

Addresses compilation error

In file included from /usr/local/include/H5public.h:147:0,
from /usr/local/include/hdf5.h:22,
from ../../include/asf_meta.h:35,
from asf_coregister.c:2:
../../include/ifm.h:31:15: error: two or more data types in declaration specifiers
typedef int bool;
^
In file included from asf_coregister.c:7:0:
../../include/ifm.h:31:3: warning: useless type name in empty declaration [enabled by default]
typedef int bool;
^
make[1]: *** [asf_coregister.o] Error 1
make[1]: Leaving directory `/home/jlm/src/aux/ASF_MapReady/src/libasf_insar'
make: *** [mapready] Error 2

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

Successfully merging this pull request may close these issues.

1 participant