Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - C++ build: (9 Items)
   
C++ build  
Since I upgrade to 4.6.0 2009 !  (at least that's when I think the problem started to happend) when I go into a project 
C/C++ properties and select any of the option available under C/C++ build I get an error.  Here is what the log file as 
to say:


!ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
!STACK 0
java.lang.IllegalArgumentException: Argument cannot be null
	at org.eclipse.swt.SWT.error(SWT.java:3761)
	at org.eclipse.swt.SWT.error(SWT.java:3695)
	at org.eclipse.swt.SWT.error(SWT.java:3666)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
	at org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeValues(GCCPerProjectSCDProfilePage.java:260)
	at org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createControl(GCCPerProjectSCDProfilePage.java:201)
	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSelected(DiscoveryTab.java:365)
	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(DiscoveryTab.java:259)
	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(DiscoveryTab.java:214)
	at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.configChanged(AbstractCPropertyTab.java:223)
	at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCPropertyTab.java:533)
	at org.eclipse.cdt.ui.newui.AbstractPage.forEach(AbstractPage.java:865)
	at org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:824)
	at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:418)
	at org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPage.java:634)
	at org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:656)
	at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1290)
	at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:570)
	at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:702)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:698)
	at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
	at org.eclipse.core.runtime.Platform.run(Platform.java:880)
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
	at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840)
	at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1153)
	at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1178)
	at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250)
	at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
	at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:157)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
	at...
View Full Message
Re: C++ build  
I think you are talking about regular make, don't you? What is the build 
number?

On 10/02/2009 11:22 AM, Mario Charest wrote:
> Since I upgrade to 4.6.0 2009 !  (at least that's when I think the problem started to happend) when I go into a 
project C/C++ properties and select any of the option available under C/C++ build I get an error.  Here is what the log 
file as to say:
>
>
> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
> !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface".
> !STACK 0
> java.lang.IllegalArgumentException: Argument cannot be null
> 	at org.eclipse.swt.SWT.error(SWT.java:3761)
> 	at org.eclipse.swt.SWT.error(SWT.java:3695)
> 	at org.eclipse.swt.SWT.error(SWT.java:3666)
> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
> 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
> 	at org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeValues(GCCPerProjectSCDProfilePage.java:260)

> 	at org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createControl(GCCPerProjectSCDProfilePage.java:201)
> 	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSelected(DiscoveryTab.java:365)
> 	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(DiscoveryTab.java:259)
> 	at org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(DiscoveryTab.java:214)
> 	at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.configChanged(AbstractCPropertyTab.java:223)
> 	at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCPropertyTab.java:533)
> 	at org.eclipse.cdt.ui.newui.AbstractPage.forEach(AbstractPage.java:865)
> 	at org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:824)
> 	at org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPage.java:418)
> 	at org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPage.java:634)
> 	at org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:656)
> 	at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1290)
> 	at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:570)
> 	at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:702)
> 	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> 	at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:698)
> 	at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:842)
> 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> 	at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> 	at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:840)
> 	at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1153)
> 	at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1178)
> 	at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:250)
> 	at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:244)
> 	at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:418)
> 	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> 	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
> 	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
> 	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
> 	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> 	at org.eclipse.jface.window.Window.open(Window.java:801)
> 	at...
View Full Message
RE: C++ build  

> -----Original Message-----
> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> Sent: February-10-09 11:30 AM
> To: general-ide
> Subject: Re: C++ build
> 
> I think you are talking about regular make, don't you?

Yes

> What is the build number?

I20090205

I started noticing when in all of my projects Eclipse could not resolve all standard C/C++d header file.  In the Path 
And Symbol sections the list of path for system header files disappeared.

