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

assert strcasecmp is present on win32 environments #83

Open
gutenfries opened this issue Jul 7, 2023 · 1 comment
Open

assert strcasecmp is present on win32 environments #83

gutenfries opened this issue Jul 7, 2023 · 1 comment
Labels
need more info waiting for submitter

Comments

@gutenfries
Copy link

I recently went to compile and had to modify the source code (for private use, as permitted under the licensing) to compile.

My issue was that strcasecmp was not present on my system.

similar to #70, a simple assert in the win32.cppcheck file would help resolve this, as was done in the linux.cppcheck file.

@fenugrec
Copy link
Owner

fenugrec commented Jul 8, 2023

Can you elaborate ?

  • what is your system
  • what exactly failed

the CMakeLists has a check for strcasecmp , and diag.h has some fallback code that should work on all win32; assuming osx isn't broken enough to not have a viable alternative

@fenugrec fenugrec added the need more info waiting for submitter label Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info waiting for submitter
Projects
None yet
Development

No branches or pull requests

2 participants