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
With the latest LibPacks the debug and release dlls of OCC have the same file names. This makes it very difficult to make a debug build of FreeCAD to use the debug build of OCC.
OCC's CMake build scripts used to have an option where for the debug build the suffix "d" was added to the dlls.
The text was updated successfully, but these errors were encountered:
OK - I'm working on a new LibPack that's got Qt6 and Python 3.11 in it, do you want me to also make a "backport" LibPack that updates the OCC but leaves everything else the same as the current LibPack?
I for myself don't need it because I still use my older LibPack that doesn't suffer from this issue. But if you are already working on a new LibPack with Qt6 it doesn't harm to prepare a backport LibPack. But don't forget to also provide a new debug version of netgen/nglib then.
With the latest LibPacks the debug and release dlls of OCC have the same file names. This makes it very difficult to make a debug build of FreeCAD to use the debug build of OCC.
OCC's CMake build scripts used to have an option where for the debug build the suffix "d" was added to the dlls.
The text was updated successfully, but these errors were encountered: