Christoph Junghans
Christoph Junghans
And `dir` as well: ``` /home/christoph/packages/Silo/Silo-4.11.1-build/Silo-main/tests/dir.c: In function ‘main’: /home/christoph/packages/Silo/Silo-4.11.1-build/Silo-main/tests/dir.c:129:2: warning: #warning SEEMS LIKE HACK TO TEST SOMETHING [-Wcpp] 129 | #warning SEEMS LIKE HACK TO TEST SOMETHING | ^~~~~~~...
And I saw this error in Autotools and CMake: ``` make[2]: Entering directory '/home/christoph/packages/Silo/Silo-4.11.1-build/Silo-main/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I./../src/silo -I./../src/silo -I/usr/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security...
Thanks, let me give it some testing.
https://koji.fedoraproject.org/koji/taskinfo?taskID=129811867: ``` make[4]: Leaving directory '/builddir/build/BUILD/Silo-4.11.1-build/Silo-4.11RC/src/score' /bin/sh: line 1: ../../config/mklite: cannot execute: required file not found make[4]: *** [Makefile:777: lite_score.h] Error 127 make[4]: *** Waiting for unfinished jobs.... make[4]: Entering...
+1 as we need this for the Fedora packages as well.
From https://koji.fedoraproject.org/koji/taskinfo?taskID=122565175 building with llvm-17: ``` /3 Test #1: test_cwrapper .................... Passed 0.00 sec 2/3 Test #3: test_lfortran ....................Subprocess aborted***Exception: 0.10 sec [doctest] doctest version is "2.4.8" [doctest] run with...
I will test that soon!
Fedora pacakge build with llvm-17 and llvm-18 seems to work as well.
LLVM-19 is still broken: [build.log.txt.zip](https://github.com/user-attachments/files/17396706/build.log.txt.zip) (from https://koji.fedoraproject.org/koji/taskinfo?taskID=124888084)
Could that be due to a mixing of different cxx standard?