OpenCV installation, no 'Tool Settings' tab [message #1753359] |
Sat, 04 February 2017 16:11  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03065 seconds