You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building from source on Fedora 29 using pipewire-jack-audi-connection-kit-devel for jack.h (if that matters.)
I cloned and built the code as described. Before reaching this step I had to install the gtk devel and webkite2gtk devel packages.
I expected the build to succeed but it fails at 52% with a compiler error. According to the bugzilla notifier it's not reproducuble?
[User@Computer ChowMultiTool]$ cmake --build build --config Release
[ 19%] Built target presets-resources
[ 21%] Built target clap_juce_extensions
[ 36%] Built target juce_plugin_modules
[ 51%] Built target gui-resources
[ 52%] Building CXX object CMakeFiles/ChowMultiTool.dir/src/ChowMultiTool.cpp.o
during IPA pass: modref
/home/User/Downloads/ChowMultiTool/src/ChowMultiTool.cpp:119:1: internal compiler error: in write_symbol, at lto-streamer-out.cc:3002
119 | }
| ^
Please submit a full bug report, with preprocessed source.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
gmake[2]: *** [CMakeFiles/ChowMultiTool.dir/build.make:93: CMakeFiles/ChowMultiTool.dir/src/ChowMultiTool.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:346: CMakeFiles/ChowMultiTool.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
If this is not the proper place for this type of bug or user error let me know. I have searched a bit to see if I had the correct dependencies. I am not a C++ programmer so not familiar with possible compiler issues or flags.
The text was updated successfully, but these errors were encountered:
I am building from source on Fedora 29 using pipewire-jack-audi-connection-kit-devel for jack.h (if that matters.)
I cloned and built the code as described. Before reaching this step I had to install the gtk devel and webkite2gtk devel packages.
I expected the build to succeed but it fails at 52% with a compiler error. According to the bugzilla notifier it's not reproducuble?
If this is not the proper place for this type of bug or user error let me know. I have searched a bit to see if I had the correct dependencies. I am not a C++ programmer so not familiar with possible compiler issues or flags.
The text was updated successfully, but these errors were encountered: