assimp icon indicating copy to clipboard operation
assimp copied to clipboard

Checking for module 'zzip-zlib-config' and Check size of off64_t - failed Looking for unistd.h - not found Looking for fseeko - not found

Open NierAimer opened this issue 1 year ago • 4 comments

In latest release use cmake shows Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.19044. The C compiler identification is MSVC 19.29.30146.0 The CXX compiler identification is MSVC 19.29.30146.0 Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped Detecting C compile features Detecting C compile features - done Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped Detecting CXX compile features Detecting CXX compile features - done Shared libraries enabled Looking for ZLIB... Found PkgConfig: C:/ProgramData/chocolatey/bin/pkg-config.exe (found version "0.28") Checking for module 'zzip-zlib-config' No package 'zzip-zlib-config' found Could not locate ZLIB compiling zlib from sources Looking for sys/types.h Looking for sys/types.h - found Looking for stdint.h Looking for stdint.h - found Looking for stddef.h Looking for stddef.h - found Check size of off64_t Check size of off64_t - failed Looking for fseeko Looking for fseeko - not found Looking for unistd.h Looking for unistd.h - not found Enabled importer formats: AMF 3DS AC ASE ASSBIN B3D BVH COLLADA DXF CSM HMP IRRMESH IQM IRR LWO LWS M3D MD2 MD3 MD5 MDC MDL NFF NDO OFF OBJ OGRE OPENGEX PLY MS3D COB BLEND IFC XGL FBX Q3D Q3BSP RAW SIB SMD STL TERRAGEN 3D X X3D GLTF 3MF MMD Disabled importer formats: Enabled exporter formats: OBJ OPENGEX PLY 3DS ASSBIN ASSXML M3D COLLADA FBX STL X X3D GLTF 3MF PBRT ASSJSON STEP Disabled exporter formats: Treating all warnings as errors (for assimp library only) Looking for DirectX... DirectX_PREFIX_PATH changed. Found DirectX: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/Lib/x64/d3d9.lib DX lib dir: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/Lib/x64 Configuring done

NierAimer avatar Sep 05 '22 09:09 NierAimer

Which Version?

kimkulling avatar Sep 08 '22 06:09 kimkulling

opencv release opencv-4.6.0-vc14_vc15

NierAimer avatar Sep 09 '22 06:09 NierAimer

OpenCV? Are you on the right GitHub-project side?

kimkulling avatar Sep 10 '22 15:09 kimkulling

sry my bad i mean aasimp release assimp-5.2.4,i ues the .dll and .lib to make plugin,when i use cmake to build assimp shows pkg-config and zilb not found

NierAimer avatar Sep 15 '22 03:09 NierAimer

Seems to be perfect. The issue you have mentioned is just a hint that the own zlib will be used. To fix the other issue:

  • Look for the zlib-installation from OpenCV
  • Add this to your environment. On StackOverflow you will be able to find more information

kimkulling avatar Oct 16 '22 08:10 kimkulling