Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » No "New Make Properties" in C/C++ prefs
No "New Make Properties" in C/C++ prefs [message #97172] Mon, 22 March 2004 13:44 Go to next message
Eclipse UserFriend
Sorry to be so dense. I'm new to Eclipse and CDT. I am trying to follow
the steps for "Define build settings". It tells me to Click Window >
Preferences. Expand C/C++. click New Make Projects. Problem is, I can't
find that option anywhere in the C/C++ area. Can anyone please help. What
am I missing. I've installed Eclipse 2.1.3 and and CDT 1.2. I can create a
C++ perspective, but when I try to create a new project, C or C++ do not
show up. So I figured I first needed to configure the build properties.

Thanks in advance,
Alfredo
Re: No "New Make Properties" in C/C++ prefs [message #97187 is a reply to message #97172] Mon, 22 March 2004 14:30 Go to previous messageGo to next message
Eclipse UserFriend
Alfredo,
Wea re really swamped getting the M8 CDT together, so I will be brief.
Get the standard build package. It adds the core components needed to
create new projects. If you don't know how to write makefiles, then get
the managed build system too.

Sean Evoy

Alfredo Jahn wrote:
> Sorry to be so dense. I'm new to Eclipse and CDT. I am trying to follow
> the steps for "Define build settings". It tells me to Click Window >
> Preferences. Expand C/C++. click New Make Projects. Problem is, I can't
> find that option anywhere in the C/C++ area. Can anyone please help. What
> am I missing. I've installed Eclipse 2.1.3 and and CDT 1.2. I can create a
> C++ perspective, but when I try to create a new project, C or C++ do not
> show up. So I figured I first needed to configure the build properties.
>
> Thanks in advance,
> Alfredo
>
Re: No "New Make Properties" in C/C++ prefs [message #97202 is a reply to message #97187] Mon, 22 March 2004 15:22 Go to previous messageGo to next message
Eclipse UserFriend
Sean Evoy wrote:

> Alfredo,
> Wea re really swamped getting the M8 CDT together, so I will be brief.
> Get the standard build package. It adds the core components needed to
> create new projects. If you don't know how to write makefiles, then get
> the managed build system too.

> Sean Evoy

> Alfredo Jahn wrote:
> > Sorry to be so dense. I'm new to Eclipse and CDT. I am trying to follow
> > the steps for "Define build settings". It tells me to Click Window >
> > Preferences. Expand C/C++. click New Make Projects. Problem is, I can't
> > find that option anywhere in the C/C++ area. Can anyone please help. What
> > am I missing. I've installed Eclipse 2.1.3 and and CDT 1.2. I can create a
> > C++ perspective, but when I try to create a new project, C or C++ do not
> > show up. So I figured I first needed to configure the build properties.
> >
> > Thanks in advance,
> > Alfredo
> >

Thanks for the info. I got the Standard build package and installed it.
Then when I tried to run Eclipse I got the following in the log file:

!SESSION Mar 22, 2004 14:22:43.687
---------------------------------------------
java.version=1.3.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install
file:C:/MyPrograms/eclipse1.2.3/eclipse/
!ENTRY org.eclipse.core.runtime 4 2 Mar 22, 2004 14:22:43.687
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 1
org.eclipse.core.internal.resources.ResourceException(null)[ 567]:
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:224)
at
org.eclipse.core.internal.watson.ElementTreeReader.readNumbe r(ElementTreeReader.java:111)
at
org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:82)
at
org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:102)
at
org.eclipse.core.internal.resources.WorkspaceTreeReader.read Trees(WorkspaceTreeReader.java:107)
at
org.eclipse.core.internal.resources.WorkspaceTreeReader.read Tree(WorkspaceTreeReader.java:44)
at
org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:776)
at
org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:488)
at
org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1033)
at
org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1734)
at org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1537)
...

Any ideas?
Thanks, and sorry to bother...

