Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Exclude files from managed make
Exclude files from managed make [message #148678] Wed, 13 July 2005 11:00 Go to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

Hi
I am using Cdt 3.0RC1
Is there a way to exclude files / folders from managed make builds?
I searched the documentation and it seems there was such a thing
but i can not find the functionality.

Anyone know something about this?

best regards
ML
Re: Exclude files from managed make [message #148694 is a reply to message #148678] Wed, 13 July 2005 11:45 Go to previous messageGo to next message
Eclipse UserFriend
martin wrote:
> Hi
> I am using Cdt 3.0RC1
> Is there a way to exclude files / folders from managed make builds?
> I searched the documentation and it seems there was such a thing
> but i can not find the functionality.
>
> Anyone know something about this?
>
> best regards
> ML
>
>
>

Try this...

Right-click on your project and choose "Properties". In the properties
window, choose "C/C++ Project Paths". Select the "Source" tab. I presume
you have only one entry that represents the root of your project. Notice
the little plus sign to the left. Click on it to unfold the entry (if
it's not unfolded already). You will see something that says "Exclusion
filter". Select it and then click on the "Edit" button. This is how you
declare directories or files that appear within a source tree, but do
not contain source or are not source files.

Does this fix your problem?
Re: Exclude files from managed make [message #148702 is a reply to message #148694] Wed, 13 July 2005 12:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

Thanks for the Tipp

> Right-click on your project and choose "Properties". In the properties
> window, choose "C/C++ Project Paths".

Seems I dont have the "C/C++ Project Paths" entry in the list.
Instead I have a ecleTex (Latex plugin) entry here.
Seems to be some compatibility issue...

Will try to remove the plugin and try again.

Best regards
ML
Re: Exclude files from managed make [message #148708 is a reply to message #148702] Wed, 13 July 2005 12:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

Did not help.
Removed the plugin, but cant see a c++ project path setting.

Any ideas?

Best regards
ML
Re: Exclude files from managed make [message #148715 is a reply to message #148708] Wed, 13 July 2005 13:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: junaed.cim.mcgill.ca

Hi Martin,
Check if you can see CDT from the Eclipse Help->About..->Feature Details
button. If you cannot, then there is a problem with the CDT
installation. If you're lucky, then it's just disabled. Go to
Help->Software Updates->Manage Configuration. Check to see if you can
see all the plugins you have installed there. Select CDT from the left
hand tree pane. On the right, under the Available Tasks subheading, you
might see a link called "Enable". Click that, restart eclipse and see if
that solves it.

Cheers,
-J-

martin wrote:
> Did not help.
> Removed the plugin, but cant see a c++ project path setting.
>
> Any ideas?
>
> Best regards
> ML
>
>
Re: Exclude files from managed make [message #148723 is a reply to message #148708] Wed, 13 July 2005 14:01 Go to previous messageGo to next message
Eclipse UserFriend
martin wrote:
> Did not help.
> Removed the plugin, but cant see a c++ project path setting.
>
> Any ideas?
>
> Best regards
> ML
>
>

What choices *do* you see?
Re: Exclude files from managed make [message #148731 is a reply to message #148723] Wed, 13 July 2005 14:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

> What choices *do* you see?
Info
Builders
C++ Build
C++ Documentation
C++ File Types
C++ Indexer
Project References



Otherwise:
CDT Is working really fine.
Working on Windows with cygwin.
I like it !!! :)))
Re: Exclude files from managed make [message #148748 is a reply to message #148731] Wed, 13 July 2005 17:05 Go to previous messageGo to next message
Eclipse UserFriend
The previous posting by "J S" is very relevant. I recommend you check
the items he mentions.

martin wrote:
>> What choices *do* you see?
>
> Info
> Builders
> C++ Build
> C++ Documentation
> C++ File Types
> C++ Indexer
> Project References

Curious. I have:

Info
Builders
C/C++ Documentation
C/C++ File Types
C/C++ Include Paths & Symbols
C/C++ Indexer
C/C++ Make Project
C/C++ Project Paths
ClearCase Element Properties // You prolly don't have this
Project References

At this point, I am compelled by federal and state law to ask some
questions that are potentially insulting. Do not take these questions
personally...

Do you know that CDT 3.0.0 is usable only with Eclipse 3.1? Are you, in
fact, using Eclipse 3.1?

If you are using CDT 3.0.0 under conditions other than those recommended
by your doctor, you may have to re-install some stuff.
Re: Exclude files from managed make [message #148783 is a reply to message #148748] Thu, 14 July 2005 04:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

> At this point, I am compelled by federal and state law to ask some
> questions that are potentially insulting. Do not take these questions
> personally...
> Do you know that CDT 3.0.0 is usable only with Eclipse 3.1? Are you, in
> fact, using Eclipse 3.1?

No problem :)))
My Config:

Eclipse SDK
Version: 3.1.0
Build id: I20050627-1435

Eclipse C/C++ Development Tools
Version: 3.0.0
Build id: 200506291405

And some other useful stuff...;)
Re: Exclude files from managed make [message #148789 is a reply to message #148783] Thu, 14 July 2005 09:00 Go to previous messageGo to next message
Eclipse UserFriend
martin wrote:
>> At this point, I am compelled by federal and state law to ask some
>> questions that are potentially insulting. Do not take these questions
>> personally...
>> Do you know that CDT 3.0.0 is usable only with Eclipse 3.1? Are you,
>> in fact, using Eclipse 3.1?
>
>
> No problem :)))
> My Config:
>
> Eclipse SDK
> Version: 3.1.0
> Build id: I20050627-1435
>
> Eclipse C/C++ Development Tools
> Version: 3.0.0
> Build id: 200506291405
>
> And some other useful stuff...;)

