You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is probably easily fixed, but I don't seem to be able to to locate anything on the net to help me get over the hurdle. I'm using Debian 12 with a 6.1 kernel. During the cmake process which I am using cmake .. I get the following error:
CMake Error at cmake/Modules/FindOpenCASCADE.cmake:64 (MESSAGE):
Cannot find TKernel. Is it spelled correctly? Correct capitalization? Do
you have another package with similarly-named libraries, installed at
OpenCASCADE_LINK_DIRECTORY-NOTFOUND? (That is where this script thinks the
OCC libs are.)
Call Stack (most recent call first):
CMakeLists.txt:13 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/dexter/Downloads/heekscad-master/build/CMakeFiles/CMakeOutput.log"
I'm using OpenCASCADE 7.7 and it complied just fine after I had to add a line to one of the files. #include limits
This error is probably easily fixed, but I don't seem to be able to to locate anything on the net to help me get over the hurdle. I'm using Debian 12 with a 6.1 kernel. During the cmake process which I am using
cmake ..
I get the following error:I'm using OpenCASCADE 7.7 and it complied just fine after I had to add a line to one of the files.
#include limits
Any assistance will be greatly appreciated.
Scott
CMakeOutput.log
The text was updated successfully, but these errors were encountered: