oce
oce copied to clipboard
OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
I try install FREETYPE and the error persists.. After run '**cmake ..**': > -- Build 64bit > CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message): > Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)...
Hi, is this repository still maintained? For a while this used to be ahead of the official OCCT repository. But now it's quite the opposite: * there are no updates...
Hi, On windows10, msys2/mingw64, trying to build the git repo cloned fresh on 16jan 2017, the build fails complaining about "external linkage required" : `[ 42%] Building CXX object adm/cmake/TKTopAlgo/CMakeFiles/TKTopAlgo.dir/__/__/__/src/BRepBuilderAPI/BRepBuilderAPI_FastSewing.cxx.obj...
`cmake .. -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX="/MSYS2/mingw64" -DCMAKE_PREFIX="/MSYS2/mingw64"` Always results in `-- Processing ToolKit: TKDCAF (DDF;DDocStd;DNaming;DDataStd;DPrsStd;DrawDim) -- Processing ToolKit: TKXDEDRAW (XDEDRAW) -- Processing ToolKit: TKTObjDRAW (TObjDRAW) -- Processing application: DRAWEXE (DRAWEXE)...
Hello everyone, I am trying to install python-occ , but I want to specify that I want to install the version : python occ 0.18.2. Could you please indicate me...
Hi, I am trying to install OCE under Ubuntu 18.04, but I got a problem during the building. First I cloned the directory from : git clone https://github.com/tpaviot/oce.git > /dev/null...
```opencascade-7.5.0``` installs these libraries without SONAME: ``` ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/horizon-imp is linked to /usr/local/lib/libTKXCAF.so.7 which does not have a SONAME. cad/opencascade needs to be fixed. Error:...
Hi, In $OCE_INSTALL/cmake/OCE-libraries-release.cmake 3rd party references are referred to the local build dir. This can be found in the OCE-0.17-MINGW32 release: D:/Devel/freetype-2.3.5-1-bin/bin/freetype6.dll in for instance: ``` set_target_properties(TKOpenGl PROPERTIES IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/Win32/lib/libTKOpenGl.dll.a"...
I suggest to add in CMakeLists.txt ``` if(PKG_CONFIG_FOUND) pkg_check_modules(RapidJSON RapidJSON) endif() if(NOT RapidJSON_FOUND) # try old method # find_package without unsetting this var is not working correctly unset(RapidJSON_FOUND CACHE) find_package(RapidJSON...