the given path's format is not supported
Added by pavelb over 3 years ago
I have configured recently the Ryazon solution and tried to build solution in VS2010.
I got 122 same errors "the given path's format is not supported" for different projects.
Any ideas why do I have them?
Replies (7)
RE: the given path's format is not supported - Added by pavelb over 3 years ago
The problem is that VS2010 doesn't allow the names with "," and ":". Is it possible to have names without it?
RE: the given path's format is not supported - Added by kervala over 3 years ago
In fact, at first it didn't work so I disabled it for VC++ 2010, then they (CMake guys) fixed it so I reenabled it, and now, it's broken again :(
I just commited a fix for it.
RE: the given path's format is not supported - Added by pavelb over 3 years ago
Actually "," is OK, just ":" is the problem. Instead of it we may use "-"
RE: the given path's format is not supported - Added by pavelb over 3 years ago
OK - next step is passed. So, for VS2010 atm we cannot use ":". I succeeded to build once I have put "-" instead ":"
RE: the given path's format is not supported - Added by kervala over 3 years ago
pavelb wrote:
OK - next step is passed. So, for VS2010 atm we cannot use ":". I succeeded to build once I have put "-" instead ":"
You just had to pull/update with TortoiseHg, it should be fixed now :)
RE: the given path's format is not supported - Added by pavelb over 3 years ago
Thanks.
P.S. I liked previous names more. You could just leave it as is and just replace ":".
RE: the given path's format is not supported - Added by pavelb over 3 years ago
I made the change to replace ":" with "-" if it is OK with you.
(1-7/7)