Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Improve Console for external builder(Improve Console for external builder)
Improve Console for external builder [message #757322] Thu, 17 November 2011 17:15 Go to next message
Micky  is currently offline Micky Friend
Messages: 1
Registered: November 2011
Junior Member
Hi,

I have a big project (many directories and sub directories), and building it is done using a zsh script.
I understood how to run this script when I click ^B but I still have two problems that I want to resolve.
1. If there's an error I see a red line in the console:
micky.c:37: error expected ';' before 'foo'
When I double click the error nothing happens.
Is it possible to cause double click to open the specific file?
2. When I try to 'Open Declaration' (F3) of a function or any other index related command, it fails. How do I add all the files into the index? Is the fact that I disabled the default CDT builder a problem?

Thanks,

Micky
Re: Improve Console for external builder [message #757736 is a reply to message #757322] Mon, 21 November 2011 12:24 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Quote:
Is the fact that I disabled the default CDT builder a problem?

I think so. I guess the error parser is deactivated then. Try to enable the default builder.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:How to tell Eclipse where my libraries / includes are
Next Topic:Include library on Linux Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 11:58:12 GMT 2024

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

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

Back to the top