recently there were added some commits to netgen, so this patch will not work out of the box.
Try to:
git apply patch_name.patch
and look if it works. If everything is ok --> git commit -a
thanks and nice regards
Lorenz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
some patches for occt7 and freecad
To use netgen with freecad and occt7 some changes are needed.
So please apply these two patches to netgen:
- https://github.com/looooo/FreeCAD_Conda/blob/master/netgen/freecad.patch
- https://github.com/looooo/FreeCAD_Conda/blob/master/netgen/netgen.patch
Every addition for occt7 is done with preprocessor "#if". So it won't change anything to the compilation with older occ versions.
nice regards
Lorenz
recently there were added some commits to netgen, so this patch will not work out of the box.
Try to:
git apply patch_name.patch
and look if it works. If everything is ok --> git commit -a
thanks and nice regards
Lorenz