> 
> On 10/02/2009 11:22 AM, Mario Charest wrote:
> > Since I upgrade to 4.6.0 2009 !  (at least that's when I think the
> problem started to happend) when I go into a project C/C++ properties
> and select any of the option available under C/C++ build I get an
> error.  Here is what the log file as to say:
> >
> >
> > !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
> > !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.jface".
> > !STACK 0
> > java.lang.IllegalArgumentException: Argument cannot be null
> > 	at org.eclipse.swt.SWT.error(SWT.java:3761)
> > 	at org.eclipse.swt.SWT.error(SWT.java:3695)
> > 	at org.eclipse.swt.SWT.error(SWT.java:3666)
> > 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
> > 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
> > 	at
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeV
> alues(GCCPerProjectSCDProfilePage.java:260)
> > 	at
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createContr
> ol(GCCPerProjectSCDProfilePage.java:201)
> > 	at
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSel
> ected(DiscoveryTab.java:365)
> > 	at
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
> scoveryTab.java:259)
> > 	at
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
> scoveryTab.java:214)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.configChanged(AbstractCPr
> opertyTab.java:223)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCP
> ropertyTab.java:533)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractPage.forEach(AbstractPage.java:865)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:824)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPag
> e.java:418)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPa
> ge.java:634)
> > 	at
> org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:656)
> > 	at
> org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog
> .java:1290)
> > 	at
> org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(Filte
> redPreferenceDialog.java:570)
> > 	at
> org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.j
> ava:702)
> > 	at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> > 	at
> org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(Prefer
> enceDialog.java:698)
> > 	at
> org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:
> 842)
> > 	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> > 	at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> > 	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> > 	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> > 	at
> org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(Str
> ucturedViewer.java:840)
> > 	at
> org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredV
>...
View Full Message
Re: C++ build  
Could you please create new project. Does the problem still exist?

On 10/02/2009 11:33 AM, Mario Charest wrote:
>    
>> -----Original Message-----
>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>> Sent: February-10-09 11:30 AM
>> To: general-ide
>> Subject: Re: C++ build
>>
>> I think you are talking about regular make, don't you?
>>      
>
> Yes
>
>    
>> What is the build number?
>>      
>
> I20090205
>
> I started noticing when in all of my projects Eclipse could not resolve all standard C/C++d header file.  In the Path 
And Symbol sections the list of path for system header files disappeared.
>
>    
>> On 10/02/2009 11:22 AM, Mario Charest wrote:
>>      
>>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think the
>>>        
>> problem started to happend) when I go into a project C/C++ properties
>> and select any of the option available under C/C++ build I get an
>> error.  Here is what the log file as to say:
>>      
>>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
>>> !MESSAGE Problems occurred when invoking code from plug-in:
>>>        
>> "org.eclipse.jface".
>>      
>>> !STACK 0
>>> java.lang.IllegalArgumentException: Argument cannot be null
>>> 	at org.eclipse.swt.SWT.error(SWT.java:3761)
>>> 	at org.eclipse.swt.SWT.error(SWT.java:3695)
>>> 	at org.eclipse.swt.SWT.error(SWT.java:3666)
>>> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
>>> 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
>>> 	at
>>>        
>> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeV
>> alues(GCCPerProjectSCDProfilePage.java:260)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createContr
>> ol(GCCPerProjectSCDProfilePage.java:201)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSel
>> ected(DiscoveryTab.java:365)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
>> scoveryTab.java:259)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
>> scoveryTab.java:214)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.configChanged(AbstractCPr
>> opertyTab.java:223)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCP
>> ropertyTab.java:533)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractPage.forEach(AbstractPage.java:865)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:824)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPag
>> e.java:418)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractPage.populateConfigurations(AbstractPa
>> ge.java:634)
>>      
>>> 	at
>>>        
>> org.eclipse.cdt.ui.newui.AbstractPage.setVisible(AbstractPage.java:656)
>>      
>>> 	at
>>>        
>> org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog
>> .java:1290)
>>      
>>> 	at
>>>        
>>...
View Full Message
RE: C++ build  

> -----Original Message-----
> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> Sent: February-10-09 11:49 AM
> To: general-ide
> Subject: Re: C++ build
> 
> 
> Could you please create new project. Does the problem still exist?

Works ok for new project.

> 
> On 10/02/2009 11:33 AM, Mario Charest wrote:
> >
> >> -----Original Message-----
> >> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >> Sent: February-10-09 11:30 AM
> >> To: general-ide
> >> Subject: Re: C++ build
> >>
> >> I think you are talking about regular make, don't you?
> >>
> >
> > Yes
> >
> >
> >> What is the build number?
> >>
> >
> > I20090205
> >
> > I started noticing when in all of my projects Eclipse could not
> resolve all standard C/C++d header file.  In the Path And Symbol
> sections the list of path for system header files disappeared.
> >
> >
> >> On 10/02/2009 11:22 AM, Mario Charest wrote:
> >>
> >>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think the
> >>>
> >> problem started to happend) when I go into a project C/C++
> properties
> >> and select any of the option available under C/C++ build I get an
> >> error.  Here is what the log file as to say:
> >>
> >>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
> >>> !MESSAGE Problems occurred when invoking code from plug-in:
> >>>
> >> "org.eclipse.jface".
> >>
> >>> !STACK 0
> >>> java.lang.IllegalArgumentException: Argument cannot be null
> >>> 	at org.eclipse.swt.SWT.error(SWT.java:3761)
> >>> 	at org.eclipse.swt.SWT.error(SWT.java:3695)
> >>> 	at org.eclipse.swt.SWT.error(SWT.java:3666)
> >>> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
> >>> 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeV
> >> alues(GCCPerProjectSCDProfilePage.java:260)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createContr
> >> ol(GCCPerProjectSCDProfilePage.java:201)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSel
> >> ected(DiscoveryTab.java:365)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
> >> scoveryTab.java:259)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.updateData(Di
> >> scoveryTab.java:214)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.configChanged(AbstractCPr
> >> opertyTab.java:223)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.ui.newui.AbstractCPropertyTab.handleTabEvent(AbstractCP
> >> ropertyTab.java:533)
> >>
> >>> 	at
> >>>
> >> org.eclipse.cdt.ui.newui.AbstractPage.forEach(AbstractPage.java:865)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.ui.newui.AbstractPage.cfgChanged(AbstractPage.java:824)
> >>
> >>> 	at
> >>>
> >>
> org.eclipse.cdt.ui.newui.AbstractPage.handleConfigSelection(AbstractPag
> >> e.java:418)
>...
View Full Message
Re: C++ build  
I see.. This is unfortunate feature of CDT project. As soon as you 
change something under the hood, you should convert old stuff. Actually 
it should work automatically if developer accuratly change version of 
MMB. I think over how to fix the problem.
Thanks.


On 10/02/2009 11:50 AM, Mario Charest wrote:
>    
>> -----Original Message-----
>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>> Sent: February-10-09 11:49 AM
>> To: general-ide
>> Subject: Re: C++ build
>>
>>
>> Could you please create new project. Does the problem still exist?
>>      
>
> Works ok for new project.
>
>    
>> On 10/02/2009 11:33 AM, Mario Charest wrote:
>>      
>>>> -----Original Message-----
>>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>>>> Sent: February-10-09 11:30 AM
>>>> To: general-ide
>>>> Subject: Re: C++ build
>>>>
>>>> I think you are talking about regular make, don't you?
>>>>
>>>>          
>>> Yes
>>>
>>>
>>>        
>>>> What is the build number?
>>>>
>>>>          
>>> I20090205
>>>
>>> I started noticing when in all of my projects Eclipse could not
>>>        
>> resolve all standard C/C++d header file.  In the Path And Symbol
>> sections the list of path for system header files disappeared.
>>      
>>>        
>>>> On 10/02/2009 11:22 AM, Mario Charest wrote:
>>>>
>>>>          
>>>>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think the
>>>>>
>>>>>            
>>>> problem started to happend) when I go into a project C/C++
>>>>          
>> properties
>>      
>>>> and select any of the option available under C/C++ build I get an
>>>> error.  Here is what the log file as to say:
>>>>
>>>>          
>>>>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
>>>>> !MESSAGE Problems occurred when invoking code from plug-in:
>>>>>
>>>>>            
>>>> "org.eclipse.jface".
>>>>
>>>>          
>>>>> !STACK 0
>>>>> java.lang.IllegalArgumentException: Argument cannot be null
>>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3761)
>>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3695)
>>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3666)
>>>>> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
>>>>> 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
>>>>> 	at
>>>>>
>>>>>            
>> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeV
>>      
>>>> alues(GCCPerProjectSCDProfilePage.java:260)
>>>>
>>>>          
>>>>> 	at
>>>>>
>>>>>            
>> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createContr
>>      
>>>> ol(GCCPerProjectSCDProfilePage.java:201)
>>>>
>>>>          
>>>>> 	at
>>>>>
>>>>>            
>> org.eclipse.cdt.managedbuilder.ui.properties.DiscoveryTab.handleToolSel
>>      
>>>> ected(DiscoveryTab.java:365)
>>>>
>>>>          
>>>>> 	at
>>>>>
>>>>>            
>>...
View Full Message
RE: C++ build  
I try to convert but it says, no converter available.  

What does MMB mean?

> -----Original Message-----
> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> Sent: February-10-09 11:55 AM
> To: general-ide
> Subject: Re: C++ build
> 
> I see.. This is unfortunate feature of CDT project. As soon as you
> change something under the hood, you should convert old stuff. Actually
> it should work automatically if developer accuratly change version of
> MMB. I think over how to fix the problem.
> Thanks.
> 
> 
> On 10/02/2009 11:50 AM, Mario Charest wrote:
> >
> >> -----Original Message-----
> >> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >> Sent: February-10-09 11:49 AM
> >> To: general-ide
> >> Subject: Re: C++ build
> >>
> >>
> >> Could you please create new project. Does the problem still exist?
> >>
> >
> > Works ok for new project.
> >
> >
> >> On 10/02/2009 11:33 AM, Mario Charest wrote:
> >>
> >>>> -----Original Message-----
> >>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >>>> Sent: February-10-09 11:30 AM
> >>>> To: general-ide
> >>>> Subject: Re: C++ build
> >>>>
> >>>> I think you are talking about regular make, don't you?
> >>>>
> >>>>
> >>> Yes
> >>>
> >>>
> >>>
> >>>> What is the build number?
> >>>>
> >>>>
> >>> I20090205
> >>>
> >>> I started noticing when in all of my projects Eclipse could not
> >>>
> >> resolve all standard C/C++d header file.  In the Path And Symbol
> >> sections the list of path for system header files disappeared.
> >>
> >>>
> >>>> On 10/02/2009 11:22 AM, Mario Charest wrote:
> >>>>
> >>>>
> >>>>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think
> the
> >>>>>
> >>>>>
> >>>> problem started to happend) when I go into a project C/C++
> >>>>
> >> properties
> >>
> >>>> and select any of the option available under C/C++ build I get an
> >>>> error.  Here is what the log file as to say:
> >>>>
> >>>>
> >>>>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
> >>>>> !MESSAGE Problems occurred when invoking code from plug-in:
> >>>>>
> >>>>>
> >>>> "org.eclipse.jface".
> >>>>
> >>>>
> >>>>> !STACK 0
> >>>>> java.lang.IllegalArgumentException: Argument cannot be null
> >>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3761)
> >>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3695)
> >>>>> 	at org.eclipse.swt.SWT.error(SWT.java:3666)
> >>>>> 	at org.eclipse.swt.widgets.Widget.error(Widget.java:463)
> >>>>> 	at org.eclipse.swt.widgets.Text.setText(Text.java:1859)
> >>>>> 	at
> >>>>>
> >>>>>
> >>
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.initializeV
> >>
> >>>> alues(GCCPerProjectSCDProfilePage.java:260)
> >>>>
> >>>>
> >>>>> 	at
> >>>>>
> >>>>>
> >>
> org.eclipse.cdt.make.ui.dialogs.GCCPerProjectSCDProfilePage.createContr
> >>
>...
View Full Message
Re: C++ build  
Even don't try, it should be done automatically. I let you know how to 
deal with that before long.

