DiscussionsIssue archiveInstallation and Building

Archived discussion

Couldn't add Inspector plugin to project via cmake

Installation and BuildingSun, 11/17/2024 - 21:573 replies

Browse this forum
QuestionAuthor

Hi everyone, i've got this error:

[cmake] ERROR: Specified unsupported component: TKernel
[cmake] ERROR: Specified unsupported component: TKMath
[cmake] ERROR: Specified unsupported component: TKGeomBase
[cmake] ERROR: Specified unsupported component: TKTInspector
[cmake] CMake Error at CMakeLists.txt:34 (find_package):
[cmake]   Found package configuration file:
[cmake] 
[cmake]     /usr/local/lib/cmake/opencascade/OpenCASCADEConfig.cmake
[cmake] 
[cmake]   but it set OpenCASCADE_FOUND to FALSE so package "OpenCASCADE" is
[cmake]   considered to be NOT FOUND.

when i've added this to my cmake:

set(OpenCASCADE_DIR "/usr/local/lib/cmake/opencascade/")

find_package(OpenCASCADE REQUIRED COMPONENTS TKernel TKMath TKGeomBase TKTInspector)

my console give me this output:

ls /usr/local/lib/libTKTInspector.so
/usr/local/lib/libTKTInspector.so

and i dont know what to do.
Even tried to fully rebuild OCCT with BUILD_Inspector flag on.
Any suggestions?Thx in advance.

Discussion

3 archived replies

Posts are displayed in their archived order.

01Commenter-1

Hello. Could you explain your scenarion in mode details? Are you have opencasacde installed? Or you want build occt+samples?

Best regards, Commenter-1.

02Author

I have builded opencascade by myself from source.
I want to use VInspector tree view in my application, show details of opened model in tree.
Best regards, Author.

03Author

Hello Dmitrii, any suggestion?