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 reverts commit 901b41b.
This resolves issue #734 of compilation failure, but
re-introduces a compiler warning about implicitly defined
function on some compilers.
This reverts commit 901b41b.
This resolves issue #734 of compilation failure, but
re-introduces a compiler warning about implicitly defined
function on some compilers.
Additional changes to use
v3p/geotiff/cpl_serv.h:104:36: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration]
This reverts commit 901b41b.
This resolves issue #734 of compilation failure, but
re-introduces a compiler warning about implicitly defined
function on some compilers.
Additional changes to use
v3p/geotiff/cpl_serv.h:104:36: warning: implicit declaration of function ‘strcasecmp’ [-Wimplicit-function-declaration]
Description
Steps to Reproduce
Expected behavior
geotiff should compile on visual studio
Actual behavior
D:\software\terra_dsm\external\vxl\v3p\geotiff\cpl_serv.h(45,12): fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
Reproducibility
100% since strings.h is not available
Versions
After pull request 725
Environment
Windows 10, VS2019 16.3.9
Additional Information
The text was updated successfully, but these errors were encountered: