Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Convert to autotools project fails
Convert to autotools project fails [message #209174] Tue, 05 February 2008 06:55 Go to next message
Eclipse UserFriend
Hi,
I have Eclipse 3.3.1.1 / CDT 4.2/ AUtotools 9.6

I checked out a C/autotools project from a CVS based on autotools 9.5.3.

In order for eclipse to recognize it I need to transform it into a
autotol project but this operation fails. The error message is:

Problems encountered while setting project description.
Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
prerequisite nature: org.eclipse.cdt.managedbuilder.core.mangedBuildNature.


I can't even see the project properties.

Any ideas?

Tex.
Re: Convert to autotools project fails [message #209182 is a reply to message #209174] Tue, 05 February 2008 07:10 Go to previous messageGo to next message
Eclipse UserFriend
HI again,
I solved the problem by copying and adapting the .cproject file from
another working autotools project.

Tex.
Tex-Twil wrote:

> Hi,
> I have Eclipse 3.3.1.1 / CDT 4.2/ AUtotools 9.6
>
> I checked out a C/autotools project from a CVS based on autotools 9.5.3.
>
> In order for eclipse to recognize it I need to transform it into a
> autotol project but this operation fails. The error message is:
>
> Problems encountered while setting project description.
> Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
> prerequisite nature: org.eclipse.cdt.managedbuilder.core.mangedBuildNature.
>
>
> I can't even see the project properties.
>
> Any ideas?
>
> Tex.
Re: Convert to autotools project fails [message #209915 is a reply to message #209182] Sun, 17 February 2008 10:40 Go to previous messageGo to next message
Eclipse UserFriend
Hi

I'm facing the same problem... however the .project has the required
nature...

could you please tell me which parts you modified?

thanks in advance
Lorenzo

Tex-Twil wrote:
> HI again,
> I solved the problem by copying and adapting the .cproject file from
> another working autotools project.
>
> Tex.
> Tex-Twil wrote:
>
>> Hi,
>> I have Eclipse 3.3.1.1 / CDT 4.2/ AUtotools 9.6
>>
>> I checked out a C/autotools project from a CVS based on autotools 9.5.3.
>>
>> In order for eclipse to recognize it I need to transform it into a
>> autotol project but this operation fails. The error message is:
>>
>> Problems encountered while setting project description.
>> Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
>> prerequisite nature: org.eclipse.cdt.managedbuilder.core.mangedBuildNature.
>>
>>
>> I can't even see the project properties.
>>
>> Any ideas?
>>
>> Tex.


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net
Re: Convert to autotools project fails [message #210205 is a reply to message #209915] Thu, 21 February 2008 07:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
Im sorry but I don't remember which parts I modified, However, here is
my .project file:

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>core</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>

<name>com.redhat.eclipse.cdt.autotools.genmakebuilder</name >
<arguments>
</arguments>
</buildCommand>
<buildCommand>

<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder </name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>

<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature </nature>

<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature </nature>
</natures>
</projectDescription>


Tex

Lorenzo Bettini wrote:
> Hi
>
> I'm facing the same problem... however the .project has the required
> nature...
>
> could you please tell me which parts you modified?
>
> thanks in advance
> Lorenzo
>
> Tex-Twil wrote:
>> HI again,
>> I solved the problem by copying and adapting the .cproject file from
>> another working autotools project.
>>
>> Tex.
>> Tex-Twil wrote:
>>
>>> Hi,
>>> I have Eclipse 3.3.1.1 / CDT 4.2/ AUtotools 9.6
>>>
>>> I checked out a C/autotools project from a CVS based on autotools 9.5.3.
>>>
>>> In order for eclipse to recognize it I need to transform it into a
>>> autotol project but this operation fails. The error message is:
>>>
>>> Problems encountered while setting project description.
>>> Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
>>> prerequisite nature:
>>> org.eclipse.cdt.managedbuilder.core.mangedBuildNature.
>>>
>>>
>>> I can't even see the project properties.
>>>
>>> Any ideas?
>>>
>>> Tex.
>
>
Re: Convert to autotools project fails [message #212832 is a reply to message #210205] Thu, 27 March 2008 07:09 Go to previous message
Eclipse UserFriend
Hello,
I run into the same problem again and I realize that there seems to be a
problem with the spelling of the world "managed". The error says:

Problems encountered while setting project description.
Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
prerequisite nature:
org.eclipse.cdt.managedbuilder.core.mangedBuildNature.

Where "mangedBuildNature" is missing a A. If I replace in the .project file
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature </nature>
by
<nature>org.eclipse.cdt.managedbuilder.core.mangedBuildNature </nature>

the transformation to a Autotool project runs fine ..

Is that a bug ?

Tex


Tex-Twil wrote:
> Hi,
> Im sorry but I don't remember which parts I modified, However, here is
> my .project file:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
> <name>core</name>
> <comment></comment>
> <projects>
> </projects>
> <buildSpec>
> <buildCommand>
>
> <name>com.redhat.eclipse.cdt.autotools.genmakebuilder</name >
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
>
> <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder </name>
> <arguments>
> </arguments>
> </buildCommand>
> </buildSpec>
> <natures>
> <nature>org.eclipse.cdt.core.cnature</nature>
>
> <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature </nature>
>
> <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature </nature>
> </natures>
> </projectDescription>
>
>
> Tex
>
> Lorenzo Bettini wrote:
>> Hi
>>
>> I'm facing the same problem... however the .project has the required
>> nature...
>>
>> could you please tell me which parts you modified?
>>
>> thanks in advance
>> Lorenzo
>>
>> Tex-Twil wrote:
>>> HI again,
>>> I solved the problem by copying and adapting the .cproject file from
>>> another working autotools project.
>>>
>>> Tex.
>>> Tex-Twil wrote:
>>>
>>>> Hi,
>>>> I have Eclipse 3.3.1.1 / CDT 4.2/ AUtotools 9.6
>>>>
>>>> I checked out a C/autotools project from a CVS based on autotools 9.5.3.
>>>>
>>>> In order for eclipse to recognize it I need to transform it into a
>>>> autotol project but this operation fails. The error message is:
>>>>
>>>> Problems encountered while setting project description.
>>>> Nature com.redhat.eclipse.cdt.autotools.autotoolsNature is missing
>>>> prerequisite nature:
>>>> org.eclipse.cdt.managedbuilder.core.mangedBuildNature.
>>>>
>>>>
>>>> I can't even see the project properties.
>>>>
>>>> Any ideas?
>>>>
>>>> Tex.
>>
Previous Topic:Error launching builder (make all ) after upgrade eclipse to 3.3.2 and CDT to 4.0.3
Next Topic:CDT's gdbserver feature fails where gdb does not
Goto Forum:
  


Current Time: Sun May 11 14:12:46 EDT 2025

Powered by FUDForum. Page generated in 0.04645 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top