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

Include strings.h #47

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

Conversation

noelbautista91
Copy link

I am on Manjaro Linux 6.1.

I am not a C programmer, and I only wanted to get this to work on my end. Not sure why I was getting errors without strings.h

I was getting this error when building from source:

error: implicit declaration of function ‘strcasecmp’; did you mean ‘strncmp’? [-Wimplicit-function-declaration]
   26 | #define stricmp strcasecmp

Replacing string.h with strings.h does not work either.

Adding strings.h fixes this issue for me and I am able to convert GPR to DNG smoothly.

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