-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Build failure on Exherbo #806
Comments
I also, tried to build w/ GCC 8.3.0 and Clang 9.0.0 → same result. |
This is not a Sourcetrail related issue. I think you most likely have multiple C standard libraries installed and the compiler has issues choosing the right one. I'm not an expert on these issues, try searching online for a solution. |
Exherbo is a source-based distro. I built tons of various packages for it and also I do tons of builds using CMake at my job for several platforms. Having multiple compilers all the time is quite normal practice for me. And I would say Sourcetrail is the second package w/ this problem. The first one was IWYU (include-what-you-use) when it's built w/another version of clang than currently installed/active. But I have no idea why Sourcetrail behaves incorrectly like this. |
@zaufi see if this helps specifically:
Notice this line on your excerpt:
I was having issues with stdlib.h when indexing projects with Sourcetrail, which I fixed after removing /usr/include from the global include path in Project > Edit Project. From the tooltip in Sourcetrail:
But as mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
|
The text was updated successfully, but these errors were encountered: