Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Library names with spaces fail


> On 13 Sep 2019, at 01:18, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
> 
> I couldn't immediately see from the line of code highlighted how that was the problem, but if you provide a patch I will work with you to get it merged.

I don't have an official patch, but please take a look how I hacked ensureUnquoted() to avoid the problem: 

https://github.com/gnu-mcu-eclipse/eclipse-plugins/commit/e6de2688cbfd1883b70719d119a0be827e597e4f#diff-acf0099e8fac3be2ecf1b05170cbbb81

(I had to override `ensurePathIsGNUMakeTargetRuleCompatibleSyntax()` since `ensureUnquoted()` is static and cannot be overridden).

> We are about to release CDT 9.9.0, but we can very soon after release 9.9.1, so no need to wait long. 

yes, in the mean time in GME I'll use the current patch, and, if the problem is fixed upstream by a better implementation, after a while I'll remove the patch.


regards,

Liviu





Back to the top