Hi,
Can the error message for cmake -E env include more info if it fails? I was following directions for building something and I saw the following messages:
78> Swig compile gdcm.i for csharp
78> no such file or directory
This looks like Swig could not find gdcm.i but what really was happening was cmake could not find Swig.exe. “no such file or directory” looks too much like a build error.
Maybe the error message could be “-E env: no such file or directory” or instead of “no such file or directory” the whole command or the first 10 characters of it could be displayed.
I was running under Windows but I’m assuming this would occur on any OS. Note that I am extremely new to cmake and there might be better solutions but this is confusing to a newbie.
Thanks,
Albert