urho3d/urho3d

Mismatched Case in SLikeNet include path

SirNate0 opened this issue · 2 comments

When building with docker, I'm noticing a fairly large number of errors similar to
../../../../../../Source/Urho3D/Network/Network.cpp:43:10: warning: non-portable path to file '<slikenet/peerinterface.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path] #include <SLikeNet/peerinterface.h>

We should probably either change the folder case to match the includes or change the includes to match the folder case.

1vanK commented

The problem is somewhat more complicated, because when compiling on Windows, the header files are installed in a directory with the correct name
1

1vanK commented

Can you test this? #2910