CMake Error at CMakeLists.txt:187 (message): NOT FOUND: 3RDPARTY_TCL_LIBRARY_DIR} 3RDPARTY_TK_INCLUDE_DIR 3RDPARTY_TK_LIBRAR

Hey guys,

thank you in advance for having a look onto my question. I am currently trying to install occ via cmake on OpenSuse 13.2, and as far as I can tell, the mandatories were met. But when using the configure button, I am running into the error message above. What is odd is that I enter some infos to the window to where the libraries etc. are, but when running configure, the entries get empty and it gets to this error.

Any help or hint is very appreciated!

Thomas

Forum supervisor's picture

Dear Thomas,

We have tried to reproduce the reported problem on our station SUSEX (SUSE LINUX Enterprise 9 (x86_64)) with next environment:
    • OCCT v6.9.1
    • CMake 3.1.0
    • Freetype 2.5.5 - 64
    • TclTk 8.6.0 - 64
 and it seems that there is no problem to configure via CMake.

Unfortunately we don't have OpenSuse configuration and can't check the reported problem in the specified environment.

Best regards

FSR

 

Julien Hoessler's picture

Good afternoon, 

In case it helps, I have the same issue in Opensuse SLES11 (x86_64): the THIRDPARTY_TK variables get reset after each call to configure

Here is the config I'm using​

  • OCCT v6.9.1
  • CMake 3.0.2
  • FreeType 2.53 - 64
  • Tcl/tk 8.6.5

Best regards

Julien

Forum supervisor's picture

Hello Julien,

Have you installed the development package of Tcl/Tk? Looks like you miss it on your workstation...

Best regards,

Forum supervisor