CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.29k stars 1.33k forks source link

unknown type name ''size_t'' #1200

Open YaoQ1580 opened 2 years ago

YaoQ1580 commented 2 years ago

When I index my project, a lot of errors occur with message "unknown type name ''size_t" ", I googled that "size_t" is defined in but the file included by sourcetrail has empty content. It just has the following 3 lines:

ifndef __always_inline

define __always_inline inline

endif

No "size_t" is defined. I don't know why? The global include paths of my project are auto detected from gcc