Hello,
I would like to create a source from OpenCV images. Therefore, I was trying to compile and understand
the software. I get many errors while compiling on a Mac Machine.
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:55:9: error: unknown
type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:56:9: error: unknown
type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:57:9: error: unknown
type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:60:9: error: unknown
type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
Where should I look for a solution? Any help will be great.
I would like to create a source from OpenCV images. Therefore, I was trying to compile and understand
the software. I get many errors while compiling on a Mac Machine.
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:55:9: error: unknown
type name '__int64_t'
typedef __int64_t __darwin_blkcnt_t; /* total blocks */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:56:9: error: unknown
type name '__int32_t'
typedef __int32_t __darwin_blksize_t; /* preferred block size */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:57:9: error: unknown
type name '__int32_t'
typedef __int32_t __darwin_dev_t; /* dev_t */
^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/sys/_types.h:60:9: error: unknown
type name '__uint32_t'
typedef __uint32_t __darwin_gid_t; /* [???] process and group IDs */
Where should I look for a solution? Any help will be great.