oce
oce copied to clipboard
OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
Hi, I'm not sure whether this is the right place for a bug report concerning a part of OCC itself. My report on the official forum seems to stay unrecognized....
There are paths in the noted file that are prefixed with C:/projects/oce/cmake-build/ on lines 210, 221, and 232 instead of the prefix ${_IMPORT_PREFIX}. Replacing them with said prefix will allow...
In cmake 3.6 FindFreetype returned a FREETYPE_LIBRARIES including only the "Release" version of the lib. In cmake 3.7 it returns the usual "optimized;release-lib;debug;debug-lib" string. This fails in TKService CMakeLists.txt: https://github.com/tpaviot/oce/blob/master/adm/cmake/TKService/CMakeLists.txt#L50...
`oce` fails to compile on the most recent macOS due to name conflict: ``` In file included from /private/var/folders/5k/sqpp24tx3ylds4fgm13pfht00000gn/T/davydden/spack-stage/spack-stage-7eGSIl/oce-OCE-0.17.2/src/OSD/OSD_Chronometer.cxx:55: /private/var/folders/5k/sqpp24tx3ylds4fgm13pfht00000gn/T/davydden/spack-stage/spack-stage-7eGSIl/oce-OCE-0.17.2/src/OSD/gettime_osx.h:81:5: error: redefinition of enumerator '_CLOCK_REALTIME' CLOCK_REALTIME, ^ /usr/include/time.h:154:24: note: expanded...
Hello! I have a problem trying to compile OpenCascade according to your instructions [here](https://github.com/tpaviot/oce/blob/master/BUILD.MINGWw64.md). The only difference is that I use MinGW installed with Qt. The compilation stops with this...
I loaded and meshed the attached step file, [badmesh.zip](https://github.com/tpaviot/oce/files/460361/badmesh.zip) save as zip, and triangles were only generated for 3/4 of the spline surface at the base of the pocket. The...
Hello people. I try to compile OCE on Debian 8.5 (jessie), but OCE complains about a wrong location of the VTK/TCL stuff. `-- The C compiler identification is GNU 4.9.2...
After compiling AndroidQt sample code I am getting below errors and application crashes in Android Lollipop : > --------- beginning of crash > 08-29 10:01:03.170 14200-14258/org.qtproject.example.AndroidQt A/libc: Fatal signal 6...
There seem to be scripts in scripts/ and adm/, but I cannot understand how to run them to get the documentation generated. It would be nice that the process were...
As I archive the PDB files on a separate symbol server, I install them into a different path than the regular installation prefix. When this is specified, the install target...