occt-samples-qopenglwidget icon indicating copy to clipboard operation
occt-samples-qopenglwidget copied to clipboard

Open CASCADE 7.7.0 version on Debian 10- Build Problem

Open NeziheSozen opened this issue 2 years ago • 1 comments

Hello @gkv311 ,

I'm trying this sample project on Debian 10 with Open CASCADE 7.7.0 version and Qt 5.15.11. I've prepared the pre-built shared objects from official release package: https://dev.opencascade.org/system/files/occt/OCC_7.7.0_release/opencascade-7.7.0.tgz

However, I'm getting attached errors that can be seen screenshot. Formerly, this sample project perfectly works on Debian 10 & Open CASCADE 7.6.0 versions with Qt 5.15.11. Do you have any idea about this issue?

Thank you in advance! occt 7 7 0 errors on linux

NeziheSozen avatar Jan 30 '23 14:01 NeziheSozen

I would expect that there is a mixture of OCCT used for building sample - C++ headers are taken from one OCCT version while linkage libraries from another. Try tracing paths passed to compiler and to linker / check configuration scripts.

gkv311 avatar Jan 30 '23 15:01 gkv311