Alfredo
Re: No "New Make Properties" in C/C++ prefs [message #97217 is a reply to message #97202] Mon, 22 March 2004 16:22 Go to previous messageGo to next message
Eclipse UserFriend
No problem.
That looks like a real problem; unfortunately, I don't really know what
is wrong. I have not tested the CDT out with Eclipse 2.1.3, so I don't
know what if anything has changed. CDT 1.2.1 is the msot recent version
of the CDT, so this might be a version mismatch issue. Sorry I can't
give you a definitive answer. Maybe someone else on the list will be
better able to help you.

Sean Evoy

Alfredo Jahn wrote:

>
>
> Thanks for the info. I got the Standard build package and installed it.
> Then when I tried to run Eclipse I got the following in the log file:
>
> !SESSION Mar 22, 2004 14:22:43.687
> ---------------------------------------------
> java.version=1.3.1_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -install
> file:C:/MyPrograms/eclipse1.2.3/eclipse/
> !ENTRY org.eclipse.core.runtime 4 2 Mar 22, 2004 14:22:43.687
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.core.runtime".
> !STACK 1
> org.eclipse.core.internal.resources.ResourceException(null)[ 567]:
> java.io.EOFException
> at java.io.DataInputStream.readByte(DataInputStream.java:224)
> at
> org.eclipse.core.internal.watson.ElementTreeReader.readNumbe r(ElementTreeReader.java:111)
> at
> org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:82)
> at
> org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:102)
> at
> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Trees(WorkspaceTreeReader.java:107)
> at
> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Tree(WorkspaceTreeReader.java:44)
> at
> org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:776)
> at
> org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:488)
> at
> org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1033)
> at
> org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1734)
> at org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1537)
> ..
>
> Any ideas?
> Thanks, and sorry to bother...
>
> Alfredo
>
Re: No "New Make Properties" in C/C++ prefs [message #97334 is a reply to message #97217] Thu, 25 March 2004 11:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: aheilveil.austin.rr.com

I recently loaded the same versions for linux/motif and had what might
be the same problem.

When I first started eclipse after expanding the zips I got complaints
about certain features needing certain plugins. I clicked buttons to
make eclipse continue.

I then found a place where features and plugins are managed. There I
found and checked a box to show disabled features. I then saw the C++
project features you mention, clicked Enable on each of them and they
started working. I remember seeing a note somewhere about loading the
CDT components in a certain order. Perhaps if I had followed those
instructions I wouldn't have had my problem :)

I'd give you better details about exactly where to click, but now
eclipse goes into an infinite loop whenever it *looks* at one of my
projects. It uses 85% of my processor time and does no I/O.

Perhaps someone else can give you the exact menu items that I refer to
above.



Sean Evoy wrote:
> No problem.
> That looks like a real problem; unfortunately, I don't really know what
> is wrong. I have not tested the CDT out with Eclipse 2.1.3, so I don't
> know what if anything has changed. CDT 1.2.1 is the msot recent version
> of the CDT, so this might be a version mismatch issue. Sorry I can't
> give you a definitive answer. Maybe someone else on the list will be
> better able to help you.
>
> Sean Evoy
>
> Alfredo Jahn wrote:
>
>>
>>
>> Thanks for the info. I got the Standard build package and installed it.
>> Then when I tried to run Eclipse I got the following in the log file:
>>
>> !SESSION Mar 22, 2004 14:22:43.687
>> ---------------------------------------------
>> java.version=1.3.1_01
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> Command-line arguments: -os win32 -ws win32 -arch x86 -install
>> file:C:/MyPrograms/eclipse1.2.3/eclipse/
>> !ENTRY org.eclipse.core.runtime 4 2 Mar 22, 2004 14:22:43.687
>> !MESSAGE Problems occurred when invoking code from plug-in:
>> "org.eclipse.core.runtime".
>> !STACK 1
>> org.eclipse.core.internal.resources.ResourceException(null)[ 567]:
>> java.io.EOFException
>> at java.io.DataInputStream.readByte(DataInputStream.java:224)
>> at
>> org.eclipse.core.internal.watson.ElementTreeReader.readNumbe r(ElementTreeReader.java:111)
>>
>> at
>> org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:82)
>>
>> at
>> org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:102)
>>
>> at
>> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Trees(WorkspaceTreeReader.java:107)
>>
>> at
>> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Tree(WorkspaceTreeReader.java:44)
>>
>> at
>> org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:776)
>>
>> at
>> org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:488)
>>
>> at
>> org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1033)
>>
>> at
>> org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1734)
>>
>> at
>> org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1537)
>> ..
>>
>> Any ideas?
>> Thanks, and sorry to bother...
>>
>> Alfredo
>>
Re: No "New Make Properties" in C/C++ prefs [message #97403 is a reply to message #97334] Thu, 25 March 2004 18:48 Go to previous message
Eclipse UserFriend
Originally posted by: aheilveil.austin.rr.com

my eclipse is working now that I have turned off managed making (deleted
..cdtbuild and restored a .cdtproject from before I tried to convert to
managed make)

After installing eclipse 2.1.3 and CDT 1.2.1 I had to:

Window/Open Perspective/Install--Update

browse the tree starting with "Eclipse Platform"
click on each CDT component and look for an Enable button near the lower
right hand side.

enable the Development tools first, then the standard make, then the
Managed Make. Then restart eclipse.

Hope this is what your problem was.

andy heilveil wrote:
> I recently loaded the same versions for linux/motif and had what might
> be the same problem.
>
> When I first started eclipse after expanding the zips I got complaints
> about certain features needing certain plugins. I clicked buttons to
> make eclipse continue.
>
> I then found a place where features and plugins are managed. There I
> found and checked a box to show disabled features. I then saw the C++
> project features you mention, clicked Enable on each of them and they
> started working. I remember seeing a note somewhere about loading the
> CDT components in a certain order. Perhaps if I had followed those
> instructions I wouldn't have had my problem :)
>
> I'd give you better details about exactly where to click, but now
> eclipse goes into an infinite loop whenever it *looks* at one of my
> projects. It uses 85% of my processor time and does no I/O.
>
> Perhaps someone else can give you the exact menu items that I refer to
> above.
>
>
>
> Sean Evoy wrote:
>
>> No problem.
>> That looks like a real problem; unfortunately, I don't really know
>> what is wrong. I have not tested the CDT out with Eclipse 2.1.3, so I
>> don't know what if anything has changed. CDT 1.2.1 is the msot recent
>> version of the CDT, so this might be a version mismatch issue. Sorry I
>> can't give you a definitive answer. Maybe someone else on the list
>> will be better able to help you.
>>
>> Sean Evoy
>>
>> Alfredo Jahn wrote:
>>
>>>
>>>
>>> Thanks for the info. I got the Standard build package and installed it.
>>> Then when I tried to run Eclipse I got the following in the log file:
>>>
>>> !SESSION Mar 22, 2004 14:22:43.687
>>> ---------------------------------------------
>>> java.version=1.3.1_01
>>> java.vendor=Sun Microsystems Inc.
>>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>> Command-line arguments: -os win32 -ws win32 -arch x86 -install
>>> file:C:/MyPrograms/eclipse1.2.3/eclipse/
>>> !ENTRY org.eclipse.core.runtime 4 2 Mar 22, 2004 14:22:43.687
>>> !MESSAGE Problems occurred when invoking code from plug-in:
>>> "org.eclipse.core.runtime".
>>> !STACK 1
>>> org.eclipse.core.internal.resources.ResourceException(null)[ 567]:
>>> java.io.EOFException
>>> at java.io.DataInputStream.readByte(DataInputStream.java:224)
>>> at
>>> org.eclipse.core.internal.watson.ElementTreeReader.readNumbe r(ElementTreeReader.java:111)
>>>
>>> at
>>> org.eclipse.core.internal.watson.ElementTreeReaderImpl_1.rea dDeltaChain(ElementTreeReaderImpl_1.java:82)
>>>
>>> at
>>> org.eclipse.core.internal.watson.ElementTreeReader.readDelta Chain(ElementTreeReader.java:102)
>>>
>>> at
>>> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Trees(WorkspaceTreeReader.java:107)
>>>
>>> at
>>> org.eclipse.core.internal.resources.WorkspaceTreeReader.read Tree(WorkspaceTreeReader.java:44)
>>>
>>> at
>>> org.eclipse.core.internal.resources.SaveManager.restoreTree( SaveManager.java:776)
>>>
>>> at
>>> org.eclipse.core.internal.resources.SaveManager.restore(Save Manager.java:488)
>>>
>>> at
>>> org.eclipse.core.internal.resources.SaveManager.startup(Save Manager.java:1033)
>>>
>>> at
>>> org.eclipse.core.internal.resources.Workspace.startup(Worksp ace.java:1734)
>>>
>>> at
>>> org.eclipse.core.internal.resources.Workspace.open(Workspace .java:1537)
>>> ..
>>>
>>> Any ideas?
>>> Thanks, and sorry to bother...
>>>
>>> Alfredo
>>>
>
Previous Topic:Error: Project cannot be created
Next Topic:SWT for CDT
Goto Forum:
  


Current Time: Thu Jul 10 08:06:40 EDT 2025

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

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

Back to the top