Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] MBS Oddity?

Hi Leo,

That was the problem (I didn't fully tidy up after an experiment).

However, why did it work on some installations and not on others? 

Thanks very much,

---
Derek  

> -----Original Message-----
> From: Treggiari, Leo [mailto:leo.treggiari@xxxxxxxxx] 
> Sent: 29 March 2006 23:21
> To: dmsubs@xxxxxxxxxxxxx; CDT General developers list.
> Subject: RE: [cdt-dev] MBS Oddity?
> 
> Hi Derek,
> 
> You can see that if your compiler has two InputTypes defined, 
> either within the tool itself, or by inheriting an InputType 
> which has a different ID from a superclass.
> 
> Regards,
> Leo
> 
> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of dmsubs
> Sent: Wednesday, March 29, 2006 5:17 PM
> To: 'CDT General developers list.'
> Subject: [cdt-dev] MBS Oddity?
> 
> I am experiencing some odd behaviour in MBS. 
> 
> I have a simple plugin that defines my GNU-based tools. This 
> allows me to create managed make C projects that build correctly.
> 
> However, I have just give a copy of the plugin to a colleague 
> who is using 3.1.2/3.0.2. On his machine, projects are 
> failing to build correctly because the input file to the C 
> compiler is being provided twice (e.g. gcc <options> file.c file.c).
> 
> Any clues as to what might be happening here?
> 
> Thanks
> 
> ---
> Derek 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top