LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-29-2024, 11:42 AM   #1
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Rep: Reputation: Disabled
error building against OpenCASCADE


Code:
CMake Error at /usr/lib64/cmake/OpenCascade/OpenCASCADEFoundationClassesTargets.cmake:101 (message):
  The imported target "TKernel" references the file

     "/usr/lib64${OCCT_INSTALL_BIN_LETTER}/libTKernel.so.7.8.1"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib64/cmake/OpenCascade/OpenCASCADEFoundationClassesTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib64/cmake/OpenCascade/OpenCASCADEConfig.cmake:102 (include)
  src/libslic3r/CMakeLists.txt:514 (find_package)
What would cause this to happen? All the library files are installed into
/usr/lib64. Thanks for the help.

Code:
usr/lib64/libTKBO.so.7.8.1
usr/lib64/libTKBRep.so.7.8.1
usr/lib64/libTKBin.so.7.8.1
usr/lib64/libTKBinL.so.7.8.1
usr/lib64/libTKBinTObj.so.7.8.1
usr/lib64/libTKBinXCAF.so.7.8.1
usr/lib64/libTKBool.so.7.8.1
usr/lib64/libTKCAF.so.7.8.1
usr/lib64/libTKCDF.so.7.8.1
usr/lib64/libTKDCAF.so.7.8.1
usr/lib64/libTKDE.so.7.8.1
usr/lib64/libTKDECascade.so.7.8.1
usr/lib64/libTKDEGLTF.so.7.8.1
usr/lib64/libTKDEIGES.so.7.8.1
usr/lib64/libTKDEOBJ.so.7.8.1
usr/lib64/libTKDEPLY.so.7.8.1
usr/lib64/libTKDESTEP.so.7.8.1
usr/lib64/libTKDESTL.so.7.8.1
usr/lib64/libTKDEVRML.so.7.8.1
usr/lib64/libTKDraw.so.7.8.1
usr/lib64/libTKExpress.so.7.8.1
usr/lib64/libTKFeat.so.7.8.1
usr/lib64/libTKFillet.so.7.8.1
usr/lib64/libTKG2d.so.7.8.1
usr/lib64/libTKG3d.so.7.8.1
usr/lib64/libTKGeomAlgo.so.7.8.1
usr/lib64/libTKGeomBase.so.7.8.1
usr/lib64/libTKHLR.so.7.8.1
usr/lib64/libTKIVtk.so.7.8.1
usr/lib64/libTKIVtkDraw.so.7.8.1
usr/lib64/libTKLCAF.so.7.8.1
usr/lib64/libTKMath.so.7.8.1
usr/lib64/libTKMesh.so.7.8.1
usr/lib64/libTKMeshVS.so.7.8.1
usr/lib64/libTKOffset.so.7.8.1
usr/lib64/libTKOpenGl.so.7.8.1
usr/lib64/libTKOpenGlTest.so.7.8.1
usr/lib64/libTKOpenGles.so.7.8.1
usr/lib64/libTKOpenGlesTest.so.7.8.1
usr/lib64/libTKPrim.so.7.8.1
usr/lib64/libTKQADraw.so.7.8.1
usr/lib64/libTKRWMesh.so.7.8.1
usr/lib64/libTKService.so.7.8.1
usr/lib64/libTKShHealing.so.7.8.1
usr/lib64/libTKStd.so.7.8.1
usr/lib64/libTKStdL.so.7.8.1
usr/lib64/libTKTObj.so.7.8.1
usr/lib64/libTKTObjDRAW.so.7.8.1
usr/lib64/libTKTopAlgo.so.7.8.1
usr/lib64/libTKTopTest.so.7.8.1
usr/lib64/libTKV3d.so.7.8.1
usr/lib64/libTKVCAF.so.7.8.1
usr/lib64/libTKViewerTest.so.7.8.1
usr/lib64/libTKXCAF.so.7.8.1
usr/lib64/libTKXDEDRAW.so.7.8.1
usr/lib64/libTKXMesh.so.7.8.1
usr/lib64/libTKXSBase.so.7.8.1
usr/lib64/libTKXSDRAW.so.7.8.1
usr/lib64/libTKXSDRAWDE.so.7.8.1
usr/lib64/libTKXSDRAWGLTF.so.7.8.1
usr/lib64/libTKXSDRAWIGES.so.7.8.1
usr/lib64/libTKXSDRAWOBJ.so.7.8.1
usr/lib64/libTKXSDRAWPLY.so.7.8.1
usr/lib64/libTKXSDRAWSTEP.so.7.8.1
usr/lib64/libTKXSDRAWSTL.so.7.8.1
usr/lib64/libTKXSDRAWVRML.so.7.8.1
usr/lib64/libTKXml.so.7.8.1
usr/lib64/libTKXmlL.so.7.8.1
usr/lib64/libTKXmlTObj.so.7.8.1
usr/lib64/libTKXmlXCAF.so.7.8.1
usr/lib64/libTKernel.so.7.8.1
 
Old 04-29-2024, 07:11 PM   #2
chris.willing
Member
 
Registered: Jun 2014
Location: Brisbane, Australia
Distribution: Slackware,LFS
Posts: 917

Rep: Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619Reputation: 619
What is OCCT_INSTALL_BIN_LETTER set to while building?

Where is your OpenCASCADE from? I see that the SBo version is still at 7.7.0, not 7.8.1. It's held there (I believe) to remain usable by other SlackBuilds e.g. FreeCAD, kicad.

I see you have AARCH64 - I'm not sure of its support at SBo. Are you able to test, and do you the same issue, with x86_64?


chris
 
Old 04-29-2024, 11:08 PM   #3
kermitdafrog8
Member
 
Registered: Dec 2018
Location: Orlando, FL
Distribution: Slackware AARCH64 and X86_64
Posts: 339

Original Poster
Rep: Reputation: Disabled
error building against OpenCASCADE

I'm using a copy of the SBo script. This is on x86_64 not AARCH64.

I am getting my source code from GitHub.com/Open-Cascade-SAS/OCCT.

Last edited by kermitdafrog8; 04-29-2024 at 11:12 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem with OpenCASCADE SBo on 64-13.1 ahmadj Slackware 18 12-23-2010 12:20 PM
Opencascade RPM for centOS Alexvader Red Hat 13 11-18-2010 09:07 AM
Building OpenCascade in Slackware64 13 Alexvader Slackware 2 03-21-2010 10:21 PM
cannot build transcode against lzo: cannot link against liblzo tramni1980 Slackware 10 04-18-2007 02:12 PM
LXer: RIAA Case Against Mother Dismissed With Prejudice; Court May Award Attorneys Fees Against RIAA LXer Syndicated Linux News 0 07-14-2006 08:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration