KhronosGroup / OpenCOLLADA

652 stars 251 forks source link

error:'int64_t' does not name a type #579

Open Pravesh-Jamgade opened 6 years ago

Pravesh-Jamgade commented 6 years ago

I am trying to install OpenCOLLADA on windows system. I have successfully generated the cmake configuration.while installing build binaries it is giving me these error.

In file included from D:\OpenCOLLADA\OpenCOLLADA-src\common\libBuffer\src\CommonFWriteBufferFlusher.cpp:11:
D:/OpenCOLLADA/OpenCOLLADA-src/common/libBuffer/include/CommonFWriteBufferFlusher.h:87:9: error: 'int64_t' does not name a type; did you mean 'off64_t'?
 typedef int64_t __int64;
         ^~~~~~~
         off64_t
RemiArnaud commented 5 years ago

why not using the pre-build library? see https://github.com/KhronosGroup/OpenCOLLADA/releases
click on OpenCOLLADA-Win

Pravesh-Jamgade commented 5 years ago

hwllo @RemiArnaud , I tried the release. I have the error message here: Error LNK1104 cannot open file 'C:\conversion\openCOLLADA-pc_v1.6.62\Release\lib.obj' I'm trying to add the opencollada dependencies to other project.