Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » OpenCV installation, no 'Tool Settings' tab
OpenCV installation, no 'Tool Settings' tab [message #1753359] Sat, 04 February 2017 16:11 Go to next message
faraz masroor is currently offline faraz masroorFriend
Messages: 1
Registered: February 2017
Junior Member
Following this guide: docs.opencv <dot> org/3.2.0/d7/d16/tutorial_linux_eclipse.html

It says I need to go into C++ Build, then Settings, then the Tool Settings Tab. This tab does not exist for me. I've already confirmed that the C++ Build / Builder Settings / Generate Makefiles box is already unchecked - in fact, it's grayed out at unchecked. How do I get the tool settings tab?
Re: OpenCV installation, no 'Tool Settings' tab [message #1753585 is a reply to message #1753359] Tue, 07 February 2017 21:58 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
The Tool Settings tab contains the parameters needed to generate Makefile recipes.
Since Generate Makefiles is unchecked, you are saying you will build the Makefile by hand or with some tool.
That means the parameters for building a Makefile would have no use.
You can get to them by selecting Generate Makefiles but then Eclipse will clobber any existing makefile on a build.

You might ask at the tutorial site exactly what is expected.
My guess is that the intention is to have Eclipse generate the Makefile.

Previous Topic:Indexer problem with include within include files
Next Topic:Newcomer needs advice
Goto Forum:
  


Current Time: Tue Mar 19 03:05:27 GMT 2024

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

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

Back to the top