I'm clueless.
Re: Exclude files from managed make [message #148797 is a reply to message #148789] Thu, 14 July 2005 09:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

Thanks anyway!

There can be many reasons. It is RC1 an not final, I hava other older
plugins installed, etc.

Its also no big issue for me now, it would have just been nice ;)


Best regards
ML
Re: Exclude files from managed make [message #148885 is a reply to message #148748] Fri, 15 July 2005 04:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.lechners.at

Attention:
It tried yesterday wit a new clean eclipse 3.1 and a the new CDT 3.0RC2
(Windows XP)

Made two new empty projects:
1 Managed make, 1 Std make

Managed make still does not have the "C++ Project path" setting.
Std make does (and also an additional "C++ Make Project)

Bug in CDT???
Where could I report it qickly so that it can be fixed in CDT3.0 Final?

Best regards
ML
Shared Library & Executable in managed make [message #149507 is a reply to message #148678] Mon, 18 July 2005 06:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mamtha.ragupathy.mettoni.com

Hello All,
I am a newbie to ECLIPSE(CDT)/Linux. I have created a MANAGED MAKE C++
PROJECT and have imported already existing/working .CPP files into this
project.
Now the problem is, when i build this PROJECT TYPE as a
"Executable(GNu)", it throws an exception 'UNDEFINED REFERENCE" in the
'dlopen' (a linux in-built function i have used in my project). Note: I
have already included the HeaderFile <dlfcn.h> of dlopen function.
But when i built the same project as a 'SHARED DLL(GNu)', it compiles,
builds and produces a .so(DLL) output file successfully.
I have tried to trace out similiar bug and fix for it through search
engines/Forums. But not of much help.
PLEASE ANY HELP WILL BE REALLY REALLY APPRECIABLE.
Thanks,
Mamtha.
Re: Exclude files from managed make [message #149650 is a reply to message #148885] Wed, 20 July 2005 10:07 Go to previous messageGo to next message
Eclipse UserFriend
martin wrote:

> Attention:
> It tried yesterday wit a new clean eclipse 3.1 and a the new CDT 3.0RC2
> (Windows XP)

> Made two new empty projects:
> 1 Managed make, 1 Std make

> Managed make still does not have the "C++ Project path" setting.
> Std make does (and also an additional "C++ Make Project)

> Bug in CDT???
> Where could I report it qickly so that it can be fixed in CDT3.0 Final?

> Best regards
> ML

I've had the same problem with managed makefile c/c++ projects. I don't
know what causes it or how to fix it, but I'd like to add, that I had the
same problem with CDT version 2.1.1 and Eclipse version 3.0.2. So it's not
a new bug.
Re: Exclude files from managed make [message #149698 is a reply to message #149650] Thu, 21 July 2005 10:00 Go to previous message
Eclipse UserFriend
Originally posted by: martin.lechners.at

> I've had the same problem with managed makefile c/c++ projects. I don't
> know what causes it or how to fix it, but I'd like to add, that I had the
> same problem with CDT version 2.1.1 and Eclipse version 3.0.2. So it's not
> a new bug.

I found in Bugzilla Bug nr: 83809
It says it is possible to exclude files but not folders.
I can not even exclude files.
Maybe I make something wrong.
If not the Bug should be updatet and the priority increased.

Any comments?

Best regards
ml
Previous Topic:Strange behavior of the console
Next Topic:Cannot import method from file "Parser.jj".PLZ HELP!!
Goto Forum:
  


Current Time: Thu May 29 06:53:52 EDT 2025

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

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

Back to the top