gpr icon indicating copy to clipboard operation
gpr copied to clipboard

Include strings.h

Open noelbautista91 opened this issue 8 months ago • 0 comments

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.

noelbautista91 avatar Jun 23 '24 04:06 noelbautista91