Building ends in failure on Ubuntu #864
Unanswered
AlexanderSLoburev
asked this question in
Get Help
Replies: 1 comment 3 replies
|
|
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm having a problem installing the app. Here is my system:
If you follow the instructions at https://github.com/WerWolv/ImHex/blob/master/dist/compiling/linux.md, the command
CC=gcc-12 CXX=g++-12 cmake -DCMAKE_CXX_COMPILER=/usr/bin/g++ -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_FLAGS="-fuse-ld=lld" -DCMAKE_CXX_FLAGS="-fuse-ld=lld" -DCMAKE_OBJC_COMPILER_LAUNCHER=ccache -DCMAKE_OBJCXX_COMPILER_LAUNCHER=ccache ..ends with an error:
What should I do in this case?
All reactions