Qucs/qucs

Failed compilation on cb15cd0cc (release-0.0.20)

Rmano opened this issue · 3 comments

Rmano commented

Compilation fails with:

[ 62%] Generating gperfapphash.cpp
Cannot open input file '/home/romano/software/qucs/qucs/build/qucs-core/src/gperfapphash.gph'
qucs-core/src/CMakeFiles/equation.dir/build.make:61: recipe for target 'qucs-core/src/gperfapphash.cpp' failed
make[2]: *** [qucs-core/src/gperfapphash.cpp] Error 1
CMakeFiles/Makefile2:1525: recipe for target 'qucs-core/src/CMakeFiles/equation.dir/all' failed
make[1]: *** [qucs-core/src/CMakeFiles/equation.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2
Rmano commented

Ok, now ./configure fails with

checking wether c++ compiler is affected by clang bug 13530... configure: error: in `/home/romano/software/qucs/qucs/qucs-core':
configure: error: Cannot compile test suite for clang 13530 even with workarround
See `config.log' for more details

Help? Why it is trying to compile with clang?

Rmano commented

Notice that CXX=g++ ./configure does work...

Rmano commented

It seems to be a duplicate of #1001