Help importing realthunder's FreeCAD branch into KDevelop IDE

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Technicus
Posts: 4
Joined: Sat May 20, 2017 6:34 pm

Help importing realthunder's FreeCAD branch into KDevelop IDE

Post by Technicus »

Hey there,

I am trying to import realthunder's FreeCAD branch into KDevelop IDE as a project by opening the CMakeLists.txt file.

It reports:

Code: Select all

-- Could NOT find utf8cpp (missing: utf8cpp_INCLUDE_DIR) 
-- VTK components: not found or used
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find OpenVR (missing: OpenVR_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/lib64/cmake/vtk/FindOpenVR.cmake:45 (find_package_handle_standard_args)
  /usr/lib64/cmake/vtk/VTK-vtk-module-find-packages.cmake:256 (find_package)
  /usr/lib64/cmake/vtk/vtk-config.cmake:131 (include)
  cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:45 (find_package)
  CMakeLists.txt:59 (SetupSalomeSMESH)
  
I am not sure what dependency I am missing or what needs to be changed.

To check that everything is setup properly, I also did the same with the main FreeCAD source code, and it has no error.

The system I am on is the Arch Linux derivative Garuda.

If anyone has suggestions, please share them with me.
User avatar
M4x
Veteran
Posts: 1472
Joined: Sat Mar 11, 2017 9:23 am
Location: Germany

Re: Help importing realthunder's FreeCAD branch into KDevelop IDE

Post by M4x »

Probably realthunders GitHub repo would be a better place looking for help.
realthunder
Veteran
Posts: 2190
Joined: Tue Jan 03, 2017 10:55 am

Re: Help importing realthunder's FreeCAD branch into KDevelop IDE

Post by realthunder »

If your setup works fine for the current upstream, please wait for a few days. I am currenting doing a merge with the upstream. There's quite a few changes in cmake configurations there. Once the merge is done, maybe your setup will just work.
Try Assembly3 with my custom build of FreeCAD at here.
And if you'd like to show your support, you can donate through patreon, liberapay, or paypal
Post Reply