On 10/02/2009 12:05 PM, Mario Charest wrote:
> I try to convert but it says, no converter available.
>
> What does MMB mean?
>
>    
>> -----Original Message-----
>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>> Sent: February-10-09 11:55 AM
>> To: general-ide
>> Subject: Re: C++ build
>>
>> I see.. This is unfortunate feature of CDT project. As soon as you
>> change something under the hood, you should convert old stuff. Actually
>> it should work automatically if developer accuratly change version of
>> MMB. I think over how to fix the problem.
>> Thanks.
>>
>>
>> On 10/02/2009 11:50 AM, Mario Charest wrote:
>>      
>>>> -----Original Message-----
>>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>>>> Sent: February-10-09 11:49 AM
>>>> To: general-ide
>>>> Subject: Re: C++ build
>>>>
>>>>
>>>> Could you please create new project. Does the problem still exist?
>>>>
>>>>          
>>> Works ok for new project.
>>>
>>>
>>>        
>>>> On 10/02/2009 11:33 AM, Mario Charest wrote:
>>>>
>>>>          
>>>>>> -----Original Message-----
>>>>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
>>>>>> Sent: February-10-09 11:30 AM
>>>>>> To: general-ide
>>>>>> Subject: Re: C++ build
>>>>>>
>>>>>> I think you are talking about regular make, don't you?
>>>>>>
>>>>>>
>>>>>>              
>>>>> Yes
>>>>>
>>>>>
>>>>>
>>>>>            
>>>>>> What is the build number?
>>>>>>
>>>>>>
>>>>>>              
>>>>> I20090205
>>>>>
>>>>> I started noticing when in all of my projects Eclipse could not
>>>>>
>>>>>            
>>>> resolve all standard C/C++d header file.  In the Path And Symbol
>>>> sections the list of path for system header files disappeared.
>>>>
>>>>          
>>>>>> On 10/02/2009 11:22 AM, Mario Charest wrote:
>>>>>>
>>>>>>
>>>>>>              
>>>>>>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think
>>>>>>>                
>> the
>>      
>>>>>>>                
>>>>>> problem started to happend) when I go into a project C/C++
>>>>>>
>>>>>>              
>>>> properties
>>>>
>>>>          
>>>>>> and select any of the option available under C/C++ build I get an
>>>>>> error.  Here is what the log file as to say:
>>>>>>
>>>>>>
>>>>>>              
>>>>>>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
>>>>>>> !MESSAGE Problems occurred when invoking code from plug-in:
>>>>>>>
>>>>>>>
>>>>>>>                
>>>>>> "org.eclipse.jface".
>>>>>>
>>>>>>
>>>>>>              
>>>>>>> !STACK 0
>>>>>>>...
View Full Message
RE: C++ build  
> 
> Even don't try, it should be done automatically. I let you know how to
> deal with that before long.
> 

Ok thanks!

> On 10/02/2009 12:05 PM, Mario Charest wrote:
> > I try to convert but it says, no converter available.
> >
> > What does MMB mean?
> >
> >
> >> -----Original Message-----
> >> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >> Sent: February-10-09 11:55 AM
> >> To: general-ide
> >> Subject: Re: C++ build
> >>
> >> I see.. This is unfortunate feature of CDT project. As soon as you
> >> change something under the hood, you should convert old stuff.
> Actually
> >> it should work automatically if developer accuratly change version
> of
> >> MMB. I think over how to fix the problem.
> >> Thanks.
> >>
> >>
> >> On 10/02/2009 11:50 AM, Mario Charest wrote:
> >>
> >>>> -----Original Message-----
> >>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >>>> Sent: February-10-09 11:49 AM
> >>>> To: general-ide
> >>>> Subject: Re: C++ build
> >>>>
> >>>>
> >>>> Could you please create new project. Does the problem still exist?
> >>>>
> >>>>
> >>> Works ok for new project.
> >>>
> >>>
> >>>
> >>>> On 10/02/2009 11:33 AM, Mario Charest wrote:
> >>>>
> >>>>
> >>>>>> -----Original Message-----
> >>>>>> From: Alex Chapiro [mailto:community-noreply@qnx.com]
> >>>>>> Sent: February-10-09 11:30 AM
> >>>>>> To: general-ide
> >>>>>> Subject: Re: C++ build
> >>>>>>
> >>>>>> I think you are talking about regular make, don't you?
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>> Yes
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>> What is the build number?
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>> I20090205
> >>>>>
> >>>>> I started noticing when in all of my projects Eclipse could not
> >>>>>
> >>>>>
> >>>> resolve all standard C/C++d header file.  In the Path And Symbol
> >>>> sections the list of path for system header files disappeared.
> >>>>
> >>>>
> >>>>>> On 10/02/2009 11:22 AM, Mario Charest wrote:
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> Since I upgrade to 4.6.0 2009 !  (at least that's when I think
> >>>>>>>
> >> the
> >>
> >>>>>>>
> >>>>>> problem started to happend) when I go into a project C/C++
> >>>>>>
> >>>>>>
> >>>> properties
> >>>>
> >>>>
> >>>>>> and select any of the option available under C/C++ build I get
> an
> >>>>>> error.  Here is what the log file as to say:
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> !ENTRY org.eclipse.jface 4 2 2009-02-10 11:14:01.323
> >>>>>>> !MESSAGE Problems occurred when invoking code from plug-in:
>...
View Full Message