Yorik van Havre

Results 242 comments of Yorik van Havre

The same error is what's provoking the failed CI build on ubuntu 22.04. There seems to be a problem somewhere with some Qt version. I'll try to find out what

Can you check if you have an Arch_rc.py file in your install directory? It should be together with the other BIM files inside the Mod/BIM folder. It is generated at...

That's strange... I can run FreeCAD from both the build and install dirs here. In any case we do have a problem with the resource file. It's unloadable for some...

Found it! The culprit is this line: https://github.com/FreeCAD/FreeCAD/blob/main/cMake/FreeCAD_Helpers/SetupShibokenAndPyside.cmake#L265 Apparently by bad luck our new Arch_rc.py file contains a line that is caught and suppressed by that sed command... Now I...

To summarize the problems above: 1) Indeed if the BIM addon is installed, it conflicts with this one. I now [added code](https://github.com/yorikvanhavre/BIM_Workbench/commit/02b509d6a66d5ad62a8d5b903dc5219dd7c27ff0) to the BIM addon, if it detects the...

Tested and got this at `cmake .`: ```bash -- Found GTest: /lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.14.0") -- Found Google Test: version 1.14.0 CMake Error at tests/CMakeLists.txt:121 (add_subdirectory): add_subdirectory given source "lib"...

I'll let @WandererFan press the button ;)

You got it quite right @Ovalelephant35 . The problems I see: - Doxygen docstrings are not enough used and not standardized througout the code. They should be improved, and probably...

Glad to see you guys interested in working on this. Go through the code at ease, the more you go and read the better you'll understand the problem. Also, I...

Nice screenshot! :) I don't think pdf output is important, I doubt anybody would want to print that :) If you find that a better scope, you could propose to...