Community
Participate
Working Groups
Build ID: M20071023-1652 Steps To Reproduce: The ILaunchConfigurationVariableSupplier class is using ICdtVariable as the return value type of its methods. However, ICdtVariable is not available in CDT 3.x and hence this can cause some problems in some scnearios where Remote Tools is needed. The patch for this problem is fairly simple: we just have to substitute ICdtVariable by IBuildMacro. IBuildMacro exists on CDT 3.x and CDT 4.x. In CDT 4.x, actually, IBuildMacro inherits ICdtVariable. More information:
Created attachment 89493 [details] Patch correcting the problem described.
Committed.
Closing the bug as it is already corrected.