CMake Manager and escaping

Aleix Pol aleixpol at kde.org
Sat Feb 7 01:00:48 UTC 2009


I'll check that when I get back home (asap).

On Fri, Feb 6, 2009 at 11:47 PM, Andreas Pakulat <apaku at gmx.de> wrote:

> Hi,
>
> with KDevelop4 on windows some issues seem to be easily found :)
>
> One such issue is escaping (or rather unescaping) in the cmake parser.
> Unfortunately there seems to be some logic missing for that step. For
> example running an external process produces something like this
>
> "C:\foo"
>
> which gets stored in a variable and supposedly later on used by the parser
> after unescaping it to "C:foo" which of course is wrong.
>
> Fixing that one place is no big deal (i.e. s/\\/\\\\/ in the output), but
> it makes me wonder how many other places might need this and wether anybody
> ever checked the CMake sources how and when they do the unescaping of
> variable values.
>
> Andreas
>
> --
> There is a 20% chance of tomorrow.
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20090207/53620b09/attachment.html>


More information about the KDevelop-devel mailing list