Felix
Felix
> Both fail with the same warning error: > > ``` > lii6gc: lii6gc/hot/mps.o > In file included from /usr/include/string.h:535, > from mpsliban.c:33, > from mps.c:98: > In function \u2018memcpy\u2019,...
> Can you provide the _exact_ GCC version that produces the error, or a download link for an OS image I can run in a VM to reproduce the error?...
Yes, I think it is proper to support to build shared or static library. The CMake variable `BUILD_SHARED_LIBS` can be used as the option to choose to build shared or...
@giuspen It also failed on Fedora 39. see build log: https://kojipkgs.fedoraproject.org//work/tasks/4390/111944390/build.log Fedora 40 has not branched from Fedora rawhide (Fedora 40 for now). You can download iso of Fedora 40:...
@e-dant I encountered the similar issue here. Maybe you could try to use clang 15 instead of clang 14. see: https://github.com/snitch-org/snitch/pull/138#issuecomment-1781507770
> * Are you able to get the output of `lstopo` on the test systems? The above builds is with [Fedora Koji Build System](https://koji.fedoraproject.org/koji/). I can run `lstopo` command during...
Here is the results of lstopo on x86_64, but the results will vary at different times when building. ``` + lstopo Machine (126GB total) Package L#0 NUMANode L#0 (P#0 63GB)...
I also got stuck in the ```undefined reference to `xdg_popup_interface'``` issue, but I do not find a way to solve this error.